Roundup Tracker - Issues

Message4658

Author dgatwood
Recipients ber, dgatwood, jherazo-beverly, pefu
Date 2012-10-26.05:52:38
Message-id <1351230760.81.0.934285774225.issue2550747@psf.upfronthosting.co.za>
In-reply-to
This bug was pretty much a showstopper for me.  My ISP won't allow me to send email using 
their SMTP server over port 25 (even connecting to localhost) without providing a username 
and password, and there's *no* *way* I'm hard-coding a cleartext account password into any 
script, period, much less on a shared server.  :-)

Patch attached.  This patch adds a "sendmail = " option.  After applying this patch, you can 
add:

    sendmail = /usr/sbin/sendmail

(or whatever) to your config file, and instead of using SMTP directly, it will pass the message 
to the sendmail binary.
History
Date User Action Args
2012-10-26 05:52:40dgatwoodsetmessageid: <1351230760.81.0.934285774225.issue2550747@psf.upfronthosting.co.za>
2012-10-26 05:52:40dgatwoodsetrecipients: + dgatwood, ber, pefu, jherazo-beverly
2012-10-26 05:52:40dgatwoodlinkissue2550747 messages
2012-10-26 05:52:40dgatwoodcreate