summaryrefslogtreecommitdiffstats
path: root/conf/modules.d/dkim.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/modules.d/dkim.conf')
-rw-r--r--conf/modules.d/dkim.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/conf/modules.d/dkim.conf b/conf/modules.d/dkim.conf
index 2cb0e903e..c57b57d14 100644
--- a/conf/modules.d/dkim.conf
+++ b/conf/modules.d/dkim.conf
@@ -14,13 +14,13 @@
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
dkim {
- dkim_cache_size = 2k;
- dkim_cache_expire = 1d;
- time_jitter = 6h;
- trusted_only = false;
- skip_multi = false;
+ dkim_cache_size = 2k;
+ dkim_cache_expire = 1d;
+ time_jitter = 6h;
+ trusted_only = false;
+ skip_multi = false;
- .include(try=true,priority=5) "${DBDIR}/dynamic/dkim.conf"
- .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/dkim.conf"
- .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/dkim.conf"
+ .include(try=true,priority=5) "${DBDIR}/dynamic/dkim.conf"
+ .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/dkim.conf"
+ .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/dkim.conf"
}