rspamd/rspamd-conf.patch
Marcus Rueckert 7cb43f24e8 - disable luajit until we actually package all the lua extensions
for all interpreters. mixing luajit with lua built extensions
  is not working properly apparently
  https://github.com/rspamd/rspamd/discussions/4898
  https://github.com/rspamd/rspamd/discussions/4819
- loosen the Buildrequires for fmt to allow all versions. For older
  distros we will use the intree copy. We added the bundled
  provides in that case.

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=118
2024-09-29 23:28:58 +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"