Network Load Balancer blocks incoming SMTP traffic?

0

We need to be able to receive and parse a certain type of notification emails from a 3rd party company. After a bit of experimenting around I decided to spin up a custom SMTP server w/ python and put it on ECS behind a Network Load Balancer. Nothing complex, just tries to parse the email and save data to DB.

I have put together some terraform to create a Network Load Balancer with listener on port 25 and it just hangs as if security group is not configured. Triple checked everything, all as expected.

What's interesting if I use a different listener port on ELB, e.g. 2525, then everything works fine. I could only assume there is some sort blockage on AWS side? Is anyone familiar with the issue?

Again, just to be clear, we are trying to receive emails, we don't need to send them. It's the inbound traffic. So either AWS documentation is incomplete and they also block inbound traffic, or it's something else.

已提問 6 個月前檢視次數 428 次
1 個回答
0

Hello.

AWS restricts the use of port 25.
Maybe this restriction is related.
https://repost.aws/knowledge-center/ec2-port-25-throttle

profile picture
專家
已回答 6 個月前
  • Well, in documentation it says AWS blocks outbound traffic on port 25 (SMTP) of all EC2 instances and Lambda functions.. We're trying to get inbound traffic.

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

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

回答問題指南