add redis database configuration

https://github.com/YunoHost/issues/issues/2266

without this rspamd does not use the redis database
This commit is contained in:
Chris Vogel 2023-10-17 14:49:32 +02:00
parent 2bf2956b3d
commit a2faa8add9

2
conf/rspamd/redis.conf Normal file
View file

@ -0,0 +1,2 @@
# set redis server
servers = "127.0.0.1";