Filipin.eu

Željko Filipin's blog.
Home Blog Tags License

View on GitHub
15 October 2007

Troubleshooting SMTP Issues with Telnet

by Željko Filipin

tags: code

Estimated reading time is 1 minute.

I have really bad memory. I have to write this down. I just know I will forget it, but need it later.

I had to find out why one user did not receive any mail from us. I tried the usual things, but all looked fine. My colleague suggested to troubleshoot it with telnet. I found good article about troubleshooting SMTP issues. What I did:

>nslookup -querytype=MX [domain]
...
Non-authoritative answer:
[domain] MX preference = [integer], mail exchanger = [subdomain].[domain]
...
>telnet [subdomain].[domain] 25
220 SMTP Proxy Server Ready
554 Transaction Failed Listed in connection control deny list

Feedback

Thank you for reading. If you want to stay in touch please use the feed or send me an email.