Check_SMTP is not working

Subhendu Ghosh sghosh at sghosh.org
Wed Aug 14 04:13:51 CEST 2002


check the following line in the source - check_smtp.c

#define SMTP_QUIT

It should say

#define SMTP_QUIT "QUIT\r\n"

The RFC requires \r\n after every command - the earlier plugin only used a 
\n which worked with sendmail and all the unix based smtp servers.

-sg


On Tue, 13 Aug 2002, Jignesh Pathak wrote:

> Hello Gurus:
> 
>  
> 
> I am trying to check SMTP service running on Windows NT 4.0/Lotus Domino
> R5.0.10 through Nagios v 1.0b4 installed on Solaris 8 box. It is giving
> me critical error message. It looks like that it is not getting any
> response from SMTP server. But I am able to send/receive mail from that
> SMTP server. Also I am able to connect it via telnet on port 25. What
> could be wrong with my configuration? I have checked IP address and it
> is SMTP server's IP address.
> 
>  
> 
> Thanks,
> 
>  
> 
> Jignesh
> 
> 

-- 




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31




More information about the Users mailing list