If you have a catch all then the chkusr patch will pass all mail to the
domain as its going to a valid mailbox. You will need to use bounce-no-mailbox to reject the mail.
Shane
Ahhh, thanks Shane :)
You can still use the chkusr patch with the catchall account.
Edit in the patch line 170 :
+ if ( strstr(read_buf, "bounce-no-mailbox") == NULL ) {
to suit your needs..
The chkusr patch SHOULD support what you are asking for.
And also i noticed that this is a frequently asked question, maybe adding a note about it on shupp.org would be advised.
Radu
