[rt-users] ENV taint errors with sendmailpipe [plaintext]
Phil Homewood
pdh at snapgear.com
Sat Jan 5 04:16:23 EST 2002
Darrin Walton wrote:
> |+ # {{{ Outgoing mail configuration
> |+ $MailCommand = 'sendmailpipe';
> |+ $SendmailArguments="-oi -t";
> |+ $SendmailPath = "/var/qmail/bin/sendmail";=$UseFriendlyToLine = 0;
> |+
>
> I thought sendmailpipe was just for sendmail, and you didn't have to use it with
> qmail. That may be the problem, may want to try just using 'sendmail' and
> removing the '-t'.
I'm going to bet that the problem is that two lines of the
config file seem to have become joined by an "=". Try:
# {{{ Outgoing mail configuration
$MailCommand = 'sendmailpipe';
$SendmailArguments="-oi -t";
$SendmailPath = "/var/qmail/bin/sendmail";
$UseFriendlyToLine = 0;
sendmailpipe should work fine for sendmailalikes which support
similar syntax; not being a bernsteinite I can't vouch for
qmail, but as far as I know qmail/bin/sendmail should work OK.
More information about the rt-users
mailing list