- [Test] Use actions/setup-node by @moisseev in #5058 - [Feature] Treat SPF +all in a special way by @vstakhov in #5059 - [Test] Migrate ESLint to 9.7.0 by @moisseev in #5063 - Some tunes and fixes for GPT by @vstakhov in #5068 OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=116
15 lines
535 B
Diff
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"
|