forked from pool/postfix
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
This commit is contained in:
parent
40a0428e0a
commit
1ec76ae8b7
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea50be701831082af68c0351e121a9a1654b1aa50717d3bbaf2e76f228dc6caf
|
||||
size 3150
|
||||
oid sha256:d03df46c3c5e5842cfef7138d81d8584bc917f03428d2449a94a2a854fdf423b
|
||||
size 3243
|
||||
|
@ -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
|
||||
|
||||
|
@ -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/
|
||||
#
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user