Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at 2019-05-17 23:36:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix (Old) and /work/SRC/openSUSE:Factory/.postfix.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix" Fri May 17 23:36:04 2019 rev:169 rq:702734 version:3.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/postfix/postfix.changes 2019-04-04 12:01:07.241300264 +0200 +++ /work/SRC/openSUSE:Factory/.postfix.new.5148/postfix.changes 2019-05-17 23:36:07.306142296 +0200 @@ -1,0 +2,7 @@ +Wed May 8 09:27:51 UTC 2019 - Peter Varkoly <[email protected]> + +- bsc#1104543 config.postfix does not start tlsmgr in master.cf + when using POSTFIX_SMTP_TLS_CLIENT="must". Applyed the proposed + patch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-02-07 17:07:06.075418210 +0100 +++ new/postfix-SuSE/config.postfix 2019-05-08 11:32:45.463449226 +0200 @@ -1056,7 +1056,7 @@ ## tlsmgr } elsif( /^\#?\s*(tlsmgr\s+unix.*)/ ) { if( defined $normalize->{$1} ) { next; } else { $normalize->{$1} = 1; } - if ( $tlsclient ne "yes" && $tlsserver ne "yes" && $sslserver ne "yes" ) { + if ( $tlsclient eq "no" && $tlsserver ne "yes" && $sslserver ne "yes" ) { $line = "#".$1; } else { $line = $1;
