diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 22:18:31 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 22:19:24 +0200 |
commit | b19fd158df56a285dcd38cc7310e908b05ecb982 (patch) | |
tree | 457624cfb097b8ed7f402ed1c9506470f00d6055 /mail/postfix35/files/pkg-message.in | |
parent | astro/py-ephem: Update to 4.1 (diff) |
cleanup: Remove expired ports:
devel/erlang-exmpp: last upstream patches over 10 years ago
sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018
2021-09-30 www/squid3: Unsupported by upstream
2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported.
2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use security/py-paramiko
2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD 11 EOL
2021-09-30 security/openca-tools-forked: Use modern port security/libscep instead
2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use multimedia/webcamd instead
2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported.
2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD 11 EOL
2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x)
Diffstat (limited to 'mail/postfix35/files/pkg-message.in')
-rw-r--r-- | mail/postfix35/files/pkg-message.in | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/mail/postfix35/files/pkg-message.in b/mail/postfix35/files/pkg-message.in deleted file mode 100644 index 44a62a9e6f4e..000000000000 --- a/mail/postfix35/files/pkg-message.in +++ /dev/null @@ -1,44 +0,0 @@ -[ -{ - type: install - message: <<EOM -To use postfix instead of sendmail: - - clear sendmail queue and stop the sendmail daemons - -Run the following commands to enable postfix during startup: - - sysrc postfix_enable="YES" - - sysrc sendmail_enable="NONE" - -If postfix is *not* already activated in %%MC_PREFIX%%/etc/mail/mailer.conf - - mv %%MC_PREFIX%%/etc/mail/mailer.conf %%MC_PREFIX%%/etc/mail/mailer.conf.old - - install -m 0644 %%DATADIR%%/mailer.conf.postfix %%MC_PREFIX%%/etc/mail/mailer.conf - -Disable sendmail(8) specific tasks, -add the following lines to /etc/periodic.conf(.local): - daily_clean_hoststat_enable="NO" - daily_status_mail_rejects_enable="NO" - daily_status_include_submit_mailq="NO" - daily_submit_queuerun="NO" - -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: 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: remove - message: <<EOM -If you remove postfix permanent, adjust / remove the the following file: - - %%MC_PREFIX%%/etc/mail/mailer.conf -EOM -} -] |