pkgsrc/mail/postfix/MESSAGE
jmmv 83877c7a60 - Move all "share" files to share/examples/postfix; all of them are used
as samples, either by the user or by bsd.pkg.install.mk.
- Correctly handle configuration files, that is, avoid touching the conf
  directory directly.
- Use OWN_DIRS to handle the spool directory.
- Run post-install through an INSTALL script.
- Sort PLIST after all these changes.
- Bump PKGREVISION to 1.
2003-05-01 14:07:56 +00:00

19 lines
771 B
Text

===========================================================================
$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'
===========================================================================