
Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at Fri Nov 27 13:42:41 CET 2009. -------- --- postfix/postfix.changes 2009-09-28 09:41:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/postfix/postfix.changes 2009-11-24 12:38:11.000000000 +0100 @@ -1,0 +2,13 @@ +Mon Nov 16 17:14:39 CET 2009 - varkoly@suse.de + +- bnc#555814 – VUL-0: SMTPD_LISTEN_REMOTE="yes" by default +- bnc#555732 - Invalid $(hostname -i) usage SuSEconfig.postfix +- bnc#547928 – Postfix does not start during boot process +- Avoid append relay multiple times in POSTFIX_MAP_LIST + +------------------------------------------------------------------- +Mon Oct 26 14:36:55 CET 2009 - varkoly@suse.de + +- bnc#549612 – SuSEconfig.postfix + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfix.spec ++++++ --- /var/tmp/diff_new_pack.X4as9A/_old 2009-11-27 13:41:21.000000000 +0100 +++ /var/tmp/diff_new_pack.X4as9A/_new 2009-11-27 13:41:21.000000000 +0100 @@ -22,7 +22,7 @@ Name: postfix Summary: A fast, secure, and flexible mailer Version: 2.6.1 -Release: 1 +Release: 2 License: IBM Public License .. Group: Productivity/Networking/Email/Servers Url: http://www.postfix.org/ @@ -445,7 +445,16 @@ /usr/sbin/%{name} set-permissions upgrade-configuration setgid_group=%{pf_setgid_group} #New map in 11.2 #TODO remove it later . /etc/sysconfig/postfix + RELAY=`echo $POSTFIX_MAP_LIST | grep -P " relay | relay$"` + if [ -z "$RELAY" ] + then sed -i "s/^POSTFIX_MAP_LIST=.*/POSTFIX_MAP_LIST=\"$POSTFIX_MAP_LIST relay\"/" /etc/sysconfig/postfix + fi + if [ ! -e /var/adm/BNC-555814.fixed ] + then + sed -i 's/SMTPD_LISTEN_REMOTE=.*/SMTPD_LISTEN_REMOTE=""/' /etc/sysconfig/mail + touch /var/adm/BNC-555814.fixed + fi fi ldconfig # --------------------------------------------------------------------------- ++++++ postfix-SuSE.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/postfix-SuSE/rc.postfix new/postfix-SuSE/rc.postfix --- old/postfix-SuSE/rc.postfix 2008-08-25 18:00:27.000000000 +0200 +++ new/postfix-SuSE/rc.postfix 2009-11-24 12:37:00.000000000 +0100 @@ -11,9 +11,9 @@ ### BEGIN INIT INFO # Provides: smtp sendmail postfix # Required-Start: $network $named $syslog $time $remote_fs -# Should-Start: cyrus ldap ypbind openslp amavisd +# Should-Start: cyrus ldap ypbind openslp amavisd $network-remotefs # Required-Stop: $network $named $syslog $time $remote_fs -# Should-Stop: cyrus ldap ypbind openslp amavisd +# Should-Stop: cyrus ldap ypbind openslp amavisd $network-remotefs # Default-Start: 3 5 # Default-Stop: # Description: start the Postfix MTA diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/postfix-SuSE/SuSEconfig.postfix new/postfix-SuSE/SuSEconfig.postfix --- old/postfix-SuSE/SuSEconfig.postfix 2009-09-28 09:33:57.000000000 +0200 +++ new/postfix-SuSE/SuSEconfig.postfix 2009-11-16 17:00:38.000000000 +0100 @@ -128,7 +128,7 @@ fi # smtpd_tls_key_file smtpd_tls_key_file=`postconf -h smtpd_tls_key_file` - if [ "$smtpd_tls_key_file" ] + if [ "$smtpd_tls_key_file" -a $smtpd_tls_key_file != '$smtpd_tls_cert_file' ] then DIR=`dirname $smtpd_tls_key_file` cpifnewer $smtpd_tls_key_file ./$DIR @@ -1184,17 +1184,6 @@ } PFMAJOR=${PFVERSION:0:1} -# fill helo_access -HELO_DB="/etc/postfix/helo_access" -HELO_RET=`grep "$FQHOSTNAME" $HELO_DB; echo $?` -[ "$HELO_RET" = "1" ] && { - echo "# reject Mails when <helo> has our IP/HOSTNAME" > $HELO_DB; - echo "# IP REJECT \"Liar! That's our IP!\"" >> $HELO_DB; - echo "# FQDN REJECT \"Liar! That's our HOSTNAME!\"" >> $HELO_DB; - echo "$(hostname -i) REJECT \"Liar! That's our IP!\"" >> $HELO_DB; - echo "$FQHOSTNAME REJECT \"Liar! That's our HOSTNAME!\"" >> $HELO_DB; -} - if test -z "$r" && test "$POSTFIX_SMTP_TLS_SERVER" == yes ; then test -d $POSTFIX_SSL_PATH || gen_CA fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/postfix-SuSE/sysconfig.mail-postfix new/postfix-SuSE/sysconfig.mail-postfix --- old/postfix-SuSE/sysconfig.mail-postfix 2009-05-27 12:32:45.000000000 +0200 +++ new/postfix-SuSE/sysconfig.mail-postfix 2009-11-16 16:44:27.000000000 +0100 @@ -26,4 +26,4 @@ # If set to "no" or empty then only mail from localhost # will be accepted. # -SMTPD_LISTEN_REMOTE="yes" +SMTPD_LISTEN_REMOTE="no" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de