Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 10:04:23 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504937 - head/mail/postfix/files
Message-ID:  <201906231004.x5NA4NE0066549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Jun 23 10:04:22 2019
New Revision: 504937
URL: https://svnweb.freebsd.org/changeset/ports/504937

Log:
  - convert pkg-message to UCL

Modified:
  head/mail/postfix/files/pkg-message.in

Modified: head/mail/postfix/files/pkg-message.in
==============================================================================
--- head/mail/postfix/files/pkg-message.in	Sun Jun 23 10:03:06 2019	(r504936)
+++ head/mail/postfix/files/pkg-message.in	Sun Jun 23 10:04:22 2019	(r504937)
@@ -1,3 +1,6 @@
+[
+{
+  message: <<EOM
 To use postfix instead of sendmail:
   - clear sendmail queue and stop the sendmail daemons
 
@@ -20,7 +23,22 @@ If you are using SASL, you need to make sure that post
 the sasldb file.  This is accomplished by adding postfix to group mail and
 making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should
 be the default for new installs).
-
+EOM
+  type: install
+}
+{
+  message: <<EOM
 If you are upgrading from prior postfix version, please see the README
 files for recommended changes to your configuration and additional
 http://www.postfix.org/COMPATIBILITY_README.html
+EOM
+  type: upgrade
+}
+{
+  message: <<EOM
+If you remove postfix permanent, adjust / remove the the following file:
+  - %%MC_PREFIX%%/etc/mail/mailer.conf
+EOM
+  type: remove
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906231004.x5NA4NE0066549>