At 11:51 16/07/00 +0200, Gabriel Ambuehl wrote:
>Hello,
>I'm using several FreeBSD boxes with qmail and vpopmail with great
>success (sendmail is turned off, for sure). However, one thing is
>annoying, all mail from local processes to local users
>(such as the output of cronjobs) is still being delivered to
>/var/spool what means I can't access it through POP3. Is there anyway
>to change this behaviour?
yep, open up /etc/mail/mailer.conf
and change the lines to:
sendmail /var/qmail/bin/sendmail
send-mail /var/qmail/bin/sendmail
mailq /var/qmail/bin/qmail-qstat
newaliases /var/qmail/bin/newaliases
peter