diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2020-05-19 04:18:38 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2020-05-19 04:18:38 +0000 |
commit | 7dbaa0e4258ba09ab742d1ffc76f286c464b091e (patch) | |
tree | b67016c104591be7604194845e7bfd2706f232e3 /mail/postfix/files | |
parent | misc/urh: Update 2.8.7 -> 2.8.8 (diff) |
- update to 3.5.2
Notes
Notes:
svn path=/head/; revision=535804
Diffstat (limited to 'mail/postfix/files')
-rw-r--r-- | mail/postfix/files/pkg-message.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/files/pkg-message.in b/mail/postfix/files/pkg-message.in index 23becb903391..44a62a9e6f4e 100644 --- a/mail/postfix/files/pkg-message.in +++ b/mail/postfix/files/pkg-message.in @@ -1,5 +1,6 @@ [ { + type: install message: <<EOM To use postfix instead of sendmail: - clear sendmail queue and stop the sendmail daemons @@ -24,21 +25,20 @@ 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 } { + type: upgrade 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 } { + type: remove message: <<EOM If you remove postfix permanent, adjust / remove the the following file: - %%MC_PREFIX%%/etc/mail/mailer.conf EOM - type: remove } ] |