Ich versuche, ein Problem mit meinem Postfix-Server zu beheben, der keine E-Mails an mein GMail-Konto sendet (als Test).
Aus /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=<[email protected]>, 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)
Ich möchte nicht über Gmail weiterleiten, aber die empfangene E-Mail ist an eine Gmail-Adresse gerichtet. Versucht Postfix, Gmail irgendwie als Relay zu verwenden?
In /etc/postfix/main.cf habe ich:
relay_host =
Antwort1
Aus einer anderen Antwort auf StackOverflow: Es sieht so aus, als ob Amazon ausgehenden Datenverkehr auf Port 25 blockiert und eine Anfrage gesendet werden muss, um diese Blockierung zu entfernen:
https://aws.amazon.com/premiumsupport/knowledge-center/ec2-port-25-throttle/?nc1=h_ls
Danke an Gerald für den Hinweis, dass es ein Firewall-Problem war!