SHA256
1
0
forked from pool/postfix

Accepting request 184960 from home:Andreas_Schwab:Factory

- postfix-main.cf.patch: remove duplicate entry for inet_protocols

OBS-URL: https://build.opensuse.org/request/show/184960
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=172
This commit is contained in:
Peter Varkoly 2013-07-30 15:24:20 +00:00 committed by Git OBS Bridge
parent e67e4f7083
commit 2f53906b8e
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