[rt-users] Mail from RT

Phil Homewood pdh at snapgear.com
Thu May 2 02:11:40 EDT 2002


V S R A, Prasad (Prasad) wrote:
> Is there anything I missed? I have my variables in config.pm as 
> 	$MailCommand = 'sendmail';
> 	$SendmailArguments="-oi";
> 	$SendmailPath = "/usr/lib";

$SendmailPath should probably be "/usr/lib/sendmail". If that fails, try

$MailCommand = 'sendmailpipe';
$SendmailArguments="-oi -t';





More information about the rt-users mailing list