diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-07 15:21:10 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-07 15:21:10 +0100 |
commit | 559a07dc28e3277587db4ada2d3721d3159a2e85 (patch) | |
tree | c136f5e3045a30e421fa8a40dfd1c7e0816d5e25 /conf/modules.d/dkim.conf | |
parent | 91878c78e1e95a301bccc9a3febbb61ef65b63a3 (diff) | |
download | rspamd-559a07dc28e3277587db4ada2d3721d3159a2e85.tar.gz rspamd-559a07dc28e3277587db4ada2d3721d3159a2e85.zip |
Split modules configuration.
Diffstat (limited to 'conf/modules.d/dkim.conf')
-rw-r--r-- | conf/modules.d/dkim.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/modules.d/dkim.conf b/conf/modules.d/dkim.conf new file mode 100644 index 000000000..e148783ea --- /dev/null +++ b/conf/modules.d/dkim.conf @@ -0,0 +1,8 @@ +dkim { + .include(try=true,priority=1) "${DBDIR}/dynamic/dkim.conf" + dkim_cache_size = 2k; + dkim_cache_expire = 1d; + time_jitter = 6h; + trusted_only = false; + skip_multi = false; +}
\ No newline at end of file |