Accepting request 1039754 from server:mail

OBS-URL: https://build.opensuse.org/request/show/1039754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=220
This commit is contained in:
Dominique Leuenberger 2022-12-04 13:57:55 +00:00 committed by Git OBS Bridge
commit 68e78522d0
3 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 14 15:07:44 UTC 2022 - Peter Varkoly <varkoly@suse.com>
- postfix default main.cf myhostname default causes conflict
(bsc#1192173)
Use the postfix build in defaults for myhostname and mydestination
-------------------------------------------------------------------
Sun Oct 9 12:00:55 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@ -1,7 +1,5 @@
Index: conf/main.cf
===================================================================
--- conf/main.cf.orig
+++ conf/main.cf
--- conf/main.cf.orig 2022-11-14 15:57:24.689108581 +0100
+++ conf/main.cf 2022-11-14 16:02:33.255317483 +0100
@@ -285,7 +285,7 @@ unknown_local_recipient_reject_code = 55
#
#mynetworks = 168.100.3.0/28, 127.0.0.0/8
@ -50,7 +48,7 @@ Index: conf/main.cf
# PARALLEL DELIVERY TO THE SAME DESTINATION
#
@@ -682,4 +683,151 @@ sample_directory =
@@ -682,4 +683,149 @@ sample_directory =
# readme_directory: The location of the Postfix README files.
#
readme_directory =
@ -79,8 +77,6 @@ Index: conf/main.cf
+masquerade_classes = envelope_sender, header_sender, header_recipient
+masquerade_domains =
+masquerade_exceptions =
+mydestination = $myhostname, localhost.$mydomain
+myhostname = localhost
+mynetworks_style = subnet
+relayhost =
+

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 14 15:05:42 UTC 2022 - Peter Varkoly <varkoly@suse.com>
- postfix default main.cf myhostname default causes conflict
(bsc#1192173)
Use the postfix build in defaults for myhostname and mydestination
-------------------------------------------------------------------
Sun Oct 9 12:00:55 UTC 2022 - Michael Ströder <michael@stroeder.com>