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.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/modules.d/dkim.conf b/conf/modules.d/dkim.conf
index 7a2795d59..2cb0e903e 100644
--- a/conf/modules.d/dkim.conf
+++ b/conf/modules.d/dkim.conf
@@ -14,12 +14,13 @@
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
dkim {
- .include(try=true,priority=5) "${DBDIR}/dynamic/dkim.conf"
- .include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/dkim.conf"
- .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/dkim.conf"
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"
}