I'm trying to troubleshoot a problem with my postfix server not sending email to my GMail account (as a test).
From /var/log/mail.log:
Jan 6 07:46:37 todo postfix/smtp[5818]: connect to alt1.gmail-smtp-in.l.google.com[64.233.186.27]:25: Connection timed out
Jan 6 07:46:37 todo postfix/smtp[5818]: connect to alt2.gmail-smtp-in.l.google.com[2a00:1450:400b:c00::1b]:25: Network is unreachable
Jan 6 07:46:37 todo postfix/smtp[5818]: 334FF1391C9: to=<me@gmail.com>, relay=none, delay=1443, delays=1383/0.01/60/0, dsn=4.4.1, status=deferred (connect to alt2.gmail-smtp-in.l.google.com[2a00:1450:400b:c00::1b]:25: Network is unreachable)
I don't want to relay via gmail, but the receiving email is at a gmail address. Is postfix trying to use gmail as a relay somehow?
In /etc/postfix/main.cf I have:
relay_host =

