From 1ec76ae8b7209df440539be79a7d725d46e8871b1875f2b1905a98995fdebad8 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Sun, 20 Jan 2019 22:14:18 +0000 Subject: [PATCH] Accepting request 667333 from home:computersalat:devel:mail rework postfix-mysql, needed for reject_unverified_recipient OBS-URL: https://build.opensuse.org/request/show/667333 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=317 --- postfix-main.cf.patch | 2 +- postfix-mysql.tar.bz2 | 4 ++-- postfix.changes | 13 +++++++++++++ postfix.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/postfix-main.cf.patch b/postfix-main.cf.patch index a4f6c0b..dad7975 100644 --- a/postfix-main.cf.patch +++ b/postfix-main.cf.patch @@ -114,7 +114,7 @@ Index: conf/main.cf +# Start MySQL from postfixwiki.org +############################################################ +relay_domains = $mydestination, hash:/etc/postfix/relay -+virtual_alias_domains = ++#virtual_alias_domains = +#virtual_alias_maps = hash:/etc/postfix/virtual +#virtual_uid_maps = static:303 +#virtual_gid_maps = static:303 diff --git a/postfix-mysql.tar.bz2 b/postfix-mysql.tar.bz2 index 9f2f4fb..ca56c2f 100644 --- a/postfix-mysql.tar.bz2 +++ b/postfix-mysql.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea50be701831082af68c0351e121a9a1654b1aa50717d3bbaf2e76f228dc6caf -size 3150 +oid sha256:d03df46c3c5e5842cfef7138d81d8584bc917f03428d2449a94a2a854fdf423b +size 3243 diff --git a/postfix.changes b/postfix.changes index 27988bc..ba55a18 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jan 20 22:09:07 UTC 2019 - chris@computersalat.de + +- rework postfix-main.cf.patch + * disable virtual_alias_domains cause (default: $virtual_alias_maps) +- rework config.postfix + * disable PCONF of virtual_alias_domains + virtual_alias_maps will be set anyway to the correct value +- rework postfix-mysql, added + * mysql_virtual_alias_domain_maps.cf + * mysql_virtual_alias_domain_catchall_maps.cf + needed for reject_unverified_recipient + ------------------------------------------------------------------- Thu Dec 13 10:20:31 UTC 2018 - malte.kraus@suse.com diff --git a/postfix.spec b/postfix.spec index b07b9ff..b6504f6 100644 --- a/postfix.spec +++ b/postfix.spec @@ -1,7 +1,7 @@ # # spec file for package postfix # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ #