[Rspamd-Users] Rspamd mailserver1.viaginterkom.de in dei Whitelist setzen klappt nicht
    Bastian 
    bastian-spamdusers23 at t6l.de
       
    Mon Dec 25 09:36:06 UTC 2023
    
    
  
On 23Dec23 15:40+0100, Andreas wrote:
> Ich habe in /etc/rspamd/local.d/multimap.conf den Eintrag:
> IP_WHITELIST { 
>  type = "ip"; 
>  prefilter = true; 
>  map = "/${LOCAL_CONFDIR}/local.d/ip_whitelist.map"; 
LOCAL_CONFDIR might expand to /usr/etc/rspamd [1] which is not what you 
intend. I use explicitly:
  map = "file:///etc/rspamd/local.d/multimap.conf"
Also, changes to map files are re-loaded automatically. I do not need to 
restart rspamd.
  1: https://rspamd.com/doc/faq.html#rspamd-paths
-- 
Bastian
    
    
More information about the Users
mailing list