blob: 93c025c84930d3791d817688dea76f2f33c175d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.include "$CONFDIR/common.conf"
options {
pidfile = "$RUNDIR/rspamd.pid";
.include "$CONFDIR/options.inc"
}
logging {
type = "file";
filename = "$LOGDIR/rspamd.log";
.include "$CONFDIR/logging.inc"
}
.include(glob=true) "$CONFDIR/worker.d/*.conf"
|