[rt-users] Sending mail error
deborah kaplan
deborah at curl.com
Mon Jul 24 11:20:08 EDT 2000
On Mon, 24 Jul 2000, Tobias Brox wrote:
|> Is there a way that I can change how the script sends email.
|
|Yes, there should be ... check for "sendmail" in config.pm.
|
|> Instead of using /usr/lib/sendmail -oi -t -ODeliveryMode=b -OErrorMode=m
|> get it to use "cat message |mail -s "Subject" user at domain.com
|
|Hm ... you should use a mailer that accepts mail with header lines. I
|don't remember the exact usage of qmail ... but there should be a sendmail
|emulator with it.
we use the qmail sendmail emulator, and the lines in config.pm
are:
$mailprog = "/usr/lib/sendmail";
$mail_options = "-oi -t";
-deborah
More information about the rt-users
mailing list