diff options
author | leeym <leeym@FreeBSD.org> | 2003-03-11 01:20:24 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-03-11 01:20:24 +0800 |
commit | 5956839e080408f148f8713610cb02016b13dcad (patch) | |
tree | 49c0d630e53cb68790af668f842cf39a0ac7011c /mail/postfix28/pkg-message | |
parent | abf1f175eb726ff7a15ff2f4a033b5b5d1c6b209 (diff) | |
download | freebsd-ports-gnome-5956839e080408f148f8713610cb02016b13dcad.tar.gz freebsd-ports-gnome-5956839e080408f148f8713610cb02016b13dcad.tar.zst freebsd-ports-gnome-5956839e080408f148f8713610cb02016b13dcad.zip |
update postfix to 2.0.6
this is a security critical release -- it works around the same bug that was
recently patched in sendmail to protect any unpatched sendmail servers behind
a postfix gateway.
this fix allows one to leave postfix as the gateway machine when there are
unpatched sendmail servers, rather than having to install sendmail on your
gateway.
PR: 49006
Submitted by: Vivek Khera <khera@kcilink.com>
Approved by: kris
Diffstat (limited to 'mail/postfix28/pkg-message')
-rw-r--r-- | mail/postfix28/pkg-message | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfix28/pkg-message b/mail/postfix28/pkg-message index 88417961f3af..1c9fd6699bb9 100644 --- a/mail/postfix28/pkg-message +++ b/mail/postfix28/pkg-message @@ -25,6 +25,7 @@ ln -s /usr/local/sbin/postfix postfix.sh Also, you will want to disable some Sendmail-specific daily maintenance routines in your /etc/periodic.conf file: +daily_clean_hoststat_enable="NO" daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" |