1831300 Members
3221 Online
110023 Solutions
New Discussion

Sendmail Problem.

 
Jason Young
Occasional Advisor

Sendmail Problem.

Hi,

I was after an answer / opinion. Every now and them I get a message back to my sendmail server (HP/UX 11.11) with the following information:

503 server.someone.com Duplicate HELO/EHLO
554 ... Service unavailable

My gut feel is that this is a problem at the receiving sever as the sendmail server at our end does not seem to have any errors and is working for everything else. I send a "heartbeat" message to this server every one hour and only sometimes get the problem.

Any Ideas??

Jason Young
Why ?
2 REPLIES 2
Marco Paganini
Respected Contributor

Re: Sendmail Problem.

Hello Jason,

That seems to indicate that someone is connecting to your smtp server and sending two HELO messages.

The SMTP protocol requires a HELO message before anything else. If someone (either a person or a program) sends two HELO messages, you'll see this message on your syslog.

Nothing to worry about.

Regards,
Paga
Keeping alive, until I die.
Jason Young
Occasional Advisor

Re: Sendmail Problem.

Thanks for that. The message I refered to was being sent back to my sever as an error email. Does that mean my server was sending 2 HELO commands ?? If so why would the standard sendmail product send something different sometimes ?
Why ?