On Fri, 2007-11-02 at 11:45 +0100, Sasa Ebach wrote: > >> [1] http://qmail.jms1.net/patches/validrcptto.cdb.shtml > >> [2] http://qmail.jms1.net/patches/netqmail-1.05-validrcptto.cdb.2.patch > > > > What does this patch do that chkuser doesn't already do? > > It stops delivery of non existant adresses at the earliest possible point. > Here is what my server does: > > # telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > 220 s1.digitale-wertschoepfung.de ESMTP > EHLO testing > 250-s1.digitale-wertschoepfung.de > 250-STARTTLS > 250-PIPELINING > 250-8BITMIME > 250-SIZE 0 > 250 AUTH LOGIN PLAIN CRAM-MD5 > AUTH PLAIN ... > 235 ok, go ahead (#2.0.0) > MAIL FROM: <[EMAIL PROTECTED]> > 250 ok > RCPT TO: <[EMAIL PROTECTED]> > 250 ok
I think you better check how your system is setup. This is what you should get from a system with chkuser patch installed. ... 250 snoopy.2000cn.com.au mail from: <[EMAIL PROTECTED]> 250 ok rcpt to: <[EMAIL PROTECTED]> 511 sorry, no mailbox here by that name (#5.1.1 - chkuser) Shane