forked from pool/postfix
Accepting request 906315 from server:mail
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/906315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=204
This commit is contained in:
commit
b10435e101
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee48dacaa660042da238ec994b08a55e235f152621a95adbf2e1dbcf29c893f0
|
||||
size 23890
|
||||
oid sha256:8dc044f33d33c48a262887d6da18fe6fd5573be2c047c7722e0557990704e9c1
|
||||
size 24558
|
||||
|
@ -50,7 +50,7 @@ Index: conf/main.cf
|
||||
|
||||
# PARALLEL DELIVERY TO THE SAME DESTINATION
|
||||
#
|
||||
@@ -673,4 +674,141 @@ sample_directory =
|
||||
@@ -673,4 +674,148 @@ sample_directory =
|
||||
# readme_directory: The location of the Postfix README files.
|
||||
#
|
||||
readme_directory =
|
||||
@ -151,6 +151,13 @@ Index: conf/main.cf
|
||||
+smtpd_tls_exclude_ciphers = RC4
|
||||
+smtpd_tls_received_header = no
|
||||
+############################################################
|
||||
+# OpenDKIM
|
||||
+############################################################
|
||||
+#smtpd_milters = unix:/run/opendkim/opendkim.sock
|
||||
+#non_smtpd_milters = $smtpd_milters
|
||||
+#milter_default_action = accept
|
||||
+#milter_protocol = 2
|
||||
+############################################################
|
||||
+# Start MySQL from postfixwiki.org
|
||||
+############################################################
|
||||
+relay_domains = $mydestination, lmdb:/etc/postfix/relay
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 6 22:23:17 UTC 2021 - Christian Wittmer <chris@computersalat.de>
|
||||
|
||||
- postfix-SUSE
|
||||
* rework sysconfig.postfix, add
|
||||
- POSTFIX_WITH_DKIM
|
||||
- POSTFIX_DKIM_CONN
|
||||
* rework config.postfix for main.cf
|
||||
- with_dkim
|
||||
- update postfix-main.cf.patch
|
||||
* add OpenDKIM settings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 23 22:28:52 UTC 2021 - Christian Wittmer <chris@computersalat.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user