Re: [exim] disable ipv6 for smtp to google

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] disable ipv6 for smtp to google
On 30/07/2019 16:13, Randy Bush via Exim-users wrote:
> google's reputation and hoops of fire for accepting smtp over ipv6 have
> become overly annoying. how can i disable ipv6 when delivering to
> google with out disabling for reasonable ipv6 enabled internet sites.
> or do i have to disable v6 delivery entirely?
>
> randy
>

hostlist google_ipv6 = <; 2001:4860::/32 ; 2401:fa00::/32 ; 2404:6800::/32 ; 2600:1900::/28 \
        ; 2605:ef80::/32 ; 2607:f8b0::/32 ; 2620:0:1000::/40 ; 2620:120:e000::/40 ; 2620:15c::/36 \
        ; 2800:3f0::/32 ; 2a00:1450::/32 ; 2a00:79e0::/32 ; 2a03:ace0::/32 ; 2c0f:fb50::/32


dnslookup:
  driver =              dnslookup
  domains =             YOUR_STUFF_HERE
  transport =           remote_smtp
  ignore_target_hosts = +google_ipv6


--
Cheers,
Jeremy