aports/openrc/rspamd/conffile
Alex Denes 8df9fdc4ab
Reorganization, automation and more
- More templating and inheritance
- New commands
+ rx_replace
+ rx_install
+ rx_cpkgdir
- More transparency with secrets being sourced as variables and replaced
- Modularization of configs
+ telegraf
+ nginx (partial)
+ fastd
+ wireguard
+ unbound
- Split of unbound configurations and bind zones
- Bumping of key versions (rolling keys)
+ ZSK/KSK
+ OpenDKIM
- Relaxed permission defaults
and other smaller tweaks...
2021-06-01 23:17:41 +00:00

14 lines
449 B
Plaintext

# Configuration for /etc/init.d/rspamd
# User and group to run rspamd workers.
#command_user="rspamd:rspamd"
# Path of the main configuration file.
cfgfile="/etc/redxen/rspamd/rspamd.conf"
# Where to log startup configuration checking:
# - /dev/null - silent if check pass (default)
# - /dev/stdout - always print output on the curent terminal
# - /path/filename - append output to the specified logfile
#startuplog="/var/log/rspamd/startup.log"