跳至內容

Sendmail stopped working at some point after Feb 1, 2020

0

Has been working for years on my EC2 t2micro instance with Linux.

No matter where I send email, I get back this in maillog:
dsn=2.0.0, stat=Sent (01TFcr4c003013 Message accepted for delivery)
about 5 min go by, and then:
...dsn=4.0.0, stat=Deferred: Connection timed out with <whatever server name>.

Tried rebooting the instance. No effect.

Tried to configure sendmail.mc with port 143 explicitly (followed by make and sendmail restart). Modified the following line:

DAEMON_OPTIONS(Port=smtp,Addr=127.0.0.1, Name=MTA&#39;)dnl** to **DAEMON_OPTIONS(Port=143,Addr=127.0.0.1, Name=MTA')dnl
After that, getting another error:
dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]

Not sure what else to do. A little help please.
Thanks.

已提問 6 年前檢視次數 365 次
1 個回答
0

Turns out AWS blocked my emails. I issued a ticket, and AWS removed the limit.

已回答 6 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。