From 73c52f3ef9b22d72b479d969f1e99a4b4b8d8262ddbf50d402094e1924b4c69d Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Wed, 4 Aug 2010 12:25:04 +0000 Subject: [PATCH 1/4] - bnc#625657 - SuSEconfig.postfix and smtp_use_tls - bnc#622873 - postfix doesn't start if ipv6 is disabled OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=48 --- postfix-SuSE.tar.gz | 4 ++-- postfix.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/postfix-SuSE.tar.gz b/postfix-SuSE.tar.gz index 8902fad..2411535 100644 --- a/postfix-SuSE.tar.gz +++ b/postfix-SuSE.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4345b476f574bfb2808bec8ef294bb1add8eb9492ef315bdf6f6e1e8d972f37a -size 21666 +oid sha256:46ae3f570cbb4f30e61e1cbebc7d05f02efd40b1c5023abf6185e496f22a2c08 +size 21717 diff --git a/postfix.changes b/postfix.changes index b223bf8..303375e 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 30 12:13:19 UTC 2010 - varkoly@novell.com + +- bnc#625657 - SuSEconfig.postfix and smtp_use_tls +- bnc#622873 - postfix doesn't start if ipv6 is disabled + ------------------------------------------------------------------- Tue Jul 6 15:04:30 UTC 2010 - chris@computersalat.de From f5c71c9dfeb7bdf33c89a163b95ed548b476a00c892d5dee44cf9793033ab903 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Thu, 12 Aug 2010 18:58:14 +0000 Subject: [PATCH 2/4] Remove obsolate poststripts OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=49 --- postfix.changes | 3 ++- postfix.spec | 21 --------------------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/postfix.changes b/postfix.changes index 303375e..c7fa8d8 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- -Fri Jul 30 12:13:19 UTC 2010 - varkoly@novell.com +Thu Aug 12 18:57:14 UTC 2010 - varkoly@novell.com +- Remove obsolate postscripts - bnc#625657 - SuSEconfig.postfix and smtp_use_tls - bnc#622873 - postfix doesn't start if ipv6 is disabled diff --git a/postfix.spec b/postfix.spec index dab33d1..668f908 100644 --- a/postfix.spec +++ b/postfix.spec @@ -444,27 +444,6 @@ fi %post # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update -if [ ${1:-0} -gt 1 ]; then - #echo "executing upgrade-configuration" - #/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 - touch /var/adm/BNC-555814.fixed - . /etc/sysconfig/mail - if [ "$CONFIG_TYPE" = "undef" ] - then - sed -i 's/SMTPD_LISTEN_REMOTE=.*/SMTPD_LISTEN_REMOTE=""/' /etc/sysconfig/mail - postconf -e 'inet_interfaces = localhost' - fi - fi -fi %{fillup_and_insserv -y postfix} %{fillup_only -an mail} /sbin/ldconfig From 8d7f684c45f27b237129fd265e9c9fc4995fc359f020ce7a1e46e60d3766d360 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 13 Aug 2010 22:00:44 +0000 Subject: [PATCH 3/4] Accepting request 45513 from server:mail checked in (request 45513) OBS-URL: https://build.opensuse.org/request/show/45513 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=50 --- postfix-SuSE.tar.gz | 4 ++-- postfix.changes | 7 ------- postfix.spec | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/postfix-SuSE.tar.gz b/postfix-SuSE.tar.gz index 2411535..8902fad 100644 --- a/postfix-SuSE.tar.gz +++ b/postfix-SuSE.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46ae3f570cbb4f30e61e1cbebc7d05f02efd40b1c5023abf6185e496f22a2c08 -size 21717 +oid sha256:4345b476f574bfb2808bec8ef294bb1add8eb9492ef315bdf6f6e1e8d972f37a +size 21666 diff --git a/postfix.changes b/postfix.changes index c7fa8d8..b223bf8 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,10 +1,3 @@ -------------------------------------------------------------------- -Thu Aug 12 18:57:14 UTC 2010 - varkoly@novell.com - -- Remove obsolate postscripts -- bnc#625657 - SuSEconfig.postfix and smtp_use_tls -- bnc#622873 - postfix doesn't start if ipv6 is disabled - ------------------------------------------------------------------- Tue Jul 6 15:04:30 UTC 2010 - chris@computersalat.de diff --git a/postfix.spec b/postfix.spec index 668f908..dab33d1 100644 --- a/postfix.spec +++ b/postfix.spec @@ -444,6 +444,27 @@ fi %post # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update +if [ ${1:-0} -gt 1 ]; then + #echo "executing upgrade-configuration" + #/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 + touch /var/adm/BNC-555814.fixed + . /etc/sysconfig/mail + if [ "$CONFIG_TYPE" = "undef" ] + then + sed -i 's/SMTPD_LISTEN_REMOTE=.*/SMTPD_LISTEN_REMOTE=""/' /etc/sysconfig/mail + postconf -e 'inet_interfaces = localhost' + fi + fi +fi %{fillup_and_insserv -y postfix} %{fillup_only -an mail} /sbin/ldconfig From 236e8ece5220fd895a68e40f40bad03b6072f3768d994a943e7a3b097674e6bb Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 13 Aug 2010 22:00:45 +0000 Subject: [PATCH 4/4] Updating link to change in openSUSE:Factory/postfix revision 52.0 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=4e9c0853187c4fdfba06f68b9f7b8807 --- postfix-SuSE.tar.gz | 4 ++-- postfix.changes | 7 +++++++ postfix.spec | 23 +---------------------- 3 files changed, 10 insertions(+), 24 deletions(-) diff --git a/postfix-SuSE.tar.gz b/postfix-SuSE.tar.gz index 8902fad..2411535 100644 --- a/postfix-SuSE.tar.gz +++ b/postfix-SuSE.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4345b476f574bfb2808bec8ef294bb1add8eb9492ef315bdf6f6e1e8d972f37a -size 21666 +oid sha256:46ae3f570cbb4f30e61e1cbebc7d05f02efd40b1c5023abf6185e496f22a2c08 +size 21717 diff --git a/postfix.changes b/postfix.changes index b223bf8..c7fa8d8 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 12 18:57:14 UTC 2010 - varkoly@novell.com + +- Remove obsolate postscripts +- bnc#625657 - SuSEconfig.postfix and smtp_use_tls +- bnc#622873 - postfix doesn't start if ipv6 is disabled + ------------------------------------------------------------------- Tue Jul 6 15:04:30 UTC 2010 - chris@computersalat.de diff --git a/postfix.spec b/postfix.spec index dab33d1..538f35e 100644 --- a/postfix.spec +++ b/postfix.spec @@ -22,7 +22,7 @@ Name: postfix Summary: A fast, secure, and flexible mailer Version: 2.7.1 -Release: 2 +Release: 5 License: IBM Public License .. Group: Productivity/Networking/Email/Servers Url: http://www.postfix.org/ @@ -444,27 +444,6 @@ fi %post # We never have to run suseconfig for postfix after installation # We only start postfix own upgrade-configuration by update -if [ ${1:-0} -gt 1 ]; then - #echo "executing upgrade-configuration" - #/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 - touch /var/adm/BNC-555814.fixed - . /etc/sysconfig/mail - if [ "$CONFIG_TYPE" = "undef" ] - then - sed -i 's/SMTPD_LISTEN_REMOTE=.*/SMTPD_LISTEN_REMOTE=""/' /etc/sysconfig/mail - postconf -e 'inet_interfaces = localhost' - fi - fi -fi %{fillup_and_insserv -y postfix} %{fillup_only -an mail} /sbin/ldconfig