mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-02 02:52:46 +02:00
16 lines
418 B
Plaintext
16 lines
418 B
Plaintext
# User and group to run rspamd workers
|
|
#user=rspamd
|
|
#group=rspamd
|
|
|
|
# Main config file
|
|
#cfgfile=/etc/rspamd/rspamd.conf
|
|
|
|
# PID file. Settings from config files are ignored
|
|
#pidfile=/run/rspamd/rspamd.pid
|
|
|
|
# Where to log startup configuration checking
|
|
# - /dev/null - silent (default)
|
|
# - /dev/tty - show output on curent terminal
|
|
# - /path/filename - append to specified logfile
|
|
#startuplog=/var/log/rspamd/startup.log
|