> On Nov 14, 2016, at 5:14 PM, James D. Parra <jam...@musicreports.com> wrote: > > The logs are as follows; > > Nov 12 13:49:05 mail postfix/smtp[15313]: connect to > alt1.aspmx.l.google.com[2607:f8b0:4001:c0f::1a]:25: Network is unreachable > Nov 12 13:49:05 mail postfix/smtp[15313]: connect to > alt2.aspmx.l.google.com[2607:f8b0:4002:c03::1a]:25: Network is unreachable > Nov 12 13:49:05 mail postfix/smtp[15313]: connect to > aspmx.l.google.com[2607:f8b0:400e:c04::1a]:25: Network is unreachable > Nov 12 13:49:05 mail postfix/smtp[15313]: connect to > aspmx2.googlemail.com[2607:f8b0:4001:c0f::1b]:25: Network is unreachable > Nov 12 13:49:05 mail postfix/smtp[15313]: connect to > aspmx3.googlemail.com[2607:f8b0:4002:c03::1b]:25: Network is unreachable > Nov 12 13:49:05 mail postfix/smtp[15313]: E63C72140CE5: > to=<u...@lowlypalace.io>, relay=none, delay=433194, > delays=433193/0.09/0.56/0, dsn=4.4.1, status=deferred (connect to > aspmx3.googlemail.com[2607:f8b0:4002:c03::1b]:25: Network is unreachable) > Nov 12 13:49:05 mail postfix/qmgr[2760]: E63C72140CE5: > from=<u...@musicreports.com>, status=expired, returned to sender > Nov 12 13:49:05 mail postfix/cleanup[15180]: 768CC21408A1: > message-id=<20161112214905.768cc2140...@smtp-relay.musicreports.com> > Nov 12 13:49:05 mail postfix/bounce[15310]: E63C72140CE5: sender non-delivery > notification: 768CC21408A1 > Nov 12 13:49:05 mail postfix/qmgr[2760]: 768CC21408A1: from=<>, size=26053, > nrcpt=1 (queue active) > Nov 12 13:49:05 mail postfix/qmgr[2760]: E63C72140CE5: removed > <snip> > > Let me know if you need any other details.
Well, this would be a good time to post the output of "postconf -n", "postconf -Mf" (assuming sufficiently recent version of Postfix, else the master.cf pruned of comment lines) and any pertinent transport table entries. Also output from prior delivery attempts for the message in question, those may have tried IPv4. When both are enabled, the choice of which to prefer is random. If you don't have IPv6 connectivity, you really should disable IPv6 (by setting inet_protocols=ipv4). So just because the last delivery fails with IPv6, does not mean that IPv4 was never tried. -- Viktor.