On Fri, Nov 21, 2008 at 04:37:04PM -0600, Noel Jones wrote: > >My end goal is to let postfix handle the address verification, while > >another process handles the rejection. A spamassassin plugin (or another > >bit of software) could query the address_verify_map (or mail logs) and > >then act accordingly. > > > >Comments? > > DO NOT bounce mail after you've accepted it. Any after-queue > content_filter MUST NOT reject mail. This causes backscatter > and will get you blacklisted.
The Postfix address_verify_maps is not designed for concurrent access, attempts to read it while the verify service is active (i.e. Postfix is running) will lead to crashes. The OP must not do this. The verify client protocol is not public, so queries from policy services or milters to the verify service are also not supported. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:[EMAIL PROTECTED]> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.