20 lines
884 B
Text
20 lines
884 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.NetBSD,v 1.5 2010/03/02 08:07:36 martti Exp $
|
|
|
|
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:
|
|
|
|
postfix_command='${PREFIX}/sbin/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'
|
|
postconf='${PREFIX}/sbin/postconf'
|
|
|
|
Please note that /etc/rc.conf.d/postfix does not exist by default so
|
|
you need to create that file if you need to override the default settings.
|
|
|
|
Remember to modify /etc/mailer.conf to use ${PREFIX}/sbin/sendmail instead
|
|
of /usr/libexec/postfix/sendmail.
|
|
===========================================================================
|