===========================================================================
$NetBSD: MESSAGE,v 1.8 2004/07/19 22:03:13 jlam Exp $

Please run the following command to update main.cf and master.cf with
the latest Postfix services and configuration directives:

	/usr/pkg/sbin/postfix upgrade-configuration

If you are upgrading from a previous Postfix installation, you may want
to back up any existing configuration files before running the above
command.

Postfix may be activated by executing:

	/usr/pkg/sbin/postfix start

===========================================================================
===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.6 2015/07/26 15:53:11 bsiegert Exp $

The existing /etc/rc.d/postfix can be forced to start /usr/pkg/sbin/postfix
instead of /usr/sbin/postfix, by adding the following lines to
/etc/rc.conf.d/postfix:

	postfix_command='/usr/pkg/sbin/postfix'
	required_files='/usr/pkg/etc/postfix/main.cf'
	postconf='/usr/pkg/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 /usr/pkg/sbin/sendmail instead
of /usr/libexec/postfix/sendmail.
===========================================================================
