Bug 439287

Summary: not all POSTFIX_ADD_* values are properly handled by SuSEconfig.postfix
Product: [openSUSE] openSUSE 10.3 Reporter: Forgotten User b__AhOVoG5 <forgotten_b__AhOVoG5>
Component: OtherAssignee: Peter Varkoly <varkoly>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Enhancement    
Priority: P5 - None CC: forgotten_oT5fNj878H
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User b__AhOVoG5 2008-10-27 18:04:35 UTC
SuSEconfig.postfix does not properly handle all Postfix configuration values when using POSTFIX_ADD_* in /etc/sysconfig/postfix, namely those which contain capital letters, i.e. lmtp_tls_CAfile, lmtp_tls_CApath, smtp_tls_CAfile, smtp_tls_CApath, smtpd_tls_CAfile, and smtpd_tls_CApath. The block of code in SuSEconfig.postfix which processes the values indiscriminately performs a upper to lower translation on all of these values which breaks the various parameters.

This effect ALL versions of openSUSE and SuSE enterprise products.
Comment 1 Peter Varkoly 2008-12-20 21:57:24 UTC
The sysconfig variables are tradtitionaly uppercase. That is the reson for using the function "lc".   I can not change this for an "old" distribution but I'll do it for 11.2.  
Comment 2 Peter Varkoly 2009-03-29 13:31:19 UTC
fixed for STABLE
Comment 3 Peter Varkoly 2009-11-21 18:23:00 UTC
*** Bug 555266 has been marked as a duplicate of this bug. ***