diff options
author | martti <martti@pkgsrc.org> | 2003-01-06 09:15:49 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-01-06 09:15:49 +0000 |
commit | e07be818f5492f382ab8c30fbefe6876937d648e (patch) | |
tree | 426583c5435f22316fc6e86e3d63d300f4eeca6d /mail/postfix/Makefile | |
parent | d8524274948618da9dc01fdc38aaa9c2095025f8 (diff) | |
download | pkgsrc-e07be818f5492f382ab8c30fbefe6876937d648e.tar.gz |
Updated postfix to 2.0.0.2
IMPORTANT: read the documents in /usr/pkg/share/doc/postfix/ before
upgrading from Postfix 1.1.
Hightlights:
- MIME support (including 8bit->7bit conversion and more
accurate matching of MIME headers in message bodies)
- completely rewritten RBL client code
- smarter handling of DNS lookup errors in UCE restrictions
- virtual delivery agent without transport map for every domain
- a long list of other things that are meant to improve performance
or functionality without compromising what already existed.
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 cbc4980dc92..c5acdc13876 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2002/11/26 07:20:06 martti Exp $ +# $NetBSD: Makefile,v 1.72 2003/01/06 09:15:49 martti Exp $ -DISTNAME= postfix-1.1.12 +DISTNAME= postfix-2.0.0.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ |