summaryrefslogtreecommitdiffstats
path: root/conf/options.conf
blob: 841372ec23a0505360aff022dd1dc3bc63dc7f68 (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,fuzzy_check";
    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";
}