On Wed, 2005-09-14 at 11:04 -0400, Jeff Koch wrote: > Thanks Shawn. > > I think what I am really asking is what is the mechanism for the way > 'catch-all delete' works versus 'catch-all bounce' so I can determine which > will have a lower load on the server.
As far as cpu/io load I would suggest that bounce would be most efficient as once the smtpd decides that it shouldnt be accepting the message it will issue a 4xx/5xx error code and exit. If your set to delete at vpopmail, then smtpd will need to accept the message, this may then be virus scanned and spam scanned and then finally deleted by vpopmail. Bill or one of the others may correct me if im wrong in the handling order of things. Shane