SMTP Error

shanuvarma

Verified User
Joined
May 26, 2008
Messages
11
Location
Manchester, UK
Hi to anyone who can help me as this is doing my head in.

The easiest way to demonstrate this is if you can do the following:

telnet mail.shanuvarma.com 25
ehlo



then you will see that it returns an error - this i do not know how to fix

Can someone please tell me what to look for, check, change etc?

Shanu
 
Try this (ehlo with an argument):

[admin@]$ telnet mail.shanuvarma.com 25
Trying 212.56.103.98...
Connected to mail.shanuvarma.com.
Escape character is '^]'.
220 ww3.mainlinesol.com ESMTP Exim 4.69 Sat, 31 May 2008 10:54:19 +0100
ehlo ddd
250-ww3.mainlinesol.com Hello bs-01.smallhold-hosting.nl [213.148.254.85]
250-SIZE 20971520
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
quit
221 ww3.mainlinesol.com closing connection
Connection closed by foreign host.
[admin]$
 
ehlo should always be followed by a valid hostname or domain name with working DNS and working reverse-DNS. Anything else can be spam. The next version of SpamBlocker exim.conf will actually check for proper ehlo by default.

Jeff
 
Back
Top