> > I installed this patch from here:
> > http://www.interazioni.it/qmail/#qmail-smtpd
> > 
> > How do I know if its working?  If I have a catch-all account, 
> will that make
> > this ineffective?  If I have my .qmail-default saying:
> > 
> > | /home/vpopmail/bin/vdelivermail '' delete
> > 
> > Will that make it ineffective?
> > 
> 
> Hi,
> 
> Yes if you have a catch all or the delete in your .qmail-default it 
> removes the chkuser patch functionality.
> 
> A good way to test it out is to set vdelivermail to bounce-no-mailbox 
> and then manually telnet to port 25 and try sending to an invalid user. 
>   You should get 550 sorry, no mailbox here by that name (#5.1.1 - 
> chkusr) when you enter an invalid rcpt to:<[EMAIL PROTECTED]>
> 
> Regards,
> 
> Rick

Not sure if I'm doing this right but:

[EMAIL PROTECTED] khouse.org]# telnet domain.com 25
Trying xx.xx.xx.xx...
Connected to domain.com.
Escape character is '^]'.
220 domain.com ESMTP
HELO
250 domain.com
MAIL
250 ok
MAIL FROM <[EMAIL PROTECTED]>
250 ok
RCPT TO <[EMAIL PROTECTED]>
250 ok

I'm guessing that RCPT TO line saying "ok" means its not working?

-Russell



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to