[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
smtp/smtps tests against postfix generate errors on server
- To: xymon (at) xymon.com
- Subject: smtp/smtps tests against postfix generate errors on server
- From: Shawn Heisey <hobbit (at) elyograg.org>
- Date: Sat, 20 Nov 2010 18:31:32 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=elyograg.org; h= content-transfer-encoding:content-type:content-type:subject :subject:mime-version:user-agent:from:from:date:date:message-id :received:received; s=mail; t=1290303086; bh=E54j1btmzpRMKtxCngl N/J23clquQNugK7CRlZzJkJw=; b=Rkf3Jx6QAQR/ikRfqXkPxya/ROnAfWmpFIC cvs+8dPb7fzjqsbJ9CFGv8ZvAOBmt0mMkMDkisScGGx+vRkbO8TEQ/NkzjmaGpyI Eh2xtEPTkwb5PTyyi+pi7lsLfD9N2ymOjNRqzjLmxLnFSGm0D8EUzldr9erBH5qj HekDgJ9w=
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
I have this message over and over in the log on my personal Debian
mailserver:
improper command pipelining after MAIL from mail.example.org[ip.ad.dr.es]
It started on November 10th, when I installed updates on the machine,
upgrading postfix from 2.5.5-1.1 to 2.7.1-1~bpo50+1.
I grabbed a sniffer trace, where I found that Xymon is sending, in a
single packet, a "mail" command followed by "quit". The server responds
with the following because this is a violation of the strict RFC:
503 5.5.1 Error: send HELO/EHLO first
221 2.0.0 Bye
My postfix config has two places where it checks for unauthorized
pipelining, one of which was not preceded by permit_mynetworks, so I
fixed that, and it didn't help.
I am running the lenny-backports xymon package, version
4.3.0~beta2.dfsg-5~bpo50+1.
Can the test be re-engineered so that it follows proper SMTP protocol
and waits for a server response between each command?
Thanks,
Shawn