Avatar of justingrantiv
justingrantiv
 asked on

smtp service not responding to telnet locally

I have about 10 domains all filtered thru our spam filter, all going to DIFFERENT exchange servers.   Something happend about 5pm yesterday that has cause 3 of the 10 to not receive mail any longer.

All have no windows firewall or other known firewall. No Antivirus / Malware software on them.  Very clean boxes.

Nothing has changed honestly on these boxes in years.  If you run telnet locally you get a flashing cursor not the typical header response.  I've restarted the services, made sure relaying was set appropriately etc.....

HELP.
Exchange

Avatar of undefined
Last Comment
justingrantiv

8/22/2022 - Mon
lojk

Assuming you have tested whether you can access via telnet from a /different/ test machine to elimate that as the problem here are a few suggestions.

Has TLS/SSL been enabled (as a requirement) on the server inadvertantly?
Check the SMTP server settings.

have you used a dns lookup tool (for example the ones on the Demon.Net website) to validate you are actually connecting to the correct MX Relay address - somebody else might have changed it without your knowledge.


Are you definitely using "Telnet MachineHost 25" to specify the port correctly?
Try specifiying the server by IP rather than Hostname in case there is a typo/error etc and/or do a Ipconfig /flushdns.
justingrantiv

ASKER
TLS/SSL is not enabled i just double checked.  MX Relay is good and im using "telnet (machine name OR IP) 25"

Its totally strange this server has been functional for about 3 years no issues.  And what is even more strange is at about 5pm yesterday 3 of the 75 - 100 email servers we manage for clients are all doing the same thing.

From the console of the exchange server you can try to telnet server 25 and it will not respond directly on the server
justingrantiv

ASKER
tried changing the listening port from 25 to 587 and running telnet again.  No response from it on that port either.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
lojk

there are so many variables server/network it is difficult to recommend things.

What kind of 'spam filter' is it?

Are the servers hosted off site - have you checked the hosting company hasnt changed their firewall policy? I know of lots of places that block outbound port 25 as they expect you to only relay mail through their servers, not direct from the server.

Have the bills been paid for the domain/server etc... this is easy to get caught out with.

the 'no answer on telnet' is more usually a sign of ssl - normally if you telnet to a closed/firewalled port telnet will refuse to connect, not sit there blank.

Make sure that the SMTP virtual server (service) is not stopped

Heres a more random test though, actually send some data through that session - e.g. typing
get / (newline)
to a port 80 connection will return a page from the server.
try typing
ehlo (newline)
to that correct port 25 connection

try an alternative, consider putty (search simon tatham) it is far superior to telnet in many ways and there are also different connection options within that that you can also try to use to determine your problem.
ASKER CERTIFIED SOLUTION
justingrantiv

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
justingrantiv

ASKER
Fixed myself