Xymon Mailing List Archive search

smtp check

list Henrik Størner
Thu, 1 Dec 2005 13:59:04 +0100
Message-Id: <user-055f15bc4aaa@xymon.invalid>

On Thu, Dec 01, 2005 at 01:52:57PM +0100, Stef Coene wrote:
Address=195.86.128.62:25, open=1, res=0, err=0, connecttime=0.013304, 
totaltime=1.204438, banner='554 SMTP synchronization error' (32 bytes)

Remember, this was the "old" error:
Address=195.86.128.62:25, open=1, res=0, err=0, connecttime=0.002863,
totaltime=1.153169, banner='501 Syntax error in parameters or arguments
' (45 bytes)
Most likely, it complains because Hobbit fires off SMTP commands before
waiting for the SMTP server's greeting. Technically, this is in
violation of the SMTP protocol, and some newer servers complain about
this.

Try removing the "send" part from the [smtp] section in
~hobbit/server/etc/bb-services


Henrik