Files
Docker-rspamd/StableV2/rspamd.conf.local.override
Patrick Niebeling e3a3bc7e12 Rename Dir
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
2024-11-19 11:25:25 +01:00

13 lines
455 B
Plaintext

options {
pidfile = false;
.include "$CONFDIR/options.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/options.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/options.inc"
}
logging {
type = "console";
.include "$CONFDIR/logging.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/logging.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/logging.inc"
}