Where to place Exim ACL?
Hi - I have incoming mail filtering with SpamExperts. When folks forward mail, the messages end up bouncing (but stay in the queue for a while first). I don't know why I let this bother me, but it does. I'm assuming I would place my ACL in /usr/local/cpanel/etc/exim/acls.
Here's what I have. If you see any errors, please tell me. : )
What I want to accomplish is to deny the messages from no-reply@master.antispamcloud.com from going back out.
deny domains = master.antispamcloud.com
condition = ${if eq{$local_part@$domain}{no-reply@master.antispamcloud.com}}
message = This message has been removed.
I tried to place it in the ACL_OUTGOING_SMTP_CHECKALL_BLOCK directory, and had errors.
Thanks!
B
-
Thank you! Do you see any issues with my ACL logic or syntax? 0 -
I don't, but I also don't claim to be an all-knowing Exim wizard, either. 0
Please sign in to leave a comment.
Comments
3 comments