
http://bugzilla.novell.com/show_bug.cgi?id=549612 Summary: SuSEconfig.postfix Classification: openSUSE Product: openSUSE 11.2 Version: RC 1 Platform: i386 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: support@microtechniques.com QAContact: qa@suse.de Found By: Beta-Customer On a system upgraded from SuSE 11.1 to 11.2 RC1 The file /sbin/conf.d/SuSEconfig.postfix attempted to delete most of my postfix chroot files. My developement postfix does not use encrytpion and the result from the postconf command on line 130 is "$smtp_tl_cert_file", and $smtp_tl_tl_cert_file is unset. The test on 131 is passed, and the value of DIR on line 133 becomes "." and 134 becomes "cpifnewer $smtp_tls_cert_file ./." with nothing in $smtp_tls_cert_file. There was a similar problem several years ago. Since it is deleting files, I would suggest that cpifnewer does some basic sanity checking. In addition, the smtp_tls_key_file test could be nested inside the previous smtp_tls_cert_file test since the default postconf value of smtp_tls_cert_file is "" and the test on 124 will fail. -- 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.