https://bugzilla.novell.com/show_bug.cgi?id=228479 ------- Comment #5 from harald@shl-software.de 2007-01-11 02:26 MST ------- Some more details with 10.2 final: On a clean install with ipv6 disabled during installation postfix doesn't run because inet_interfaces is set to "127.0.0.1 ::1" and "::1" is not present. SuSEconfig would remove "::1" if USE_IPV6=no is found in /etc/sysconfig/network/config but this entry doesn't exist anymore. On an older system updated to 10.2 the USE_IPV6 config entry is present from the former installation and inet_interfaces is set properly by SuSEconfig. If you change inet_protocols to "ipv4" your postfix config isn't handled by SuSEconfig anymore as you changed it manually. So there are two changes needed: 1. If a user chooses not to use IPV6 there should be USE_IPV6=no added to /etc/sysconfig/network/config like before 2. Depending on USE_IPV6 setting /sbin/conf.d/SuSEconfig.postfix should select between "inet_protocols=all" and "inet_protocols=ipv4" exactly like it does with "inet_interfaces" between "127.0.0.1 ::1" and "127.0.0.1" -- 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, or are watching someone who is.