rspamd/conf/rspamd.conf

21 lines
326 B
Plaintext
Raw Normal View History

.include "$CONFDIR/common.conf"
2013-11-21 17:20:45 +01:00
options {
.include "$CONFDIR/options.inc"
}
2013-11-21 17:20:45 +01:00
logging {
type = "console";
.include "$CONFDIR/logging.inc"
}
2013-11-21 17:20:45 +01:00
worker {
bind_socket = "systemd:0";
.include "$CONFDIR/worker-normal.inc"
}
worker {
bind_socket = "systemd:1";
.include "$CONFDIR/worker-controller.inc"
2013-11-21 17:20:45 +01:00
}