|
Bugzilla – Full Text Bug Listing |
| Summary: | After update 10.0 -> 10.1beta1, mutt fails to send mails | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Klaus Kämpf <kkaempf> |
| Component: | Network | Assignee: | Peter Varkoly <varkoly> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Klaus Kämpf
2006-01-20 10:26:14 UTC
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 |