[Bug 625657] New: SuSEconfig.postfix and smtp_use_tls
http://bugzilla.novell.com/show_bug.cgi?id=625657 http://bugzilla.novell.com/show_bug.cgi?id=625657#c0 Summary: SuSEconfig.postfix and smtp_use_tls Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: 64bit OS/Version: openSUSE 11.3 Status: NEW Severity: Critical Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: peter.ertel@linklift.net QAContact: jsrain@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 (.NET CLR 3.5.30729) SuSEconfig assigns smtp_use_tls=no if TLS certificates are configured. See 11.2 for reference. # diff /sbin/conf.d/SuSEconfig.postfix.modified /sbin/conf.d/SuSEconfig.postfix 563c563 < if test "$POSTFIX_SMTP_TLS_CLIENT" == "yes"; then ---
if test "$POSTFIX_SMTP_TLS_CLIENT" != "yes"; then
Reproducible: Always Steps to Reproduce: 1. POSTFIX_SMTP_TLS_CLIENT="yes" 2. run SuSEconfig Actual Results: First the value is set correctly if test "$POSTFIX_SMTP_TLS_CLIENT" == "yes"; then $PCONF -e "smtp_use_tls = yes" $PCONF -e "smtp_enforce_tls = no" fi but then it fails on if test "$POSTFIX_SMTP_TLS_CLIENT" != "yes"; then test -s "$POSTFIX_SSL_PATH/$POSTFIX_TLS_CAFILE" && \ .. else $PCONF -e "smtp_use_tls = no" fi -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625657 http://bugzilla.novell.com/show_bug.cgi?id=625657#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |varkoly@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625657 http://bugzilla.novell.com/show_bug.cgi?id=625657#c Peter Varkoly <varkoly@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625657 http://bugzilla.novell.com/show_bug.cgi?id=625657#c1 --- Comment #1 from Peter Varkoly <varkoly@novell.com> 2010-07-30 12:07:39 UTC --- Thank you for your report. Problem is fixed: --- SuSEconfig.postfix 2010-07-06 17:01:13.000000000 +0200 +++ SuSEconfig.postfix-new 2010-07-30 14:11:36.000000000 +0200 @@ -578,7 +578,7 @@ $PCONF -e "smtp_use_tls = yes" $PCONF -e "smtp_enforce_tls = yes" fi - if test "$POSTFIX_SMTP_TLS_CLIENT" != "yes"; then + if test "$POSTFIX_SMTP_TLS_CLIENT" = "yes" -o "$POSTFIX_SMTP_TLS_CLIENT" = "must" ; then test -s "$POSTFIX_SSL_PATH/$POSTFIX_TLS_CAFILE" && \ $PCONF -e "smtp_tls_CAfile = $POSTFIX_SSL_PATH/$POSTFIX_TLS_CAFILE" test -s "$POSTFIX_SSL_PATH/$POSTFIX_TLS_CERTFILE" && \ b -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:planned:update -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c8 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:planned:update |maint:running:35356:low --- Comment #8 from Swamp Workflow Management <swamp@suse.com> 2010-08-23 13:13:53 UTC --- The SWAMPID for this issue is 35356. This issue was rated as low. Please submit fixed packages until 2010-09-20. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/35356 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c9 --- Comment #9 from Christian Dengler <cdengler@novell.com> 2010-08-23 13:20:09 UTC --- Be so kind and submit the sources for openSUSE -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c11 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:35356:low |maint:running:35356:low | |maint:released:11.3:35493 --- Comment #11 from Swamp Workflow Management <swamp@suse.com> 2010-09-21 12:28:22 UTC --- Update released for: postfix, postfix-debuginfo, postfix-debugsource, postfix-devel, postfix-doc, postfix-mysql, postfix-mysql-debuginfo, postfix-postgresql, postfix-postgresql-debuginfo, yast2-mail, yast2-mail-plugins Products: openSUSE 11.3 (debug, i586, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:35356:low |. |maint:released:11.3:35493 | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c12 Peter Varkoly <varkoly@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED --- Comment #12 from Peter Varkoly <varkoly@novell.com> 2010-09-27 11:24:45 UTC --- update released -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c13 --- Comment #13 from Peter Varkoly <varkoly@novell.com> 2011-03-17 11:31:49 UTC --- this bug do not concern SLE11 and SLE11-SP1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. |. maint:planned:update -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625657 https://bugzilla.novell.com/show_bug.cgi?id=625657#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. maint:planned:update |. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625657 http://bugzilla.novell.com/show_bug.cgi?id=625657#c14 --- Comment #14 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (625657) was mentioned in https://build.opensuse.org/request/show/45513 Factory / postfix https://build.opensuse.org/request/show/45514 11.3:Test / postfix -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com