Accepting request 1035682 from home:varkoly:branches:server:mail

- postfix default main.cf myhostname default causes conflict
  (bsc#1192173)
  Use the postfix build in defaults for myhostname and mydestination 

- postfix default main.cf myhostname default causes conflict
  (bsc#1192173)
  Use the postfix build in defaults for myhostname and mydestination

OBS-URL: https://build.opensuse.org/request/show/1035682
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=449
This commit is contained in:
Dirk Mueller 2022-12-03 07:52:41 +00:00 committed by Git OBS Bridge
parent f816fef488
commit 3cb9d1d661
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> 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 2022-11-14 15:57:24.689108581 +0100
=================================================================== +++ conf/main.cf 2022-11-14 16:02:33.255317483 +0100
--- conf/main.cf.orig
+++ conf/main.cf
@@ -285,7 +285,7 @@ unknown_local_recipient_reject_code = 55 @@ -285,7 +285,7 @@ unknown_local_recipient_reject_code = 55
# #
#mynetworks = 168.100.3.0/28, 127.0.0.0/8 #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 # 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: The location of the Postfix README files.
# #
readme_directory = readme_directory =
@ -79,8 +77,6 @@ Index: conf/main.cf
+masquerade_classes = envelope_sender, header_sender, header_recipient +masquerade_classes = envelope_sender, header_sender, header_recipient
+masquerade_domains = +masquerade_domains =
+masquerade_exceptions = +masquerade_exceptions =
+mydestination = $myhostname, localhost.$mydomain
+myhostname = localhost
+mynetworks_style = subnet +mynetworks_style = subnet
+relayhost = +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> Sun Oct 9 12:00:55 UTC 2022 - Michael Ströder <michael@stroeder.com>