Update to Postfix 2.11.0.
ok sthen@
This commit is contained in:
parent
b1f584b00f
commit
a84a321d1a
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.167 2013/09/09 22:00:33 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.168 2014/01/21 23:52:23 brad Exp $
|
||||
|
||||
VERSION= 2.10.2
|
||||
VERSION= 2.11.0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (postfix/postfix-2.10.2.tar.gz) = 8ac1pan/6sj8pZBGxDfDt25/kj+0JJ2ypVsr/wMG3dQ=
|
||||
SIZE (postfix/postfix-2.10.2.tar.gz) = 3828326
|
||||
SHA256 (postfix/postfix-2.11.0.tar.gz) = yh2dMtVmJnjcTj9wDM6C9de+1qYUhSsXsaUWaTYzDDg=
|
||||
SIZE (postfix/postfix-2.11.0.tar.gz) = 4034741
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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 @@
|
||||
$OpenBSD: patch-conf_master_cf,v 1.6 2014/01/21 23:52:23 brad Exp $
|
||||
--- conf/master.cf.orig Tue Dec 24 09:58:27 2013
|
||||
+++ conf/master.cf Wed Jan 8 20:43:06 2014
|
||||
@@ -9,12 +9,12 @@
|
||||
# service type private unpriv chroot wakeup maxproc command + args
|
||||
# (yes) (yes) (yes) (never) (100)
|
||||
# ==========================================================================
|
||||
@ -20,18 +20,18 @@ $OpenBSD: patch-conf_master_cf,v 1.5 2013/03/02 20:47:28 brad Exp $
|
||||
# -o syslog_name=postfix/submission
|
||||
# -o smtpd_tls_security_level=encrypt
|
||||
# -o smtpd_sasl_auth_enable=yes
|
||||
@@ -23,7 +23,7 @@ smtp inet n - n - -
|
||||
# -o smtpd_sender_restrictions=$mua_sender_restrictions
|
||||
# -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
|
||||
@@ -25,7 +25,7 @@ smtp inet n - n - -
|
||||
# -o smtpd_recipient_restrictions=
|
||||
# -o smtpd_relay_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
|
||||
@@ -33,32 +33,32 @@ smtp inet n - n - -
|
||||
# -o smtpd_sender_restrictions=$mua_sender_restrictions
|
||||
# -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
|
||||
@@ -36,32 +36,32 @@ smtp inet n - n - -
|
||||
# -o smtpd_recipient_restrictions=
|
||||
# -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
|
||||
# -o milter_macro_daemon_name=ORIGINATING
|
||||
-#628 inet n - n - - qmqpd
|
||||
-pickup unix n - n 60 1 pickup
|
||||
@ -83,7 +83,7 @@ $OpenBSD: patch-conf_master_cf,v 1.5 2013/03/02 20:47:28 brad Exp $
|
||||
#
|
||||
# ====================================================================
|
||||
# Interfaces to non-Postfix software. Be sure to examine the manual
|
||||
@@ -92,14 +92,14 @@ scache unix - - n - 1
|
||||
@@ -95,14 +95,14 @@ scache unix - - n - 1
|
||||
# Also specify in main.cf: cyrus_destination_recipient_limit=1
|
||||
#
|
||||
#cyrus unix - n n - - pipe
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.32 2012/05/16 14:40:08 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.33 2014/01/21 23:52:23 brad Exp $
|
||||
@conflict postfix-*
|
||||
@pkgpath mail/postfix/stable,sqlite
|
||||
@newgroup _postfix:507
|
||||
@ -70,6 +70,7 @@ libexec/postfix/postmulti-script
|
||||
@man man/man5/generic.5
|
||||
@man man/man5/header_checks.5
|
||||
@man man/man5/ldap_table.5
|
||||
@man man/man5/lmdb_table.5
|
||||
@man man/man5/master.5
|
||||
@man man/man5/memcache_table.5
|
||||
@man man/man5/mysql_table.5
|
||||
@ -80,6 +81,7 @@ libexec/postfix/postmulti-script
|
||||
@man man/man5/postfix-wrapper.5
|
||||
@man man/man5/regexp_table.5
|
||||
@man man/man5/relocated.5
|
||||
@man man/man5/socketmap_table.5
|
||||
@man man/man5/sqlite_table.5
|
||||
@man man/man5/tcp_table.5
|
||||
@man man/man5/transport.5
|
||||
@ -157,10 +159,12 @@ share/doc/postfix/html/DEBUG_README.html
|
||||
share/doc/postfix/html/DSN_README.html
|
||||
share/doc/postfix/html/ETRN_README.html
|
||||
share/doc/postfix/html/FILTER_README.html
|
||||
share/doc/postfix/html/FORWARD_SECRECY_README.html
|
||||
share/doc/postfix/html/INSTALL.html
|
||||
share/doc/postfix/html/IPV6_README.html
|
||||
share/doc/postfix/html/LDAP_README.html
|
||||
share/doc/postfix/html/LINUX_README.html
|
||||
share/doc/postfix/html/LMDB_README.html
|
||||
share/doc/postfix/html/LOCAL_RECIPIENT_README.html
|
||||
share/doc/postfix/html/MAILDROP_README.html
|
||||
share/doc/postfix/html/MILTER_README.html
|
||||
@ -279,10 +283,12 @@ share/doc/postfix/readme/DEBUG_README
|
||||
share/doc/postfix/readme/DSN_README
|
||||
share/doc/postfix/readme/ETRN_README
|
||||
share/doc/postfix/readme/FILTER_README
|
||||
share/doc/postfix/readme/FORWARD_SECRECY_README
|
||||
share/doc/postfix/readme/INSTALL
|
||||
share/doc/postfix/readme/IPV6_README
|
||||
share/doc/postfix/readme/LDAP_README
|
||||
share/doc/postfix/readme/LINUX_README
|
||||
share/doc/postfix/readme/LMDB_README
|
||||
share/doc/postfix/readme/LOCAL_RECIPIENT_README
|
||||
share/doc/postfix/readme/MAILDROP_README
|
||||
share/doc/postfix/readme/MEMCACHE_README
|
||||
|
Loading…
x
Reference in New Issue
Block a user