Thomas Leuxner: > # postconf -n | grep inet > inet_interfaces = 188.138.4.217, 2001:470:1f0b:bd0::3 > inet_protocols = ipv4, ipv6 ... > Unlike the original recipe > http://postfix.1071664.n5.nabble.com/smtp-IPv4-IPv6-map-td61342.html, the > transport fails with _only_ 'inet_protocols=ipv6' (or ipv4 for > the same reason) passed:
Why are you surprised? You disable a IPv6 in inet_protocols, but you require IPv6 in inet_interfaces. Wietse