From 6206005962e0658b048e510eeb76f89df92b601c0558b7671fa48792b37dc882 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Wed, 14 Jul 2021 14:34:12 +0000 Subject: [PATCH] Accepting request 904453 from home:computersalat:devel:mail add OpenDKIM handling OBS-URL: https://build.opensuse.org/request/show/904453 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=418 --- postfix-SUSE.tar.gz | 4 ++-- postfix-main.cf.patch | 9 ++++++++- postfix.changes | 12 ++++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/postfix-SUSE.tar.gz b/postfix-SUSE.tar.gz index 4cd4685..c9df948 100644 --- a/postfix-SUSE.tar.gz +++ b/postfix-SUSE.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee48dacaa660042da238ec994b08a55e235f152621a95adbf2e1dbcf29c893f0 -size 23890 +oid sha256:8dc044f33d33c48a262887d6da18fe6fd5573be2c047c7722e0557990704e9c1 +size 24558 diff --git a/postfix-main.cf.patch b/postfix-main.cf.patch index 48de84a..0dfb637 100644 --- a/postfix-main.cf.patch +++ b/postfix-main.cf.patch @@ -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 diff --git a/postfix.changes b/postfix.changes index 8575485..c3686d8 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 6 22:23:17 UTC 2021 - Christian Wittmer + +- 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