Subject: postfix
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 05/01/2000 17:40:23
Now that postfix is in, will

# We call sendmail with a full path so that SIGHUP works.
if checkyesno sendmail; then
        if [ -r /etc/sendmail.cf ]; then
                echo -n ' sendmail';    /usr/sbin/sendmail $sendmail_flags
        else
                echo
                logger -s "WARNING: /etc/sendmail.cf not readable;" \
                    "sendmail not started."
        fi
fi

be removed as even now if the mailer in mailer.conf != sendmail, said
mailer won't start without sendmail.cf?

Cheers,

Patrick

Ah.. under your new rc.d regime, I suspect you'll want a "postfix" instead
of a "sendmail" script and get rid of mailer/mailer.conf entirely?