- 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
This commit is contained in:
Peter Varkoly 2021-08-26 14:07:15 +00:00 committed by Git OBS Bridge
parent baaf477909
commit c79a3d4b0b
3 changed files with 23 additions and 10 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 26 13:59:42 UTC 2021 - Peter Varkoly <varkoly@suse.com>
- postfix master.cf: to include "submissions" service
(bsc#1189684)
Adapt master.cf patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 24 09:55:02 UTC 2021 - Peter Varkoly <varkoly@suse.com> Tue Aug 24 09:55:02 UTC 2021 - Peter Varkoly <varkoly@suse.com>

View File

@ -1,7 +1,5 @@
Index: 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
--- conf/master.cf.orig
+++ conf/master.cf
@@ -10,6 +10,11 @@ @@ -10,6 +10,11 @@
# (yes) (yes) (no) (never) (100) # (yes) (yes) (no) (never) (100)
# ========================================================================== # ==========================================================================
@ -14,7 +12,7 @@ Index: conf/master.cf
#smtp inet n - n - 1 postscreen #smtp inet n - n - 1 postscreen
#smtpd pass - - n - - smtpd #smtpd pass - - n - - smtpd
#dnsblog unix - - n - 0 dnsblog #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. # Choose one: enable submission for loopback clients only, or for any client.
#127.0.0.1:submission inet n - n - - smtpd #127.0.0.1:submission inet n - n - - smtpd
#submission inet n - n - - smtpd #submission inet n - n - - smtpd
@ -43,7 +41,7 @@ Index: conf/master.cf
+# -o milter_macro_daemon_name=ORIGINATING +# -o milter_macro_daemon_name=ORIGINATING
# Choose one: enable smtps for loopback clients only, or for any client. # Choose one: enable smtps for loopback clients only, or for any client.
#127.0.0.1:smtps inet n - n - - smtpd #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 syslog_name=postfix/smtps
-# -o smtpd_tls_wrappermode=yes -# -o smtpd_tls_wrappermode=yes
-# -o smtpd_sasl_auth_enable=yes -# -o smtpd_sasl_auth_enable=yes
@ -54,7 +52,8 @@ Index: conf/master.cf
-# -o smtpd_recipient_restrictions= -# -o smtpd_recipient_restrictions=
-# -o smtpd_relay_restrictions=permit_sasl_authenticated,reject -# -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
-# -o milter_macro_daemon_name=ORIGINATING -# -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 smtpd_tls_wrappermode=yes
+# -o content_filter=smtp:[127.0.0.1]:10024 +# -o content_filter=smtp:[127.0.0.1]:10024
+# -o smtpd_sasl_auth_enable=yes +# -o smtpd_sasl_auth_enable=yes
@ -68,7 +67,7 @@ Index: conf/master.cf
#628 inet n - n - - qmqpd #628 inet n - n - - qmqpd
pickup unix n - n 60 1 pickup pickup unix n - n 60 1 pickup
cleanup unix n - n - 0 cleanup cleanup unix n - n - 0 cleanup
@@ -69,6 +76,26 @@ lmtp unix - - n @@ -69,6 +76,26 @@
anvil unix - - n - 1 anvil anvil unix - - n - 1 anvil
scache unix - - n - 1 scache scache unix - - n - 1 scache
postlog unix-dgram n - n - 1 postlogd 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 # 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 # Also specify in main.cf: cyrus_destination_recipient_limit=1
# #
#cyrus unix - n n - - pipe #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 #mailman unix - n n - - pipe
# flags=FRX user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py # flags=FRX user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
# ${nexthop} ${user} # ${nexthop} ${user}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 26 13:59:42 UTC 2021 - Peter Varkoly <varkoly@suse.com>
- postfix master.cf: to include "submissions" service
(bsc#1189684)
Adapt master.cf patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 24 09:55:42 UTC 2021 - Peter Varkoly <varkoly@suse.com> Tue Aug 24 09:55:42 UTC 2021 - Peter Varkoly <varkoly@suse.com>