Update to Postfix 2.10.0.
ok sthen@
This commit is contained in:
parent
0bfa3b3422
commit
2324efc4b0
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.160 2013/02/05 10:46:46 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.161 2013/03/02 20:47:28 brad Exp $
|
||||
|
||||
VERSION= 2.9.6
|
||||
VERSION= 2.10.0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (postfix/postfix-2.9.6.tar.gz) = eQVCojj2TSYgwm54fJiwf7bnWnYgzgWEp5MrCJ3FNnw=
|
||||
SIZE (postfix/postfix-2.9.6.tar.gz) = 3767309
|
||||
SHA256 (postfix/postfix-2.10.0.tar.gz) = SkKmApr0GMvUqGaLT4x+HqmXXL6XVt92BknAqUG/63s=
|
||||
SIZE (postfix/postfix-2.10.0.tar.gz) = 3826655
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-conf_master_cf,v 1.4 2012/02/20 09:55:49 sthen Exp $
|
||||
--- conf/master.cf.orig Wed Dec 14 12:44:24 2011
|
||||
+++ conf/master.cf Sat Dec 17 20:20:15 2011
|
||||
@@ -8,49 +8,49 @@
|
||||
$OpenBSD: patch-conf_master_cf,v 1.5 2013/03/02 20:47:28 brad Exp $
|
||||
--- conf/master.cf.orig Mon Sep 24 20:10:16 2012
|
||||
+++ conf/master.cf Wed Oct 3 21:32:18 2012
|
||||
@@ -8,12 +8,12 @@
|
||||
# service type private unpriv chroot wakeup maxproc command + args
|
||||
# (yes) (yes) (yes) (never) (100)
|
||||
# ==========================================================================
|
||||
@ -20,20 +20,24 @@ $OpenBSD: patch-conf_master_cf,v 1.4 2012/02/20 09:55:49 sthen Exp $
|
||||
# -o syslog_name=postfix/submission
|
||||
# -o smtpd_tls_security_level=encrypt
|
||||
# -o smtpd_sasl_auth_enable=yes
|
||||
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||
@@ -23,7 +23,7 @@ smtp inet n - n - -
|
||||
# -o smtpd_sender_restrictions=$mua_sender_restrictions
|
||||
# -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
|
||||
# -o milter_macro_daemon_name=ORIGINATING
|
||||
-#smtps inet n - n - - smtpd
|
||||
+#smtps inet n - - - - smtpd
|
||||
# -o syslog_name=postfix/smtps
|
||||
# -o smtpd_tls_wrappermode=yes
|
||||
# -o smtpd_sasl_auth_enable=yes
|
||||
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||
@@ -33,32 +33,32 @@ smtp inet n - n - -
|
||||
# -o smtpd_sender_restrictions=$mua_sender_restrictions
|
||||
# -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
|
||||
# -o milter_macro_daemon_name=ORIGINATING
|
||||
-#628 inet n - n - - qmqpd
|
||||
-pickup fifo n - n 60 1 pickup
|
||||
-pickup unix n - n 60 1 pickup
|
||||
-cleanup unix n - n - 0 cleanup
|
||||
-qmgr fifo n - n 300 1 qmgr
|
||||
-#qmgr fifo n - n 300 1 oqmgr
|
||||
-qmgr unix n - n 300 1 qmgr
|
||||
-#qmgr unix n - n 300 1 oqmgr
|
||||
-tlsmgr unix - - n 1000? 1 tlsmgr
|
||||
-rewrite unix - - n - - trivial-rewrite
|
||||
-bounce unix - - n - 0 bounce
|
||||
@ -42,10 +46,10 @@ $OpenBSD: patch-conf_master_cf,v 1.4 2012/02/20 09:55:49 sthen Exp $
|
||||
-verify unix - - n - 1 verify
|
||||
-flush unix n - n 1000? 0 flush
|
||||
+#628 inet n - - - - qmqpd
|
||||
+pickup fifo n - - 60 1 pickup
|
||||
+pickup unix n - - 60 1 pickup
|
||||
+cleanup unix n - - - 0 cleanup
|
||||
+qmgr fifo n - - 300 1 qmgr
|
||||
+#qmgr fifo n - - 300 1 oqmgr
|
||||
+qmgr unix n - - 300 1 qmgr
|
||||
+#qmgr unix n - - 300 1 oqmgr
|
||||
+tlsmgr unix - - - 1000? 1 tlsmgr
|
||||
+rewrite unix - - - - - trivial-rewrite
|
||||
+bounce unix - - - - 0 bounce
|
||||
@ -79,7 +83,7 @@ $OpenBSD: patch-conf_master_cf,v 1.4 2012/02/20 09:55:49 sthen Exp $
|
||||
#
|
||||
# ====================================================================
|
||||
# Interfaces to non-Postfix software. Be sure to examine the manual
|
||||
@@ -84,14 +84,14 @@ scache unix - - n - 1
|
||||
@@ -92,14 +92,14 @@ scache unix - - n - 1
|
||||
# Also specify in main.cf: cyrus_destination_recipient_limit=1
|
||||
#
|
||||
#cyrus unix - n n - - pipe
|
||||
|
Loading…
Reference in New Issue
Block a user