summaryrefslogtreecommitdiff
path: root/mail/postfix23/files
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-06 21:46:57 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-06 21:46:57 +0000
commit8cd1a5b41ad246dc31d37ca0b5988f0a8b98d1e4 (patch)
tree08ce90f28de231365d9521bc93c3565b97e1b4f3 /mail/postfix23/files
parent- Update to 0.2.4 (diff)
- Update to 2.2.10
- Trust only in host instead of subnet in default instalation. [1] - Update VDA patch to 2.2.9 Notified by: Anton Yuzhaninov <citrin__citrin.ru>
Notes
Notes: svn path=/head/; revision=158987
Diffstat (limited to 'mail/postfix23/files')
-rw-r--r--mail/postfix23/files/patch-conf::main.cf13
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/postfix23/files/patch-conf::main.cf b/mail/postfix23/files/patch-conf::main.cf
index 67e356de21dd..7e3397f23a5d 100644
--- a/mail/postfix23/files/patch-conf::main.cf
+++ b/mail/postfix23/files/patch-conf::main.cf
@@ -1,5 +1,5 @@
---- conf/main.cf.orig Sat Mar 5 11:53:42 2005
-+++ conf/main.cf Sat Mar 5 11:53:42 2005
+--- conf/main.cf.orig Thu Apr 6 18:26:05 2006
++++ conf/main.cf Thu Apr 6 18:27:10 2006
@@ -32,13 +32,13 @@
# The command_directory parameter specifies the location of all
# postXXX commands.
@@ -16,6 +16,15 @@
# QUEUE AND PROCESS OWNERSHIP
#
+@@ -237,7 +237,7 @@
+ #
+ #mynetworks_style = class
+ #mynetworks_style = subnet
+-#mynetworks_style = host
++mynetworks_style = host
+
+ # Alternatively, you can specify the mynetworks list by hand, in
+ # which case Postfix ignores the mynetworks_style setting.
@@ -608,37 +608,37 @@
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.