Bug 197105
Summary: | postfix does not listen on ipv6 interfaces by default | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
Component: | postfix | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dwmw2 |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-11-29 14:36:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 195271 |
Description
Dennis Gilmore
2006-06-28 15:36:18 UTC
ping Please fix this The problem with enabling IPv6 is that postfix will try to deliver emails over IPv6 before trying over IPv4. In consequence this would be a noticeable slowdown in mail delivery for most current systems, which are using IPv4 only. Please enable IPv6 if you need it for your system with "postconf -e inet_protocols=all" and restart postfix afterwards. I am sorry, but I have to defer this for now. It shouldn't cause a noticeable slowdown at all. RFC3484 essentially says that unless you have a global IPv6 address, you shouldn't be trying to connect to a remote server by IPv6. And even if you do, the kernel will return failure immediately if you have no route. Please fix this bug. IPv6 enabled in rawhide in package postfix-2.4.6-1.fc9. |