diff options
author | martti <martti@pkgsrc.org> | 2002-03-13 08:10:09 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-13 08:10:09 +0000 |
commit | 5bdb9e242ccac6ce957582b2b695fa1ddb45437d (patch) | |
tree | 2b77f7978ca7e64fd562a62dc37d76dec91ce518 /mail/postfix/patches | |
parent | 38ac3ab61d0b6ecd8cfec151f4300171fd8b83ee (diff) | |
download | pkgsrc-5bdb9e242ccac6ce957582b2b695fa1ddb45437d.tar.gz |
Updated postfix to 1.1.5
- With patch 04, automatic change detection of DBM files was slightly
broken (incremental updates would no longer be detected). The
fix is to use separate file handles for locking and for change
detection.
- The trivial-rewrite server could dereference a dangling pointer
after stripping a source route (@domain,domain:) from an address
while append_at_myorigin=no. Although this setting is unsupported,
Postfix should not SIGSEGV anyway.
- The SMTP server replied with 552 (too much mail) when rejecting
mail content. The SMTP standard defines no reply code for this
situation, but one could argue that 550 is more appropriate. And
so it shall be.
Diffstat (limited to 'mail/postfix/patches')
-rw-r--r-- | mail/postfix/patches/patch-af | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/patches/patch-af b/mail/postfix/patches/patch-af index a26dc6927fc..86d9cfabf17 100644 --- a/mail/postfix/patches/patch-af +++ b/mail/postfix/patches/patch-af @@ -1,9 +1,9 @@ -$NetBSD: patch-af,v 1.8 2002/03/06 15:07:54 martti Exp $ +$NetBSD: patch-af,v 1.9 2002/03/13 08:10:10 martti Exp $ ---- conf/main.cf.orig Fri Feb 1 03:12:04 2002 -+++ conf/main.cf Tue Mar 5 13:54:58 2002 +--- conf/main.cf.orig Sun Mar 3 17:58:06 2002 ++++ conf/main.cf Wed Mar 13 08:56:40 2002 @@ -1,3 +1,5 @@ -+# $NetBSD: patch-af,v 1.8 2002/03/06 15:07:54 martti Exp $ ++# $NetBSD: patch-af,v 1.9 2002/03/13 08:10: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. @@ -39,7 +39,7 @@ $NetBSD: patch-af,v 1.8 2002/03/06 15:07:54 martti Exp $ # INTERNET HOST AND DOMAIN NAMES # -@@ -495,9 +502,8 @@ +@@ -496,9 +503,8 @@ # the process marches on. If you use an X-based debugger, be sure to # set up your XAUTHORITY environment variable before starting Postfix. # @@ -51,7 +51,7 @@ $NetBSD: patch-af,v 1.8 2002/03/06 15:07:54 martti Exp $ # INSTALL-TIME CONFIGURATION INFORMATION # -@@ -522,16 +528,16 @@ +@@ -523,16 +529,16 @@ # commands. This must be a group name with a numerical group ID that # is not shared with other accounts, not even with the Postfix account. # |