1
How do I send this email from Postfix? I am using CentOS release 6.8 running Postfix 2.6.6.
maillog
Jan 16 21:23:16 ip-172-99-99-99 postfix/smtp[17128]: connect to alt1.aspmx.l.google.com[2607:f8b0:4001:c06::1a]:25: Network is unreachable
Jan 16 21:23:16 ip-172-99-99-99 postfix/smtp[17128]: connect to aspmx2.googlemail.com[2607:f8b0:4001:c06::1a]:25: Network is unreachable
Jan 16 21:23:16 ip-172-99-99-99 postfix/smtp[17128]: connect to aspmx3.googlemail.com[2607:f8b0:4002:c03::1a]:25: Network is unreachable
Jan 16 21:23:16 ip-172-99-99-99 postfix/smtp[17128]: connect to aspmx5.googlemail.com[2607:f8b0:400c:c11::1b]:25: Network is unreachable
Jan 16 21:23:16 ip-172-99-99-99 postfix/smtp[17128]: connect to aspmx.l.google.com[2607:f8b0:400e:c04::1a]:25: Network is unreachable
Jan 16 21:23:16 ip-172-99-99-99 postfix/smtp[17128]: A3AEE2026D: to=<support+b78fd7ef-a67e-410e-xxxx-xxxxxxxxxxx@heroku.com>, relay=none, delay=361752, delays=361752/0.04/0.28/0, dsn=4.4.1, status=deferred (connect to aspmx.l.google.com[2607:f8b0:400e:c04::1a]:25: Network is unreachable)
Queue
# postqueue -p
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
A3AEE2026D 9899 Thu Jan 12 16:54:04 chloe@example.com
(connect to aspmx4.googlemail.com[2607:f8b0:400d:c0b::1a]:25: Network is unreachable)
support+b78fd7ef-a67e-410e-xxxx-xxxxxxx@heroku.com
-- 11 Kbytes in 1 Request.
Ping
# ping alt1.aspmx.l.google.com
PING alt1.aspmx.l.google.com (74.125.202.26) 56(84) bytes of data.
64 bytes from io-in-f26.1e100.net (74.125.202.26): icmp_seq=1 ttl=32 time=50.7 ms
Can you try ping6 instead of just ping? It seems there are problems with your ipv6 connection. – qbi – 2017-01-17T06:36:10.017
# ping6 alt1.aspmx.l.google.com connect: Network is unreachable
.ifconfig
:inet6 addr: fe80::8f1:cff:fe13:xxxxx/64 Scope:Link
. – Chloe – 2017-01-18T16:11:43.347