blob: 760552c4a8d13b9a2334df0801ad94099cf97722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
===========================================================================
$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'
===========================================================================
|