diff options
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 } ] |