Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2018-04-17 11:10:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfix (Old)
 and      /work/SRC/openSUSE:Factory/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix"

Tue Apr 17 11:10:05 2018 rev:156 rq:594906 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2018-03-24 
16:10:02.319050527 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes     2018-04-17 
11:10:08.899147619 +0200
@@ -1,0 +2,7 @@
+Mon Apr  9 09:32:56 UTC 2018 - [email protected]
+
+- bsc#1071807 postfix-SuSE/config.postfix: only reload postfix
+  if the actual service is running. This prevents spurious
+  and irrelevant error messages in system logs.
+
+-------------------------------------------------------------------
@@ -54 +61 @@
-- bsc#1080772 postfix smtpd throlle getting "hello" if no sasl auth
+- bsc#1080772 postfix smtpd throttle getting "hello" if no sasl auth

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

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     2018-03-22 15:24:20.220102158 +0100
+++ new/postfix-SuSE/config.postfix     2018-04-09 11:31:34.521653476 +0200
@@ -1386,6 +1386,7 @@
            /usr/sbin/postalias $i
        fi
     done
-       
-    /usr/sbin/postfix reload > /dev/null 2>&1
+
+    # Only reload when service is actually running
+    /usr/sbin/postfix status 2> /dev/null && /usr/sbin/postfix reload > 
/dev/null 2>&1
 fi


Reply via email to