Closed chri2 closed 9 months ago
As @Tagadda found, there just is the configuration directive for the redis server missing in rspamd:
--- /etc/tmp/conf.d/etc/rspamd/modules.d/redis.conf 2023/10/16 11:16:34 1.1
+++ /etc/tmp/conf.d/etc/rspamd/modules.d/redis.conf 2023/10/16 11:17:45 1.2
@@ -13,7 +13,7 @@
# See https://rspamd.com/doc/configuration/redis.html
redis {
- #servers = "127.0.0.1"; # Read servers (unless write_servers are unspecified)
+ servers = "127.0.0.1"; # Read servers (unless write_servers are unspecified)
#servers = "master-slave:127.0.0.1,10.0.1.1";
#write_servers = "127.0.0.1"; # Servers to write data
#disabled_modules = ["ratelimit"]; # List of modules that should not use redis from this section
@@ -23,4 +23,4 @@
.include(try=true,priority=5) "${DBDIR}/dynamic/redis.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/redis.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/redis.conf"
-}
\ Kein Zeilenumbruch am Dateiende.
+}
---------------------------------------------------
Changes for 1.2 on 2023/10/16 11:17:45 (/etc/rspamd/modules.d/redis.conf)
Fixed in https://github.com/YunoHost/yunohost/pull/1730 supposedly
Describe the bug
rspamd seems to have problems using redis
Context
To reproduce
I don't know what I did wrong to break it if it is supposed to work. Still looking at it.
Expected behavior
rspamd with greylisting enabled and no bayes related errors in its logfile.
Logs