=========================================================================== $NetBSD: MESSAGE,v 1.4 2003/05/01 14:07:56 jmmv Exp $ To activate postfix: - Check the configuration files in ${PKG_SYSCONFDIR} (see ${SHAREDIR}) - Modify /etc/mailer.conf (see ${SHAREDIR}/mailer.conf) - Set postfix=YES in /etc/rc.conf If you are running NetBSD 1.5 (or newer), the existing /etc/rc.d/postfix can be forced to start ${PREFIX}/sbin/postfix instead of /usr/sbin/postfix, by adding the following lines to /etc/rc.conf.d/postfix: required_files='${PKG_SYSCONFDIR}/main.cf' start_cmd='${PREFIX}/sbin/postfix start' stop_cmd='${PREFIX}/sbin/postfix stop' reload_cmd='${PREFIX}/sbin/postfix reload' ===========================================================================