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.