diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2019-06-23 10:03:06 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2019-06-23 10:03:06 +0000 |
commit | acc3c8442f4be62f484762a76df9b7886560e239 (patch) | |
tree | 0e78a18aec17afd8b7b32df11b5b35f1bc2861b0 /mail/postfix-current/files | |
parent | - Update to 1.12.2 (diff) |
- update to 3.5-20190621
- convert pkg-message to UCL
Notes
Notes:
svn path=/head/; revision=504936
Diffstat (limited to 'mail/postfix-current/files')
-rw-r--r-- | mail/postfix-current/files/pkg-message.in | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/mail/postfix-current/files/pkg-message.in b/mail/postfix-current/files/pkg-message.in index 70c7569d08c1..23becb903391 100644 --- a/mail/postfix-current/files/pkg-message.in +++ b/mail/postfix-current/files/pkg-message.in @@ -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 postfix has access to read 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 +} +] |