[exim] Recipient verification

Top Page
Delete this message
Reply to this message
Author: Raymond Jette
Date:  
To: exim-users
Subject: [exim] Recipient verification
At times I am getting frozen messages in the queue. I am getting these
messages because I am not doing recipient verification for hosts listed
in relay_from_hosts. I am having trouble figureing out how to do this.
Currently I have the folllowing:

acl_check_rcpt

accept hosts = :

  accept hosts = +relay_from_hosts
             control = submission


  require message = relay no permitted
        domains = +local_domain : +relay_to_domains


require verify = recipient/callout



I would like to do recipient/callout if the user is listed in
+relay_from_hosts but i'm not sure the best way to go about doing it. I
tryed googleing for it but have come up with very little information.

Thanks.