summaryrefslogtreecommitdiff
path: root/mail/postfix/MESSAGE
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-07-19 03:25:11 +0000
committerjlam <jlam@pkgsrc.org>2004-07-19 03:25:11 +0000
commitfb55cfbc3cdddccef10d103646d0d3bc16cf7583 (patch)
treeaa523d5d84baf20b6520fdc462ac42079ce64a20 /mail/postfix/MESSAGE
parent034356782e51f7a9286d3f954fb599fe6dadff29 (diff)
downloadpkgsrc-fb55cfbc3cdddccef10d103646d0d3bc16cf7583.tar.gz
Don't blindly run the post-install script; instead, tell the user to do
so in the MESSAGE file. This makes upgrading existing Postfix installations less annoying.
Diffstat (limited to 'mail/postfix/MESSAGE')
-rw-r--r--mail/postfix/MESSAGE18
1 files changed, 12 insertions, 6 deletions
diff --git a/mail/postfix/MESSAGE b/mail/postfix/MESSAGE
index 3a7f85d1e12..11ca600023c 100644
--- a/mail/postfix/MESSAGE
+++ b/mail/postfix/MESSAGE
@@ -1,11 +1,17 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.6 2004/07/19 02:33:31 jlam Exp $
+$NetBSD: MESSAGE,v 1.7 2004/07/19 03:25:11 jlam Exp $
-To activate postfix:
+Please run the following command to update main.cf and master.cf with
+the latest Postfix services and configuration directives:
-- Check the configuration files in ${PKG_SYSCONFDIR}
- (see ${EXAMPLEDIR})
-- Modify /etc/mailer.conf (see ${EXAMPLEDIR}/mailer.conf)
-- Set postfix=YES in /etc/rc.conf
+ ${PREFIX}/sbin/postfix set-permissions 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:
+
+ ${PREFIX}/sbin/postfix start
===========================================================================