Andrew Lewis
unread,Apr 10, 2017, 3:32:38 AM4/10/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rsp...@googlegroups.com
Hi,
Supposing rspamd is configured to log to systemd journal and you'd
like to enable file logging, you could add the following settings to
/etc/rspamd/local.d/logging.inc :
~~~
type = "file";
filename = "$LOGDIR/rspamd.log";
~~~
You may also need to create /var/log/rspamd and make it writable by
the _rspamd user.
Best,
-AL.