diff options
author | taca <taca@pkgsrc.org> | 2011-11-07 15:36:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-07 15:36:07 +0000 |
commit | 084c47801ef7727f047158e9d79573747e4b9254 (patch) | |
tree | e9ef78942e7b095ae2fe1bf56c9077670c2b9827 /mail/postfix/Makefile | |
parent | 8e9d45b5ec61f7edbd8080bc3e600da922e24036 (diff) | |
download | pkgsrc-084c47801ef7727f047158e9d79573747e4b9254.tar.gz |
Update postfix pacakge to 2.8.7.
Postfix stable release 2.8.7 is available. This contains a workaround
for a problem that is fixed in Postfix 2.9.
* The postscreen daemon, which is not enabled by default, sent
non-compliant SMTP responses (220- followed by 421) when it
could not give a connection to a real smtpd process. These
responses caused some remote SMTP clients to return mail as
undeliverable.
The workaround is to hang up after sending 220- without sending
the 421 "sorry" reply; this is harmless.
The complete fix involves too much change for a stable release:
send the 220 greeting, wait for the EHLO command, then send
the 421 "sorry" reply and hang up.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 71bfa0c66a4..6d4471d607c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.243 2011/10/25 14:31:10 taca Exp $ +# $NetBSD: Makefile,v 1.244 2011/11/07 15:36:07 taca Exp $ -DISTNAME= postfix-2.8.6 +DISTNAME= postfix-2.8.7 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ |