Jack Raats via Postfix-users:
> Hi,
> 
> Can any help me. I want to recieve email via ipv4 and ipv6.

main.cf:
    inet_protocols=ipv4,ipv6

as well as appropriate DNS MX and A records.

> I want to send email via ipv6 only.

master.cf:
    smtp .. .. .. .. .. .. smtp
        -o inet_protocols=ipv6

> I tried using smtp_address_preference = ipv6, but that didn't work.

smtp_address_preference=ipv6 tells Postfix to try sending over IPv6
before trying IPv4.

        Wietse


     
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to