diff options
author | martti <martti@pkgsrc.org> | 2005-05-04 05:20:40 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-05-04 05:20:40 +0000 |
commit | 9ac91d90e607c55cfe472d62e9cc167442788303 (patch) | |
tree | 3714d496520d34d62cbae15e091d91835a200351 /mail/postfix/Makefile | |
parent | 110ac816eef7571ad11fa637e8728052ebda52fc (diff) | |
download | pkgsrc-9ac91d90e607c55cfe472d62e9cc167442788303.tar.gz |
Updated postfix to 2.2.3
- SASL inter-operability problem causing Sendmail servers to hang up on Postfix.
- Panic when a fall-back relay could not be used for a variety of reasons.
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 7a1793981e2..24fdaba6629 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.161 2005/04/11 21:46:22 tv Exp $ +# $NetBSD: Makefile,v 1.162 2005/05/04 05:20:40 martti Exp $ -DISTNAME= postfix-2.2.2 +DISTNAME= postfix-2.2.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ |