postfix 20050206
This commit is contained in:
parent
c4e3a764a4
commit
bb4ba6f663
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.90 2005/01/23 23:57:16 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.91 2005/02/07 22:31:32 jakob Exp $
|
||||
|
||||
VERSION= 2.2-20050119
|
||||
VERSION= 2.2-20050206
|
||||
DISTNAME= postfix-${VERSION}
|
||||
PKGNAME= postfix-${VERSION:S/-/./}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (postfix/postfix-2.2-20050119.tar.gz) = 63861b2e09f17a7acfe84dbf6623c2d3
|
||||
RMD160 (postfix/postfix-2.2-20050119.tar.gz) = 9ee44555c5601b5118c165bb83b3fef328b59c4a
|
||||
SHA1 (postfix/postfix-2.2-20050119.tar.gz) = b449f4df6f11d7c23e2f99ea603952fa5a249ff5
|
||||
SIZE (postfix/postfix-2.2-20050119.tar.gz) = 2354298
|
||||
MD5 (postfix/postfix-2.2-20050206.tar.gz) = 5c85178111c8b0e83298942628d2fb47
|
||||
RMD160 (postfix/postfix-2.2-20050206.tar.gz) = bfd663576cc84fcb4ef98ddd224a9025dd0d16a4
|
||||
SHA1 (postfix/postfix-2.2-20050206.tar.gz) = 8e324c360eee670ecc36e191f9c1e5ab6a7901d6
|
||||
SIZE (postfix/postfix-2.2-20050206.tar.gz) = 2383826
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-master.cf,v 1.13 2004/12/28 09:08:12 jakob Exp $
|
||||
$OpenBSD: patch-master.cf,v 1.14 2005/02/07 22:31:32 jakob Exp $
|
||||
|
||||
--- conf/master.cf.orig Thu Dec 16 16:46:38 2004
|
||||
+++ conf/master.cf Tue Dec 28 09:19:27 2004
|
||||
@@ -6,39 +6,39 @@
|
||||
--- conf/master.cf.orig Mon Jan 24 20:12:46 2005
|
||||
+++ conf/master.cf Mon Feb 7 23:15:42 2005
|
||||
@@ -6,41 +6,41 @@
|
||||
# service type private unpriv chroot wakeup maxproc command + args
|
||||
# (yes) (yes) (yes) (never) (100)
|
||||
# ==========================================================================
|
||||
@ -44,9 +44,11 @@ $OpenBSD: patch-master.cf,v 1.13 2004/12/28 09:08:12 jakob Exp $
|
||||
+flush unix n - - 1000? 0 flush
|
||||
proxymap unix - - n - - proxymap
|
||||
-smtp unix - - n - - smtp
|
||||
-relay unix - - n - - smtp
|
||||
+smtp unix - - - - - smtp
|
||||
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
|
||||
-relay unix - - n - - smtp
|
||||
+relay unix - - - - - smtp
|
||||
-o fallback_relay=
|
||||
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
|
||||
-showq unix n - n - - showq
|
||||
-error unix - - n - - error
|
||||
|
@ -5,8 +5,6 @@ different.
|
||||
|
||||
Extra features always included:
|
||||
|
||||
- SMTP over SSL/TLS (${TLSHOMEPAGE})
|
||||
- IPv6 (${IPV6HOMEPAGE})
|
||||
- table lookups using PCRE (Perl-Compatible Regular Expression)
|
||||
|
||||
Optional features included using flavors:
|
||||
|
Loading…
Reference in New Issue
Block a user