diff options
author | kim <kim> | 2001-03-04 04:10:47 +0000 |
---|---|---|
committer | kim <kim> | 2001-03-04 04:10:47 +0000 |
commit | b89b171ccdbc9d0185b636a4d1de1884bdbc2f83 (patch) | |
tree | c2d0baa5f4638a5c73e886a85a3c5ac5800e03ed /mail/postfix-current | |
parent | d43106e98795c65d0ebd1bb7be683dc29d309b03 (diff) | |
download | pkgsrc-b89b171ccdbc9d0185b636a4d1de1884bdbc2f83.tar.gz |
Add an option to disable canonicalizing the envelope recipient. This
allows correct local delivery on multiple hosts while still canonicalizing
visible and sender addresses. (This makes it possible to support vanity
domains and "permanent address" services like iki.fi and pobox.com.)
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix-current/files/md5 | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 649c4a9c689..cece3a0c98b 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.20 2001/03/02 04:18:19 itojun Exp $ +# $NetBSD: Makefile,v 1.21 2001/03/04 04:10:47 kim Exp $ DISTNAME= release-20010228 PKGNAME= postfix-20010228 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ -PATCHFILES= postfix-20010228release-v6-20010302a.diff.gz -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= postfix-20010228release-v6-20010302a.diff.gz \ + postfix-20010228release-ercpt.diff +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ + ftp://ftp.gw.com/pub/people/kim/patches/ PATCH_DIST_STRIP+= -p1 MAINTAINER= packages@netbsd.org diff --git a/mail/postfix-current/files/md5 b/mail/postfix-current/files/md5 index 43061059584..da032f16728 100644 --- a/mail/postfix-current/files/md5 +++ b/mail/postfix-current/files/md5 @@ -1,4 +1,5 @@ -$NetBSD: md5,v 1.12 2001/03/02 04:18:20 itojun Exp $ +$NetBSD: md5,v 1.13 2001/03/04 04:10:48 kim Exp $ MD5 (postfix/release-20010228.tar.gz) = 6af46cc231ca1e09e60393542d5611bd MD5 (postfix/postfix-20010228release-v6-20010302a.diff.gz) = e8b5954bc0466239c393235319476ff7 +MD5 (postfix/postfix-20010228release-ercpt.diff) = 9f5c4c422cb27cdef1d090ca39c44c3c |