update to Postfix v2.7.0; from Brad

This commit is contained in:
jakob 2010-03-27 20:59:58 +00:00
parent 8d5c3b10fb
commit 218852b896
3 changed files with 21 additions and 22 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.126 2009/08/29 21:58:17 sthen Exp $
# $OpenBSD: Makefile,v 1.127 2010/03/27 20:59:58 jakob Exp $
VERSION= 2.6.5
VERSION= 2.7.0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}

View File

@ -1,5 +1,5 @@
MD5 (postfix/postfix-2.6.5.tar.gz) = a5VM+z62FB2sHncygSEXFw==
RMD160 (postfix/postfix-2.6.5.tar.gz) = +bMIRXudPcwF6zDEe4JnRQpVKiM=
SHA1 (postfix/postfix-2.6.5.tar.gz) = mLBMcZhptL1hvsh0ni1Xohnraac=
SHA256 (postfix/postfix-2.6.5.tar.gz) = W1yNPJjX3/7OHTDtTcHPvTIghC/WJqMkzgONfXleQQI=
SIZE (postfix/postfix-2.6.5.tar.gz) = 3325444
MD5 (postfix/postfix-2.7.0.tar.gz) = 32SPWUIWBOiVzOVjJfALrg==
RMD160 (postfix/postfix-2.7.0.tar.gz) = iHjAtbJTogvXxk4GbuHucqtSBz0=
SHA1 (postfix/postfix-2.7.0.tar.gz) = HvJjPC5THZ1g21PKDibUsdlbyUk=
SHA256 (postfix/postfix-2.7.0.tar.gz) = xbIyrl45YQe8WK7UF4z2z9CnW53LvttJ0VjrcdbJG3U=
SIZE (postfix/postfix-2.7.0.tar.gz) = 3418064

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-master.cf,v 1.16 2009/05/12 20:03:08 jakob Exp $
--- conf/master.cf.orig Wed Jan 30 06:57:57 2008
+++ conf/master.cf Sun Apr 19 01:29:06 2009
$OpenBSD: patch-master.cf,v 1.17 2010/03/27 20:59:58 jakob Exp $
--- conf/master.cf.orig Wed Feb 3 16:01:27 2010
+++ conf/master.cf Sun Feb 14 23:00:29 2010
@@ -8,8 +8,8 @@
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
@ -16,7 +16,7 @@ $OpenBSD: patch-master.cf,v 1.16 2009/05/12 20:03:08 jakob Exp $
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
-#628 inet n - n - - qmqpd
-#628 inet n - n - - qmqpd
-pickup fifo n - n 60 1 pickup
-cleanup unix n - n - 0 cleanup
-qmgr fifo n - n 300 1 qmgr
@ -28,7 +28,7 @@ $OpenBSD: patch-master.cf,v 1.16 2009/05/12 20:03:08 jakob Exp $
-trace unix - - n - 0 bounce
-verify unix - - n - 1 verify
-flush unix n - n 1000? 0 flush
+#628 inet n - - - - qmqpd
+#628 inet n - - - - qmqpd
+pickup fifo n - - 60 1 pickup
+cleanup unix n - - - 0 cleanup
+qmgr fifo n - - 300 1 qmgr
@ -68,16 +68,7 @@ $OpenBSD: patch-master.cf,v 1.16 2009/05/12 20:03:08 jakob Exp $
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
@@ -68,7 +68,7 @@ scache unix - - n - 1
# The Cyrus deliver program has changed incompatibly, multiple times.
#
#old-cyrus unix - n n - - pipe
-# flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
+# flags=R user=_cyrus argv=/usr/local/libexec/cyrus-imapd/deliver -e -m ${extension} ${user}
#
# ====================================================================
#
@@ -76,7 +76,7 @@ scache unix - - n - 1
@@ -80,14 +80,14 @@ scache unix - - n - 1
# Also specify in main.cf: cyrus_destination_recipient_limit=1
#
#cyrus unix - n n - - pipe
@ -86,3 +77,11 @@ $OpenBSD: patch-master.cf,v 1.16 2009/05/12 20:03:08 jakob Exp $
#
# ====================================================================
#
# Old example of delivery via Cyrus.
#
#old-cyrus unix - n n - - pipe
-# flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
+# flags=R user=_cyrus argv=/usr/local/libexec/cyrus-imapd/deliver -e -m ${extension} ${user}
#
# ====================================================================
#