[Rspamd-Users] Configuration of Domain Whitelisting

Alexander Moisseev moiseev at mezonplus.ru
Fri Aug 27 11:25:54 UTC 2021


On 27.08.2021 13:51, Hagen Bauer wrote:
> I created a locel whitelist configuration
>   vi /usr/local/etc/rspamd/local.d/whitelist.conf
>      WHITELIST_SENDER_DOMAIN {
>        type = "from";
>         prefilter = true;
>        filter = "email:domain";
>         map = "/usr/local/etc/rspamd/local.d/whitelist.sender.domain.map";
>        action = "accept";
>     }
> 
> When I look at /usr/local/etc/rspamd/modules.d/whitelist.conf this configuration file should be include by the line
> 
>    .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/whitelist.conf"
> 

You mixed up whitelist and multimap modules. Wouldn't you rather put the configuration in the /usr/local/etc/rspamd/local.d/multimap.conf instead?


More information about the Users mailing list