Re: [vchkpw] Re: chkuser - rejects legit mail, when followed by bad e-mail

2010-10-11 Thread Jeremy Kister

On 10/11/2010 4:46 PM, U. George wrote:

It was not clear to me if chkuser should allow a legit e-mail addr,
followed by some bad e-mail addr to be passed along smtpd.
Following is a recordio session of one smtp session where there are 3
rcpt to. 2 are bogus, 1 is real. Message is spam.


I'm not sure that it's chkuser that is getting in the way; I tested the 
old version (chkusr 1.0) and it works correctly.


The error you pasted:
 451 See http://pobox.com/~djb/docs/smtplf.html

implies that it's not the fault of chkuser at all; that the message is 
simply badly formatted and would have been rejected to a single good 
recipient as well.


To accept these types of badly formatted messages, use fixcrio (which 
you'll have to check if your TLS patch patched).




--

Jeremy Kister
http://jeremy.kister.net./

!DSPAM:4cb37db632711767595573!



Re: [vchkpw] Re: chkuser - rejects legit mail, when followed by bad e-mail

2010-10-08 Thread U. George
It is not clear to me if the same message is sent to multiple users, or 
multiple messages to multiple users using the same smtp session.


BUT, I think, if the *last* email rcpt is legit, then the message is 
passed along to that legit account irrespective of any any failures that 
happened before. I will have to review the mail log to see if thats true.


I will have to log the smtpd session to see what the actual conditions are.

On 10/08/2010 09:45 AM, Eric Shubert wrote:

If I understand this correctly, I think this is the nature of the beast.
If you send an email to multiple addresses at the same server/domain,
some of which are good, and others which are not, the smtp protocol only
allows for rejection or acceptance of the entire message, somewhat
unfortunately. Qmail remedies the situation by sending messages
individually, but this doesn't solve the problem of other servers
sending a mix of valid and invalid addresses in the same message.

Also, addresses are processed by chkuser in whatever order the sending
server provides them. Sequence is of no significance.

U. George wrote:

the first e-mail rcpt is legit.
It appears that if more rcpts follow, and those accounts dont exist,
then the first legit e-mail is not processed, as is rejected with all
the other bogus attempts to send e-mail the domain.

The chkuser test process appears to try a fake e-mail, and then a
legit e-mail. BUt does not try a legit e-mail, and then a fake e-mail.




Oct 8 07:35:29 LaptopServer qmail: 07:35:29.452 sslserver: pid 21983
from 212.139.245.241
Oct 8 07:35:29 LaptopServer qmail: 07:35:29.565 sslserver: ok 21983
mail.gatworks.com:96.232.60.244:25
212-139-245-241.dynamic.dsl.as9105.com:212.139.245.241::2202
Oct 8 07:35:31 LaptopServer qmail: 07:35:31.384 CHKUSER accepted
sender: from o.samath...@fujitsugeneral.com:: remote
nmcdprhc:212-139-245-241.dynamic.dsl.as9105.com:212.139.245.241
rcpt  : sender accepted
Oct 8 07:35:31 LaptopServer qmail: 07:35:31.385 CHKUSER accepted
rcpt: from o.samath...@fujitsugeneral.com:: remote
nmcdprhc:212-139-245-241.dynamic.dsl.as9105.com:212.139.245.241
rcpt netbe...@gatworks.com : found existing recipient
Oct 8 07:35:31 LaptopServer qmail: 07:35:31.385 CHKUSER rejected
rcpt: from o.samath...@fujitsugeneral.com:: remote
nmcdprhc:212-139-245-241.dynamic.dsl.as9105.com:212.139.245.241
rcpt nobgatworks...@gatworks.com : not existing recipient
Oct 8 07:35:32 LaptopServer qmail: 07:35:32.395 CHKUSER rejected
rcpt: from o.samath...@fujitsugeneral.com:: remote
nmcdprhc:212-139-245-241.dynamic.dsl.as9105.com:212.139.245.241
rcpt starrea...@gatworks.com : not existing recipient
Oct 8 07:35:34 LaptopServer qmail: 07:35:34.375 sslserver: warning:
dropping connection, unable to read/create SSL instance
Oct 8 07:35:34 LaptopServer qmail: 07:35:34.375 sslserver: end 21982
status 111;N










!DSPAM:4caf26cb32719064613040!



Re: [vchkpw] Re: chkuser - rejects legit mail, when followed by bad e-mail

2010-10-08 Thread U. George

chkuser-2.0.9-release.patch


On 10/08/2010 12:23 PM, Rick Romero wrote:

What version of chkuser are you running?


!DSPAM:4caf6d0332711107294771!