Hey,

Here's an (edited) example of a smtp conversation, with a netqmail install with smtp auth and chkuser patches:

220 mail.23i.net ESMTP
EHLO imaj.es
250-mail.23i.net
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
AUTH LOGIN
334 VXNlcm5hbWU6
<username>
334 UGFzc3dvcmQ6
<password>
235 ok, go ahead (#2.0.0)
MAIL FROM: ja...@imaj.es
CHKUSER accepted sender: from <ja...@imaj.es:james.es:> remote <imaj.es:unknown:86.13.225.60> rcpt <> : accepted any sender always
250 ok
RCPT TO: ima...@gmail.com
CHKUSER relaying rcpt: from <ja...@imaj.es:james.es:> remote <imaj.es:unknown:86.13.225.60> rcpt <ima...@gmail.com> : client allowed to relay
250 ok
DATA
354 go ahead
sdfsdfsdf
..
250 ok 1244567136 qp 7815


Now this is fine- except the two CHKUSER log lines screw up various clients (specifically Outlook and Thunderbird) who essentially blow up and refuse to respond.

Anyone got any tips for how to skip those log lines? I've been looking at the chkuser_settings and i'm not confident i've seen anything immediately obvious. I'm also not convinced that these lines should ever exist in the smtp conversation anyhow...

thanks,
james

!DSPAM:4a2e976832668643747827!

Reply via email to