[Bug 566665] New: changing SMTPD_LISTEN_REMOTE is not a good idea
http://bugzilla.novell.com/show_bug.cgi?id=566665 http://bugzilla.novell.com/show_bug.cgi?id=566665#c0 Summary: changing SMTPD_LISTEN_REMOTE is not a good idea Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: Other OS/Version: openSUSE 11.2 Status: NEW Severity: Critical Priority: P5 - None Component: Maintenance AssignedTo: maintenance@opensuse.org ReportedBy: suse-beta@cboltz.de QAContact: qa@suse.de Found By: Beta-Customer Blocker: --- The patch description of the postfix patch in the 11.2 test updates says: The value of SMTPD_LISTEN_REMOTE accidentally defaulted to 'yes'. The postfix smtp daemon therefore was reachable over the network by default. This update therefore resets the value to 'no' in /etc/sysconfig/mail. If you intentionally want postfix to listen for remote connection you need to manually set it to 'yes' again. I don't think that this is a good idea since it will also DOS several mailservers. OTOH, default installations should be protected by the default firewall settings. Please re-think the decision to change SMTPD_LISTEN_REMOTE. The new postfix %postinstall script is even more critical: if [ ! -e /var/adm/BNC-555814.fixed ] .. if [ "$CONFIG_TYPE" = "undef" ] then sed -i 's/SMTPD_LISTEN_REMOTE=.*/ ... postconf -e 'inet_interfaces = localhost' This postconf -e will break the config even on servers that have disabled automatic postfix configuration via MAIL_CREATE_CONFIG="no"! If you keep the SMTPD_LISTEN_REMOTE change, please at least attach a pop-up message to the patch (like the license dialog for flash etc.) so that the admin is aware of the change. -- 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=566665 http://bugzilla.novell.com/show_bug.cgi?id=566665#c Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cdengler@novell.com, | |maintenance@opensuse.org AssignedTo|maintenance@opensuse.org |lnussel@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=566665 http://bugzilla.novell.com/show_bug.cgi?id=566665#c1 Peter Varkoly <varkoly@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |varkoly@novell.com Resolution| |FIXED --- Comment #1 from Peter Varkoly <varkoly@novell.com> 2009-12-28 09:30:23 UTC --- Now I've made the %post script safer: if [ "$CONFIG_TYPE" = "undef" -a "$MAIL_CREATE_CONFIG" = "yes" ] -- 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=566665 http://bugzilla.novell.com/show_bug.cgi?id=566665#c2 --- Comment #2 from Christian Boltz <suse-beta@cboltz.de> 2009-12-28 20:52:05 CET --- That's slightly better, but my general doubts about this patch still exist. (I just sent a "touch /var/adm/BNC-555814.fixed" to all my servers to prevent any damage ;-) -- 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=566665 http://bugzilla.novell.com/show_bug.cgi?id=566665#c3 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:11.2:31091 --- Comment #3 from Swamp Workflow Management <swamp@suse.com> 2010-02-15 10:18:56 UTC --- Update released for: postfix, postfix-debuginfo, postfix-debugsource, postfix-devel, postfix-doc, postfix-mysql, postfix-mysql-debuginfo, postfix-postgresql, postfix-postgresql-debuginfo Products: openSUSE 11.2 (debug, i586, x86_64) -- 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=566665 http://bugzilla.novell.com/show_bug.cgi?id=566665#c4 --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (566665) was mentioned in https://build.opensuse.org/request/show/64172 11.2 / postfix -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com