Neal Babcock wrote:
> 
> We recently installed a new server and decided to use qmail.
> The old server used sendmail. One of the Perl scripts we use
> defines the path to the mail program, as follows:
> 
> $mailprog = '/usr/sbin/sendmail';
> 
> This always worked on the old server with sendmail, but on
> the new server with qmail, I am unable to determine what the
> path should be. The Perl script runs without displaying an
> error, but mail is never sent out.
> 

remove /usr/sbin/sendmail and /usr/lib/sendmail

then make symbolic links from /var/qmail/bin/sendmail
to /usr/sbin/sendmail and /usr/lib/sendmail

then leave your perl scripts alone. let them
use /usr/sbin/sendmail

ken Jones

Reply via email to