aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.conf
blob: fe737f981d3c9ee90ff20998909d9791289bc85f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.include "$CONFDIR/common.conf"

options {
    pidfile = "$RUNDIR/rspamd.pid";
    .include "$CONFDIR/options.inc"
    .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/options.inc"
    .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/options.inc"
}

logging {
    type = "file";
    filename = "$LOGDIR/rspamd.log";
    .include "$CONFDIR/logging.inc"
    .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/logging.inc"
    .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/logging.inc"
}

.include(glob=true) "$CONFDIR/worker.d/*.conf"