diff options
Diffstat (limited to 'mail/postfix-current/patches/patch-af')
-rw-r--r-- | mail/postfix-current/patches/patch-af | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/postfix-current/patches/patch-af b/mail/postfix-current/patches/patch-af index 3b5107150bb..778376bd128 100644 --- a/mail/postfix-current/patches/patch-af +++ b/mail/postfix-current/patches/patch-af @@ -1,7 +1,8 @@ +$NetBSD: patch-af,v 1.4 2000/08/14 05:10:53 itojun Exp $ --- conf/main.cf.orig Mon Aug 14 13:51:15 2000 -+++ conf/main.cf Mon Aug 14 14:06:06 2000 ++++ conf/main.cf Mon Aug 14 14:07:32 2000 @@ -1 +1,3 @@ -+# $NetBSD: patch-af,v 1.3 2000/08/14 05:07:17 itojun Exp $ ++# $NetBSD: patch-af,v 1.4 2000/08/14 05:10:53 itojun Exp $ +# # Global Postfix configuration file. This file lists only a subset @@ -19,3 +21,3 @@ @@ -24,11 +25,12 @@ -#default_privs = nobody +default_privs = nobody -@@ -84,2 +91,3 @@ +@@ -84,2 +91,4 @@ #inet_interfaces = $myhostname, localhost ++# listen to IPv4 and IPv6 smtp socket +inet_interfaces = 0.0.0.0, :: -@@ -376,5 +384,4 @@ +@@ -376,5 +385,4 @@ # -debugger_command = - PATH=/usr/bin:/usr/X11R6/bin |