[Rspamd-Users] greylist whitelist_domains_url not working

Andreas Wass - Glas Gasperlmair a.wass at glas-gasperlmair.at
Wed Jan 21 10:11:31 UTC 2026


hello everybody,

every time, when i need a passcode urgently from autodesk, these emails 
are greylisted, even though I have whitelisted the domain.
Sending host is o3.ptr4282.signin.autodesk.com and domain 
signin.autodesk.com is in my whitelist.

why it is not working?

here is my configuration about this:

Content in local.d/greylist-whitelist-domains.inc:
   #Domäne von Host hier eintragen
   signin.autodesk.com

Config for whitelisting in rspamd /etc/rspamd/modules.d/greylist.conf:
greylist {
   # Search "example.com" and "mail.example.com" for 
"mx.out.mail.example.com":
   whitelist_domains_url = [
     "$LOCAL_CONFDIR/local.d/greylist-whitelist-domains.inc",
     "$LOCAL_CONFDIR/local.d/maps.d/greylist-whitelist-domains.inc",
   ];

   expire = 1d; # 1 day by default
   timeout = 5min; # 5 minutes by default
   key_prefix = "rg"; # default hash name
   max_data_len = 10k; # default data limit to hash
   message = "Try again later"; # default greylisted message
   #symbol = "GREYLIST"; # Symbol to insert
   action = "soft reject"; # default greylisted action
   ipv4_mask = 19; # Mask bits for ipv4
   ipv6_mask = 64; # Mask bits for ipv6

   .include(try=true,priority=5) "${DBDIR}/dynamic/greylist.conf"
   .include(try=true,priority=1,duplicate=merge) 
"$LOCAL_CONFDIR/local.d/greylist.conf"
   .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/greylist.conf"
}


-- 

Mit freundlichen Grüßen


*Andreas*


More information about the Users mailing list