Mailinglist Archive: opensuse-bugs (6182 mails)

< Previous Next >
[Bug 622873] New: postfix doesn't start if ipv6 is disabled
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 16 Jul 2010 05:30:40 +0000
  • Message-id: <bug-622873-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
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@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: michael.telnov@xxxxxxxxx
QAContact: qa@xxxxxxx
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.

< Previous Next >