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.
-- 
## 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/

Reply via email to