From c79a3d4b0b9ed9010c949d55f778244d10fe7db1e5274341078aff0af73d40a1 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Thu, 26 Aug 2021 14:07:15 +0000 Subject: [PATCH] - postfix master.cf: to include "submissions" service (bsc#1189684) Adapt master.cf patch - postfix master.cf: to include "submissions" service (bsc#1189684) Adapt master.cf patch OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=425 --- postfix-bdb.changes | 7 +++++++ postfix-master.cf.patch | 19 +++++++++---------- postfix.changes | 7 +++++++ 3 files changed, 23 insertions(+), 10 deletions(-) diff --git a/postfix-bdb.changes b/postfix-bdb.changes index 0d9802b..ec3df51 100644 --- a/postfix-bdb.changes +++ b/postfix-bdb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 26 13:59:42 UTC 2021 - Peter Varkoly + +- postfix master.cf: to include "submissions" service + (bsc#1189684) + Adapt master.cf patch + ------------------------------------------------------------------- Tue Aug 24 09:55:02 UTC 2021 - Peter Varkoly diff --git a/postfix-master.cf.patch b/postfix-master.cf.patch index 7594042..6d949b7 100644 --- a/postfix-master.cf.patch +++ b/postfix-master.cf.patch @@ -1,7 +1,5 @@ -Index: conf/master.cf -=================================================================== ---- conf/master.cf.orig -+++ conf/master.cf +--- conf/master.cf.orig 2021-08-26 16:04:04.762230066 +0200 ++++ conf/master.cf 2021-08-26 16:04:50.529792941 +0200 @@ -10,6 +10,11 @@ # (yes) (yes) (no) (never) (100) # ========================================================================== @@ -14,7 +12,7 @@ Index: conf/master.cf #smtp inet n - n - 1 postscreen #smtpd pass - - n - - smtpd #dnsblog unix - - n - 0 dnsblog -@@ -17,30 +22,32 @@ smtp inet n - n +@@ -17,30 +22,32 @@ # Choose one: enable submission for loopback clients only, or for any client. #127.0.0.1:submission inet n - n - - smtpd #submission inet n - n - - smtpd @@ -43,7 +41,7 @@ Index: conf/master.cf +# -o milter_macro_daemon_name=ORIGINATING # Choose one: enable smtps for loopback clients only, or for any client. #127.0.0.1:smtps inet n - n - - smtpd - #smtps inet n - n - - smtpd +-#smtps inet n - n - - smtpd -# -o syslog_name=postfix/smtps -# -o smtpd_tls_wrappermode=yes -# -o smtpd_sasl_auth_enable=yes @@ -54,7 +52,8 @@ Index: conf/master.cf -# -o smtpd_recipient_restrictions= -# -o smtpd_relay_restrictions=permit_sasl_authenticated,reject -# -o milter_macro_daemon_name=ORIGINATING -+# -o syslog_name=postfix/smtps ++#submissions inet n - n - - smtpd ++# -o syslog_name=postfix/submissions +# -o smtpd_tls_wrappermode=yes +# -o content_filter=smtp:[127.0.0.1]:10024 +# -o smtpd_sasl_auth_enable=yes @@ -68,7 +67,7 @@ Index: conf/master.cf #628 inet n - n - - qmqpd pickup unix n - n 60 1 pickup cleanup unix n - n - 0 cleanup -@@ -69,6 +76,26 @@ lmtp unix - - n +@@ -69,6 +76,26 @@ anvil unix - - n - 1 anvil scache unix - - n - 1 scache postlog unix-dgram n - n - 1 postlogd @@ -95,7 +94,7 @@ Index: conf/master.cf # # ==================================================================== # Interfaces to non-Postfix software. Be sure to examine the manual -@@ -102,7 +129,7 @@ postlog unix-dgram n - n +@@ -102,7 +129,7 @@ # Also specify in main.cf: cyrus_destination_recipient_limit=1 # #cyrus unix - n n - - pipe @@ -104,7 +103,7 @@ Index: conf/master.cf # # ==================================================================== # -@@ -135,3 +162,10 @@ postlog unix-dgram n - n +@@ -135,3 +162,10 @@ #mailman unix - n n - - pipe # flags=FRX user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py # ${nexthop} ${user} diff --git a/postfix.changes b/postfix.changes index e017d27..82c02e0 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 26 13:59:42 UTC 2021 - Peter Varkoly + +- postfix master.cf: to include "submissions" service + (bsc#1189684) + Adapt master.cf patch + ------------------------------------------------------------------- Tue Aug 24 09:55:42 UTC 2021 - Peter Varkoly