Email Whitelist

There are some domains that are being blocked by HestiaCP.

I would like to know where and how I can add the domains to the Whitelist.

Emails can be blocked by exim or by spamassassin. Both have their whitelists.

/etc/exim4/white-blocks.conf
/etc/exim4/spam-blocks.conf
/etc/spamassassin/blacklist.cf
/etc/spamassassin/whitelist.cf

1 Like

A TLD Blacklist. Contribute to chriscapisce/Custom-Exim4-Blacklists development by creating an account on GitHub.

Great, but is it possible to let the user do this registration? Is there a place via WEB?

Hello, can you leave me a link on how I can do this for /etc/spamassassin/blacklist.cf?

Thank you!

Yes. Under /home/user/.spamassasin folder there will be a user_prefs file.
Add blacklist ones as:
blacklist_from emailidhere
whitelist_from emailidhere
It allows at domain level too example *@domain.tld to block out every one or whitelist the whole domain.

If the file and folder are not present, they can be created and used.
Permissions: rw-r--r--