Thomas Leuxner:
> * Wietse Venema <[email protected]> 2015.01.06 12:52:
>
> > Postfix supports the protocol addresses that you specify
> > with inet_protocols.
>
> Agree. But unless I give it the address to use, in addition to
>
> -o inet_protocols=ipv6
>
> ...it does not use the IPv6 addr. I have to add it as -o inet_interfaces
> in master.cf as it will not pick it from main.cf.
IF you want to use IPv6 address syntax in inet_interfaces or elsewhere,
THEN you must enable IPv6 protocol support in main.cf or master.cf
with inet_protocols=all, inet_protocols=ipv4,ipv6, or inet_protocols=ipv6.
I hope this clarifies that there is no contradiction or inconsistency
in the manner that Postfix IPv6 protocol support works.
Wietse