Accepting request 489493 from server:mail

revert changes of postfix-main.cf.patch from rev=261 (forwarded request 489488 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/489493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=142
This commit is contained in:
Dominique Leuenberger 2017-05-03 13:51:55 +00:00 committed by Git OBS Bridge
commit b3de933e74
2 changed files with 27 additions and 5 deletions

View File

@ -10,11 +10,24 @@ Index: conf/main.cf
# PARALLEL DELIVERY TO THE SAME DESTINATION
#
@@ -673,4 +674,121 @@ sample_directory =
@@ -673,4 +674,136 @@ sample_directory =
# readme_directory: The location of the Postfix README files.
#
readme_directory =
+
+############################################################
+#
+# before changing values manually consider editing
+# /etc/sysconfig/postfix
+# and run
+# config.postfix
+#
+# if you miss a feature of config.postfix then just send a
+# mail to chris@computersalat.de
+# patches for new feature(s) are also welcome :)
+#
+############################################################
+
+biff = no
+content_filter =
+delay_warning_time = 0h
@ -64,10 +77,10 @@ Index: conf/main.cf
+smtp_sasl_security_options =
+smtp_sasl_password_maps =
+smtpd_sasl_auth_enable = no
+#smtpd_sasl_path = private/auth
+#smtpd_sasl_type = dovecot
+#smtpd_sasl_path = smtpd
+#smtpd_sasl_type = cyrus
+# cyrus : smtpd_sasl_type = cyrus, smtpd_sasl_path = smtpd
+# dovecot : smtpd_sasl_type = dovecot, smtpd_sasl_path = private/auth
+smtpd_sasl_path =
+smtpd_sasl_type =
+############################################################
+# TLS stuff
+############################################################

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 19 20:36:03 UTC 2017 - chris@computersalat.de
- revert changes of postfix-main.cf.patch from rev=261
* config.postfix will not 'enable' (remove #) var, but place
modified (enabled) var at end of file, far away from place
where it should be
* keep vars enabled but empty
-------------------------------------------------------------------
Thu Apr 13 09:18:45 UTC 2017 - werner@suse.de