Paul Mills wrote:
> # Banned Domains
> domainlist domain_reject = dbm;/etc/exim/acls/banned_domains.db
>
> deny sender_domains = +domain_reject
> message = Your domain is no longer supported
>
> The above works for the domains, but what is the best way to reject the
> sender depending on full email address?
deny message = You are blacklisted
senders = dbm;/etc/exim/acls/banned_senders.db