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.
This commit is contained in:
parent
38ac3ab61d
commit
5bdb9e242c
3 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.54 2002/03/06 15:07:54 martti Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2002/03/13 08:10:09 martti Exp $
|
||||
|
||||
DISTNAME= postfix-1.1.4
|
||||
DISTNAME= postfix-1.1.5
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://postfix.cloud9.net/official/
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.12 2002/03/06 15:07:54 martti Exp $
|
||||
$NetBSD: distinfo,v 1.13 2002/03/13 08:10:09 martti Exp $
|
||||
|
||||
SHA1 (postfix/postfix-1.1.4.tar.gz) = c4840f0558f0c253cc863a315ea38a2ced8bf688
|
||||
Size (postfix/postfix-1.1.4.tar.gz) = 1183534 bytes
|
||||
SHA1 (postfix/postfix-1.1.5.tar.gz) = 4a914a5a7d9e1e9f428d99b609599f1c3263e61a
|
||||
Size (postfix/postfix-1.1.5.tar.gz) = 1184214 bytes
|
||||
SHA1 (patch-aa) = 01d0df30acc0ee454771ade263b6e793d0dba6a4
|
||||
SHA1 (patch-ab) = d4e50ffc31d71ff64067101f6d733655fcf76713
|
||||
SHA1 (patch-ac) = 0c79f73f1a9327e97ab6e6910d03b479c849d9f4
|
||||
SHA1 (patch-af) = d25b58b4da462a719bcd0fafaf45b9b5d8f2c877
|
||||
SHA1 (patch-af) = 8ddf7b1c0a2333127f5911739ee884f7eaee95ce
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue