[rt-users] Outgoing mail from RT failing
Andreas-Johann Ulvestad
aj at nlc.no
Tue Apr 9 16:22:38 EDT 2002
> > Hi, to test, I changed the SendmailPath to $SendmailPath =
> > "/var/qmail/bin/qmail-inject";
> >
> > But still, this error message:
> >
> > sendmail: illegal option -- t
> > RT::Action::Notify=HASH(0x91b38c8): Could not send mail for
> > RT::Transaction=HASH(0x924084c)
>
> Try setting $SendmailArguments to "".
$MailCommand = 'sendmail';
$SendmailArguments="";
$SendmailPath = "/var/qmail/bin/qmail-inject";
$UseFriendlyToLine = 0;
Still, the same error message:
sendmail: illegal option -- t
RT::Action::Notify=HASH(0x9123a18): Could not send mail for
RT::Transaction=HASH(0x90a7cc8)
sendmail: illegal option -- t
RT::Action::Notify=HASH(0x91bb9f4): Could not send mail for
RT::Transaction=HASH(0x90a7cc8)
More information about the rt-users
mailing list