[rt-users] Problems with sendmail
Jim Buttafuoco
jim at contactbda.com
Thu Jan 17 13:54:57 EST 2002
This fixed my problems on sending mail. Now I will try to receive mail into
RT.
Thanks for your help
Jim
> |+ $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