Exim - Direct Admin Configuration
Hosted Cloud
To configure Exim to only allow email from the filter servers for certain domains, you can do the following:
- Create the file
/etc/virtual/spamexperts_incoming_domains
- Add the domains that use Spam Experts to this file (one per line)
- Add the following line in the
domainlist
part of the config - Set the following in the RCPT ACL
- Save
- Restart Exim
domainlist spamexperts_domains = lsearch;/etc/virtual/spamexperts_incoming_domains
defer
domains = +spamexperts_domains
!hosts = delivery.antispamcloud.com : localhost
message = Please deliver mail to the address specified in the MX records for this domain.
Local Cloud
For local cloud users, replace delivery.antispamcloud.com with your servers hostnames separated by ':'.