in reply to
QMail vs sendmail
The sensible thing to do is to port your scripts so they use something like
Mail::Sendmail
. This makes them portable and has the advantage of not having the risk (and overhead) of using other external programs.
gav^
Comment on
Re: QMail vs sendmail
In Section
Seekers of Perl Wisdom