Jürgen Herz wrote: > So what can I do to check for virtual user as recipient for a bounced > message?
Get rid of your dependence on an acl_c_xxxx variable in determining a valid address. Either make your current router smart enough to be able to make that determination on its own, or split it up into 2 different routers. Create a new router which is "verify_only = true", and mark your current one as "verify = false". The rest of the info you might need should be in the routers and ACL's you have already written, and the manual. -- The Exim Manual http://www.exim.org/docs.html http://www.exim.org/exim-html-current/doc/html/spec_html/index.html -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
