upgrade to postfix 2.5.1; from brad@
This commit is contained in:
parent
35c1301cf3
commit
c0835d6446
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.109 2008/02/01 16:37:52 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.110 2008/02/17 21:03:58 jakob Exp $
|
||||
|
||||
VERSION= 2.5.0
|
||||
VERSION= 2.5.1
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (postfix/postfix-2.5.0.tar.gz) = 1kEXqgywbSjO/5e4rL1leQ==
|
||||
RMD160 (postfix/postfix-2.5.0.tar.gz) = L3wp1jp0e84lntVZbktZ8nmqgZY=
|
||||
SHA1 (postfix/postfix-2.5.0.tar.gz) = 1hGsO28FNqkyCzVadr00WZfwi3s=
|
||||
SHA256 (postfix/postfix-2.5.0.tar.gz) = 2nV6yBgfJYrSzkUyoJLhw+dL1lpzp17sbAATC//VPZk=
|
||||
SIZE (postfix/postfix-2.5.0.tar.gz) = 3153152
|
||||
MD5 (postfix/postfix-2.5.1.tar.gz) = laVZxQkIH90H146v1PTDtA==
|
||||
RMD160 (postfix/postfix-2.5.1.tar.gz) = z0FDBnQtZCzKt4IS7jOvlV16kCM=
|
||||
SHA1 (postfix/postfix-2.5.1.tar.gz) = TOuAW3iv9Mhyt+VVVNI2Tgb2lbM=
|
||||
SHA256 (postfix/postfix-2.5.1.tar.gz) = utftmNG7yP0n1LTW1lqN/iF5TBCbySPl/kWr6ltIQDc=
|
||||
SIZE (postfix/postfix-2.5.1.tar.gz) = 3153629
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-main.cf,v 1.7 2008/02/01 16:37:53 jakob Exp $
|
||||
--- conf/main.cf.orig Fri Mar 24 21:38:54 2006
|
||||
+++ conf/main.cf Sat Apr 8 18:43:44 2006
|
||||
@@ -108,6 +108,9 @@ mail_owner = postfix
|
||||
$OpenBSD: patch-main.cf,v 1.8 2008/02/17 21:03:58 jakob Exp $
|
||||
--- conf/main.cf.orig Tue Dec 18 14:50:25 2007
|
||||
+++ conf/main.cf Sun Feb 17 05:05:14 2008
|
||||
@@ -114,6 +114,9 @@ mail_owner = postfix
|
||||
#inet_interfaces = $myhostname
|
||||
#inet_interfaces = $myhostname, localhost
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- conf/master.cf.orig Sun Jan 13 18:13:45 2008
|
||||
+++ conf/master.cf Fri Jan 25 12:51:34 2008
|
||||
--- conf/master.cf.orig Wed Jan 30 12:57:57 2008
|
||||
+++ conf/master.cf Sun Feb 17 05:10:21 2008
|
||||
@@ -8,8 +8,8 @@
|
||||
# service type private unpriv chroot wakeup maxproc command + args
|
||||
# (yes) (yes) (yes) (never) (100)
|
||||
@ -11,7 +11,7 @@
|
||||
# -o smtpd_tls_security_level=encrypt
|
||||
# -o smtpd_sasl_auth_enable=yes
|
||||
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||
@@ -19,34 +19,34 @@
|
||||
@@ -19,34 +19,34 @@ smtp inet n - n - -
|
||||
# -o smtpd_sasl_auth_enable=yes
|
||||
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||
# -o milter_macro_daemon_name=ORIGINATING
|
||||
@ -40,7 +40,7 @@
|
||||
+verify unix - - - - 1 verify
|
||||
+flush unix n - - 1000? 0 flush
|
||||
proxymap unix - - n - - proxymap
|
||||
proxywrite unix - - n - - proxymap
|
||||
proxywrite unix - - n - 1 proxymap
|
||||
-smtp unix - - n - - smtp
|
||||
+smtp unix - - - - - smtp
|
||||
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
|
||||
@ -67,7 +67,7 @@
|
||||
#
|
||||
# ====================================================================
|
||||
# Interfaces to non-Postfix software. Be sure to examine the manual
|
||||
@@ -68,7 +68,7 @@
|
||||
@@ -68,7 +68,7 @@ scache unix - - n - 1
|
||||
# The Cyrus deliver program has changed incompatibly, multiple times.
|
||||
#
|
||||
#old-cyrus unix - n n - - pipe
|
||||
@ -76,7 +76,7 @@
|
||||
#
|
||||
# ====================================================================
|
||||
#
|
||||
@@ -76,7 +76,7 @@
|
||||
@@ -76,7 +76,7 @@ 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