summaryrefslogtreecommitdiffstats
path: root/conf/options.conf
blob: b074c55564463780ab8fadb92305049a49cb4351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Basic options

options {
    pidfile = "$RUNDIR/rspamd.pid";
    filters = "chartable,dkim,spf,surbl,regexp";
    raw_mode = false;
    one_shot = false;
    dns_timeout = 1s;
    dns_retransmits = 5;
    cache_file = "$DBDIR/symbols.cache";
    map_watch_interval = 1min;
    dynamic_conf = "$DBDIR/rspamd_dynamic";
    history_file = "$DBDIR/rspamd.history";
}