Andy Howell: > I should probably just disable ipv6 on the interfaces, as its not needed. > > In main.cf, I have inet_interfaces = all. The only place I see a ipv6 address > in in > mydestination. I added that while troubleshooting. > > mydestination = $myhostname, localhost.$mydomain, localhost, localhost[::1]
mydestination does not turn on/off IPv6 support. > I removed that and restarted postfix. Its still listening on ::1. To turn on/off IPv6 support see http://www.postfix.org/postcof.html#inet_protocols Wietse