Bugzilla – Bug 144303
After update 10.0 -> 10.1beta1, mutt fails to send mails
Last modified: 2006-01-20 11:20:34 UTC
Looks like sendmail can't cope with some IPv6 stuff sendmail: warning: unexpected data in /proc/net/if_inet6 - skipping IPv6 configuration sendmail: fatal: parameter inet_interfaces: no local interface found for ::1
Argh, sorry. The error message comes from mutt. My system doesn't have sendmail installed but postfix. -> mmj
Putting "unset use_ipv6" does NOT help
o, that's postfix error log. And it's due to this line from /etc/postfix/main.cf: inet_interfaces = 127.0.0.1 ::1 mutt error messages is not in /var/log/mail, but when using mutt.
Looks like postfix is buggy. "rcpostfix start" fails also
Hmm, it fails if I replace POSTFIX_RELAYHOST="relay.suse.de" with POSTFIX_RELAYHOST="149.44.160.155" in /etc/sysconfig/postfix
Mads was right. Replacing inet_interfaces = 127.0.0.1 ::1 with inet_interfaces = 127.0.0.1 in /etc/postfix/main.cf fixes this bug
Fixed: #144091 *** This bug has been marked as a duplicate of 144091 ***