Files
rspamd/rspamd-conf.patch
Andreas Schneider 896e38ae11 - Update to 3.10.3
- [Fix] move PluginDir to correct location to prevent recursive load of non plugins

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=131
2024-11-06 11:20:50 +00:00

15 lines
535 B
Diff

Index: rspamd-3.7.5/conf/rspamd.conf
===================================================================
--- rspamd-3.7.5.orig/conf/rspamd.conf
+++ rspamd-3.7.5/conf/rspamd.conf
@@ -34,7 +34,8 @@ lang_detection {
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/cgp.inc"
logging {
- type = "file";
+ type = "console";
+ systemd = true;
filename = "$LOGDIR/rspamd.log";
.include "$CONFDIR/logging.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/logging.inc"