Re: [exim] Doing callouts selectively

Top Page
Delete this message
Reply to this message
Author: Chris Knadle
Date:  
To: exim-users
Subject: Re: [exim] Doing callouts selectively
On Wednesday 08 February 2006 12:44, Maykel Moya wrote:
> It is possible to do callouts selectively? I mean, do recipient
> verification callouts only for certain recipient domains.


I think all you need is something similar to this in the rcpt ACL:

    deny
       domains = +recipient_callout_domainlist
       !verify = recipient/callout=20s
       message = Recipient verification failed


Chapter 39 covers ACLs, and 39.31 covers address verification:

http://www.exim.org/exim-html-4.60/doc/html/spec.html/ch39.html#SECTaddressverification

You also might want to see 39.33 for other options during callouts.

- Chris

--

Chris Knadle
Chris.Knadle@???