Accepting request 184961 from server:mail

- postfix-main.cf.patch: remove duplicate entry for inet_protocols (forwarded request 184960 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/184961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=107
This commit is contained in:
Stephan Kulow 2013-07-31 16:30:54 +00:00 committed by Git OBS Bridge
commit 749f379f8b
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Index: conf/main.cf
===================================================================
--- conf/main.cf.orig
+++ conf/main.cf
@@ -655,3 +655,116 @@ sample_directory =
@@ -655,3 +655,115 @@ sample_directory =
#
readme_directory =
inet_protocols = ipv4
@ -13,7 +13,6 @@ Index: conf/main.cf
+disable_dns_lookups = no
+disable_mime_output_conversion = no
+inet_interfaces = all
+inet_protocols = ipv4
+masquerade_classes = envelope_sender, header_sender, header_recipient
+masquerade_domains =
+masquerade_exceptions =

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 30 14:34:01 UTC 2013 - schwab@suse.de
- postfix-main.cf.patch: remove duplicate entry for inet_protocols
-------------------------------------------------------------------
Mon Jun 17 10:50:08 UTC 2013 - chris@computersalat.de