summaryrefslogtreecommitdiffstats
path: root/conf/options.conf
blob: 1dd1ebfb82f6a805fcd7fe79939815ccc2a46ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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_sockets = 16;
    dns_retransmits = 5;
    cache_file = "$DBDIR/symbols.cache";
    map_watch_interval = 1min;
    dynamic_conf = "$DBDIR/rspamd_dynamic";
    history_file = "$DBDIR/rspamd.history";
}