docker-simple-mail-forwarder icon indicating copy to clipboard operation
docker-simple-mail-forwarder copied to clipboard

Getting timeouts when the email is forwarded so no email delivered

Open Murf opened this issue 6 years ago • 1 comments

Hi, not sure if this is a bug or not:

Aug 12 22:37:54 5de1a1801612 mail.info postfix/smtpd[2857]: connect from mail-yw1-f44.google.com[209.85.161.44] Aug 12 22:37:55 5de1a1801612 mail.info postfix/smtpd[2857]: 58E4E422EB: client=mail-yw1-f44.google.com[209.85.161.44] Aug 12 22:37:55 5de1a1801612 mail.info postfix/cleanup[2860]: 58E4E422EB: message-id=CAO6f_5ZorXvvxWC5e6DppZMwDVsLABanjb=xpc3X9AkeW_J=gw@mail.gmail.com Aug 12 22:37:55 5de1a1801612 mail.info postfix/qmgr[2673]: 58E4E422EB: from=, size=2678, nrcpt=1 (queue active) Aug 12 22:37:55 5de1a1801612 mail.info postfix/smtpd[2857]: disconnect from mail-yw1-f44.google.com[209.85.161.44] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7 Aug 12 22:38:25 5de1a1801612 mail.info postfix/smtp[2861]: connect to ASPMX.L.GOOGLE.COM[64.233.188.27]:25: Operation timed out

Murf avatar Aug 12 '18 22:08 Murf

Connection timeout is a good sign your provider is filtering/blocking telnet. Can you manually telnet to 64.233.188.27 from your docker host? If not, you will need to reach out to your provider or find a different host.

riptidewave93 avatar Oct 23 '18 01:10 riptidewave93