I thought this would be easier than it is, but I am nervous to pull the
trigger.

I want to block one entire domain from sending my domain emails, except to
certain users. For instance, I want to black @senderdomain.net, except when
the recipient email is [email protected] and [email protected].

I found a post in the old mailing lists, that said I would need to do
something like this:

echo 'senderdomain.net: !will : !william : *' >
/etc/exim4/reject_senderdomain

And then add in my rcpt acl:
deny recipients = @@lsearch;/etc/exim4/reject_senderdomain
message = Please redirect all emails to will or william.

So, my question. Will that work for what I want to do?

Thanks,

Will Smith--
openbydesign
801-755-7778
-- 
## List details at https://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