-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ways to debug why email is not received #90
Comments
I'd start by telnetting to the SMTP port and check whether that works: https://www.comparitech.com/net-admin/telnet-smtp-test/ . |
it says but there is no service running on port 25 when i checked with netstat |
@gcleaves I'm able to open 2525 port for smtp and it shows as listening in netstat question : do i have to make any more changes to receive mail on 2525 as smtp port in application? |
i think 25 port is necessary to receive incoming requests from any other mail server like gmail and i have no control over that |
Try netstat at various points in the network. I imagine port 25 IS listening on the container. Can you access port 25 from the docker host? At what point is port 25 blocked? That's where you have a firewall/network issue. Some low cost hosting providers might block port 25 to prevent misconfigured mail servers from acting a spam relays, but I wouldn't expect Amazon to block it. Does this help? https://repost.aws/knowledge-center/ec2-port-25-throttle |
thanks for the reply, i tried with docker on an alternate mail server and it works for the meanwhile also for your above reply there is no container, i'm running directly on an ec2 by ssh into it |
Hi, I've configure the server as follows:
still not able to get email on mailbox , please suggest things i can check for.
The text was updated successfully, but these errors were encountered: