[Bug 622873] New: postfix doesn't start if ipv6 is disabled
http://bugzilla.novell.com/show_bug.cgi?id=622873 http://bugzilla.novell.com/show_bug.cgi?id=622873#c0 Summary: postfix doesn't start if ipv6 is disabled Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: michael.telnov@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.6) Gecko/20100626 SUSE/3.6.6-1.2 Firefox/3.6.6 postfix daemon doesn't start if we disable IPv6 support via YaST Reproducible: Always Steps to Reproduce: 1.Configure network settings via YaST: a) Network Setup Method: Traditional Method with ifup b) uncheck "Enable IPv6" checkbox under "IPv6 Protocol Settings c) configure network interface for "DHCP version 4 only" 2.Restart system Actual Results: Postfix isn't started # /etc/init.d/postfix start Starting mail service (Postfix) failed Expected Results: Postfix is started # /etc/init.d/postfix start Starting mail service (Postfix) done I think YaST should reconfigure /etc/postfix/main.cf if IPv6 is disabled. Solve: sudo sed -i 's/inet_protocols = all/inet_protocols = ipv4/' /etc/postfix/main.cf -- 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=622873 http://bugzilla.novell.com/show_bug.cgi?id=622873#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |varkoly@novell.com |ovo.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=622873 http://bugzilla.novell.com/show_bug.cgi?id=622873#c1 Peter Varkoly <varkoly@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mroeben@uni-bremen.de --- Comment #1 from Peter Varkoly <varkoly@novell.com> 2010-07-30 12:10:15 UTC --- *** Bug 625092 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=625092 -- 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=622873 http://bugzilla.novell.com/show_bug.cgi?id=622873#c2 --- Comment #2 from Peter Varkoly <varkoly@novell.com> 2010-07-30 12:18:37 UTC --- Thanks for reporting. Problem is fixed: --- SuSEconfig.postfix-old 2010-07-30 14:21:46.000000000 +0200 +++ SuSEconfig.postfix 2010-07-30 14:22:31.000000000 +0200 @@ -273,7 +273,11 @@ if [ "$(echo "$POSTFIX_INET_PROTO" | tr 'A-Z' 'a-z' )" != "" ]; then $PCONF -e "inet_protocols = $POSTFIX_INET_PROTO" else - $PCONF -e "inet_protocols = all" + if [ "$( ip addr show dev lo | grep inet6 )" ]; then + $PCONF -e "inet_protocols = all" + else + $PCONF -e "inet_protocols = ipv4" + fi fi if test "$SMTPD_LISTEN_REMOTE" == "yes" ; then if [ "$(echo "$POSTFIX_LISTEN" | tr 'A-Z' 'a-z' )" != "" ]; then -- 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=622873 http://bugzilla.novell.com/show_bug.cgi?id=622873#c Peter Varkoly <varkoly@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=622873 https://bugzilla.novell.com/show_bug.cgi?id=622873#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:planned:update -- 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=622873 https://bugzilla.novell.com/show_bug.cgi?id=622873#c3 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:planned:update |maint:running:35356:low --- Comment #3 from Swamp Workflow Management <swamp@suse.com> 2010-08-23 13:13:51 UTC --- The SWAMPID for this issue is 35356. This issue was rated as low. Please submit fixed packages until 2010-09-20. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/35356 -- 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=622873 https://bugzilla.novell.com/show_bug.cgi?id=622873#c4 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:35356:low |maint:running:35356:low | |maint:released:11.3:35493 --- Comment #4 from Swamp Workflow Management <swamp@suse.com> 2010-09-21 12:28:24 UTC --- Update released for: postfix, postfix-debuginfo, postfix-debugsource, postfix-devel, postfix-doc, postfix-mysql, postfix-mysql-debuginfo, postfix-postgresql, postfix-postgresql-debuginfo, yast2-mail, yast2-mail-plugins Products: openSUSE 11.3 (debug, i586, x86_64) -- 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=622873 https://bugzilla.novell.com/show_bug.cgi?id=622873#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:35356:low |. |maint:released:11.3:35493 | -- 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=622873 https://bugzilla.novell.com/show_bug.cgi?id=622873#c5 Peter Varkoly <varkoly@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED --- Comment #5 from Peter Varkoly <varkoly@novell.com> 2010-10-14 15:10:13 UTC --- fixed and released. -- 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=622873 https://bugzilla.novell.com/show_bug.cgi?id=622873#c6 --- Comment #6 from Peter Varkoly <varkoly@novell.com> 2011-03-17 11:27:58 UTC --- fixed for SLE11 & SLE11-SP1 too. -- 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=622873 https://bugzilla.novell.com/show_bug.cgi?id=622873#c7 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. |. | |maint:released:sle11-sp1:39 | |455 --- Comment #7 from Swamp Workflow Management <swamp@suse.com> 2011-04-21 15:14:19 UTC --- Update released for: postfix, postfix-debuginfo, postfix-debugsource, postfix-devel, postfix-doc, postfix-mysql, postfix-postgresql Products: SLE-DEBUGINFO 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP1 (i386, x86_64) SLE-SDK 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLE-SERVER 11-SP1 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP1 (i386, x86_64) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=622873 http://bugzilla.novell.com/show_bug.cgi?id=622873#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (622873) was mentioned in https://build.opensuse.org/request/show/45513 Factory / postfix https://build.opensuse.org/request/show/45514 11.3:Test / postfix -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com