Hai All,
I have the following ACL rules in exim.conf
acl_smtp_rcpt = check_recipient
acl_smtp_mime = check_mime
acl_smtp_data = check_message
check_recipient:
accept sender_domains = +whitelist_domains
endpass
---
--
check_mime:
--
--
check_message
--
--
Let me come to my question. If the the sender is is in my
"whiltelist_domains",How can bypass both "check_mime" and "check_message".
As you all know, "end pass" is bypasing one acl section instaead of entire
ACL.
I am looking forward to your replies.
Thanks,
sal
--
View this message in context:
http://www.nabble.com/Exim-ACL-bypass-tf4890003.html#a13997687
Sent from the Exim Users mailing list archive at Nabble.com.