[rt-users] Problems with sendmail

Darrin Walton darrinw at nixc.net
Thu Jan 17 11:30:55 EST 2002


  |+ $MailCommand = 'sendmail';
  |+ $SendmailArguments="-oi";
  |+ $SendmailPath = "/usr/sbin/sendmail";
  |+ $UseFriendlyToLine = 0;

If you are running sendmail 8+, you may want to consider this:

$MailCommand = 'sendmailpipe';
$SendmailArguments="-oi -ODeliveryMode=b -OErrorMode=m -t";
$UseFriendlyToLine = undef;






More information about the rt-users mailing list