[Rspamd-Users] Displaying receiver and subject in webui history

Alexander Moisseev moiseev at mezonplus.ru
Mon Mar 15 14:41:18 UTC 2021


On 15.03.2021 17:10, Aban Dokht wrote:
> Hello,
> 
> can sombody give me a hint how to include sender an recipient column in webui history?
> 
> The quetion is already asked here:
> 
> https://github.com/rspamd/rspamd/issues/1509
> 
> 
> At the end of the page the solution is to use redis history and configure redis.
> 
> So i added 'exapd_keys' to my redis.conf to expand the keys:
> 
> https://rspamd.com/doc/configuration/redis.html#key-expansion
> 
> 
> $ cat /etc/rspamd/local.d/redis.conf
> expand_keys = true
> 
> 
> But that didn't the trick.
> 

You don't need keys expansion for that. Assuming Redis is installed and configured, just enable it in Rspamd.

Create local.d/redis.conf:

servers = "localhost";


More information about the Users mailing list