Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2019-02-11 21:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfix (Old)
 and      /work/SRC/openSUSE:Factory/.postfix.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix"

Mon Feb 11 21:18:33 2019 rev:165 rq:672549 version:3.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2019-02-04 
21:24:16.855612266 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new.28833/postfix.changes       
2019-02-11 21:18:36.823298103 +0100
@@ -1,0 +2,9 @@
+Thu Feb  7 18:22:14 UTC 2019 - [email protected]
+
+- rework config.postfix
+  * disable commenting of smtpd_sasl_path/smtpd_sasl_type
+     no need to comment, cause it is set to default anyway
+     and 'uncommenting' would place it at end of file then
+     which is not wanted
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postfix-SuSE.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/config.postfix 
new/postfix-SuSE/config.postfix
--- old/postfix-SuSE/config.postfix     2019-01-20 22:47:33.324730835 +0100
+++ new/postfix-SuSE/config.postfix     2019-02-07 17:07:06.075418210 +0100
@@ -571,8 +571,11 @@
         $PCONF -e "smtpd_recipient_restrictions= permit_sasl_authenticated, 
$CURRENT"
     else
         $PCONF -e "smtpd_sasl_auth_enable= no"
-        $PCONF -# "smtpd_sasl_path"
-        $PCONF -# "smtpd_sasl_type"
+        ### no need to comment, cause it is set to default anyway
+        ### and 'uncommenting' would place it at end of file then
+        ### which is not wanted
+        #$PCONF -# "smtpd_sasl_path"
+        #$PCONF -# "smtpd_sasl_type"
     fi
 
 


Reply via email to