summaryrefslogtreecommitdiff
path: root/mail/postfix/MESSAGE
blob: 46573ea6943cd2fe823a5416b23176e76ab63ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
===========================================================================
$NetBSD: MESSAGE,v 1.2 2003/01/31 23:53:04 lukem Exp $

To activate postfix:

- Check the configuration files in ${PKG_SYSCONFDIR}
   (see ${PREFIX}/share/postfix)
- Modify /etc/mailer.conf (see ${PREFIX}/etc/mailer.conf.postfix)
- 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='${PREFIX}/etc/postfix/main.cf'
	start_cmd='${PREFIX}/sbin/postfix start'
	stop_cmd='${PREFIX}/sbin/postfix stop'
	reload_cmd='${PREFIX}/sbin/postfix reload'

===========================================================================