aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
diff options
context:
space:
mode:
authorJohn McKay <adenosine3p@gmail.com>2019-01-26 11:27:15 +0000
committerJohn McKay <adenosine3p@gmail.com>2019-02-02 05:41:41 +0000
commitd4b0d4617b022a2f6e037c027e35d04c9d8544d7 (patch)
treec02702f3486d4ef5945aa717062fd289a4263fc8 /conf/modules.d
parenta92c5d43ef34b657bba4a2e201c3b11ded14e9e9 (diff)
downloadrspamd-d4b0d4617b022a2f6e037c027e35d04c9d8544d7.tar.gz
rspamd-d4b0d4617b022a2f6e037c027e35d04c9d8544d7.zip
keys from config and http arrayized
Diffstat (limited to 'conf/modules.d')
-rw-r--r--conf/modules.d/dkim_signing.conf15
1 files changed, 11 insertions, 4 deletions
diff --git a/conf/modules.d/dkim_signing.conf b/conf/modules.d/dkim_signing.conf
index d032c944b..07e5c7c92 100644
--- a/conf/modules.d/dkim_signing.conf
+++ b/conf/modules.d/dkim_signing.conf
@@ -58,10 +58,17 @@ dkim_signing {
# Domain specific settings
#domain {
# example.com {
- # # Private key path
- # path = "/var/lib/rspamd/dkim/example.key";
- # # Selector
- # selector = "ds";
+ # selectors [
+ # { # Private key path
+ # path = "/var/lib/rspamd/dkim/example.key";
+ # # Selector
+ # selector = "ds";
+ # },
+ # { # multiple dkim signature
+ # path = "/var/lib/rspamd/dkim/eddsa.key";
+ # selector = "eddsa";
+ # }
+ # ]
# }
#}