[Bug 816769] New: config.postfix issues warnings about missing master.cf
https://bugzilla.novell.com/show_bug.cgi?id=816769 https://bugzilla.novell.com/show_bug.cgi?id=816769#c0 Summary: config.postfix issues warnings about missing master.cf Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: openSUSE 12.3 Status: NEW Severity: Minor Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: f+novell@congenio.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0 Under certain circumstances, config.postfix issues warnings about missing file master.cf: #config.postfix Reading /etc/sysconfig and updating the system... /usr/sbin/postconf: warning: /tmp/config.postfix.amh4bR/main.cf: multiple entries for "inet_protocols" Setting up procmail as MDA... Setting SPAM protection to "off"... /usr/sbin/postconf: warning: open /tmp/config.postfix.amh4bR/master.cf: No such file or directory /usr/sbin/postconf: warning: open /tmp/config.postfix.amh4bR/master.cf: No such file or directory /usr/sbin/postconf: warning: open /tmp/config.postfix.amh4bR/master.cf: No such file or directory This is due to "postconf -h smtpd_client_restrictions" needs master.cf now, as well as main.cf. Reproducible: Always Steps to Reproduce: 1. copy /etc/postfix/main.cf to /tmp 2. run "postconf -c /tmp -h smtpd_client_restrictions" 3. Actual Results: /usr/sbin/postconf: warning: open /tmp/config.postfix.XXXXXX/master.cf: No such file or directory Expected Results: no warnings If the script copies over master.cf to the temp directory along with main.cf, all is well. In gen_main_cf() there should be: cp -f /etc/postfix/{main,master}.cf $TMPDIR instead of just: cp -f /etc/postfix/main.cf $TMPDIR/main.cf Since the temp dir is deleted afterwards, this has no other side-effects. -- 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=816769 https://bugzilla.novell.com/show_bug.cgi?id=816769#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |varkoly@suse.com |ovo.novell.com | -- 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.
participants (1)
-
bugzilla_noreply@novell.com