On Nov 21, 2008, at 11:17 PM, Victor Duchovni wrote:
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.
Understood. That's why I'm asking the list before I even attempt crazy
feats of voodoo.
--
Jason Wohlford
<[EMAIL PROTECTED]>
<http://wohlford.org>