summaryrefslogtreecommitdiff
path: root/mail/postfix/patches
diff options
context:
space:
mode:
authormartti <martti>2002-05-14 06:57:23 +0000
committermartti <martti>2002-05-14 06:57:23 +0000
commit2f53a66814f746e84dbff55399d0c888f978d084 (patch)
treee681433595e12bb93b7e748731090ab8045f819b /mail/postfix/patches
parentbb1fa2047731f73cbb5cec36ba52b069b4551455 (diff)
downloadpkgsrc-2f53a66814f746e84dbff55399d0c888f978d084.tar.gz
Updated postfix to 1.1.9
* add a MESSAGE file to describe how to activate postfix (pkg/13335) Changes: * Close user@domain@postfix-style.virtual.domain source routing relaying loophole involving postfix-style virtual domains with @virtual.domain catch-all patterns * mail_addr_map() used the "wrong" @ character in addresses with multiple @. * For address localpart quoting, now quote @ as a special character everywhere, except when resolving addresses. Previously, the @ was nowhere quoted as a special character, not even in SMTP commands. * Don't allow an OK access rule lookup result for user@domain@postfix-style.virtual.domain. * Quote unquoted address localparts that need quoting. * The SMTP client logged and bounced the CNAME expanded recipient address, and thereby complicated trouble shooting. * The SMTP and LMTP clients bounced the quoted recipient address, resulting in too much quoting in bounce reports. * The LDAP client used the "wrong" @ character in addresses with multiple @. * Forwards "postqueue -r" compatibility with the additional queue file records that are stored by snapshot 20050512. * Specify "resolve_dequoted_address = no" to prevent Postfix from looking inside quotes for extra @ etc. characters when resolving an address. This behavior is technically more correct, but it opens a mail relay loophole with "user @domain"@domain when relaying mail to a Sendmail system.
Diffstat (limited to 'mail/postfix/patches')
-rw-r--r--mail/postfix/patches/patch-af8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/postfix/patches/patch-af b/mail/postfix/patches/patch-af
index 6f187db7475..191d3185ca3 100644
--- a/mail/postfix/patches/patch-af
+++ b/mail/postfix/patches/patch-af
@@ -1,13 +1,7 @@
-$NetBSD: patch-af,v 1.10 2002/03/27 07:17:10 martti Exp $
+$NetBSD: patch-af,v 1.11 2002/05/14 06:57:25 martti Exp $
--- conf/main.cf.orig Mon Mar 25 21:09:24 2002
+++ conf/main.cf Wed Mar 27 07:33:47 2002
-@@ -1,3 +1,5 @@
-+# $NetBSD: patch-af,v 1.10 2002/03/27 07:17:10 martti Exp $
-+#
- # Global Postfix configuration file. This file lists only a subset
- # of all 100+ parameters. See the sample-xxx.cf files for a full list.
- #
@@ -31,14 +33,19 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.