diff options
| author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-27 19:02:49 +0000 |
|---|---|---|
| committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-27 19:02:49 +0000 |
| commit | f85d2ab0d4170d296fb025c2e25ece573454b02f (patch) | |
| tree | f13ec6a09182727be385f63afc7dc868d4281476 /mail/postfix-current/files/patch-conf::main.cf | |
| parent | Update to DAT 4727 (diff) | |
- Update to 2.3-20060325
- Remove extra TABs in Makefile
- In default main.cf trust in host instead of subnet. [1]
Notified by: Anton Yuzhaninov <citrin__citrin.ru>
Diffstat (limited to '')
| -rw-r--r-- | mail/postfix-current/files/patch-conf::main.cf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/mail/postfix-current/files/patch-conf::main.cf b/mail/postfix-current/files/patch-conf::main.cf index 67e356de21dd..a9cb3c360058 100644 --- a/mail/postfix-current/files/patch-conf::main.cf +++ b/mail/postfix-current/files/patch-conf::main.cf @@ -1,6 +1,6 @@ ---- conf/main.cf.orig Sat Mar 5 11:53:42 2005 -+++ conf/main.cf Sat Mar 5 11:53:42 2005 -@@ -32,13 +32,13 @@ +--- conf/main.cf.orig Mon Mar 27 15:58:38 2006 ++++ conf/main.cf Mon Mar 27 15:59:02 2006 +@@ -33,13 +33,13 @@ # The command_directory parameter specifies the location of all # postXXX commands. # @@ -16,7 +16,16 @@ # QUEUE AND PROCESS OWNERSHIP # -@@ -608,37 +608,37 @@ +@@ -238,7 +238,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. +@@ -609,37 +609,37 @@ # sendmail_path: The full pathname of the Postfix sendmail command. # This is the Sendmail-compatible mail posting interface. # |
