[Rspamd-Users] Whitelisting sender domains
fred.zinsli at shooter.co.nz
fred.zinsli at shooter.co.nz
Tue Apr 27 06:44:17 UTC 2021
Hello all
Firstly: I have little to no working knowledge of RSPAMD. So please be
patient with me.
I am attempting to whitelist sender domains.
What I have to date.
/etc/rspamd/local.d/multimap.conf
WHITELIST_SENDER_DOMAIN {
type = "from";
filter = "email:domain";
map = "/etc/rspamd/local.d/whitelist.sender.domain.map";
score = -1000.0
}
/etc/rspamd/local.d/whitelist.sender.domain.map
whitelisteddomain.tld
whitelisted.domaon.tld
Obviously whitelisteddomain.tld and whitelisted.domaon.tld are the
actual domains I want whitelisted.
However this doesn't seem to be working as emails from the domains in
the list are still being marked as spam.
rspamd ver = 2.7
postfix
Dovecot
Sieve
Redis
OS = Debian Buster
Your comments would be most helpful.
Regards
Fred
More information about the Users
mailing list