Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2019-08-13 13:11:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfix (Old)
 and      /work/SRC/openSUSE:Factory/.postfix.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix"

Tue Aug 13 13:11:19 2019 rev:176 rq:722019 version:3.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2019-08-07 
13:58:47.264854595 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new.9556/postfix.changes        
2019-08-13 13:11:22.433587335 +0200
@@ -1,0 +2,7 @@
+Fri Aug  9 14:50:12 UTC 2019 - [email protected]
+
+- fix for boo#1144946
+  mydestination - missing default localhost
+  * update config.postfix
+
+-------------------------------------------------------------------

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

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-07-22 01:51:24.790968758 +0200
+++ new/postfix-SuSE/config.postfix     2019-08-09 16:49:41.666973495 +0200
@@ -324,9 +324,13 @@
     $PCONF -e "masquerade_domains = $MASQ_DOMS"
     
     if test -z "$POSTFIX_LOCALDOMAINS"; then
-       $PCONF -e 'mydestination = $myhostname, localhost.$mydomain'
+        if [ -n "${FQHOSTNAME}" ]; then
+            $PCONF -e 'mydestination = $myhostname, localhost.$mydomain, 
localhost'
+        else
+            $PCONF -e 'mydestination = $myhostname, localhost.$mydomain'
+        fi
     else
-       $PCONF -e "mydestination = $POSTFIX_LOCALDOMAINS"
+        $PCONF -e "mydestination = $POSTFIX_LOCALDOMAINS"
     fi
 
     # this overrides the previous


Reply via email to