diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-21 09:50:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-21 13:25:40 +0100 |
commit | ccfcc9433701673b6813b9396252bb36c7268f87 (patch) | |
tree | 4524ef1177e346e8ebe0460695b1fb4e4cde5dd1 /conf/modules.d/dkim.conf | |
parent | 414a0dc3902f577f8565cee0f89a8fae3c66adef (diff) | |
download | rspamd-ccfcc9433701673b6813b9396252bb36c7268f87.tar.gz rspamd-ccfcc9433701673b6813b9396252bb36c7268f87.zip |
[Conf] Update header
Diffstat (limited to 'conf/modules.d/dkim.conf')
-rw-r--r-- | conf/modules.d/dkim.conf | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/conf/modules.d/dkim.conf b/conf/modules.d/dkim.conf index c57b57d14..689ecd2a8 100644 --- a/conf/modules.d/dkim.conf +++ b/conf/modules.d/dkim.conf @@ -1,17 +1,16 @@ # Please don't modify this file as your changes might be overwritten with # the next update. # -# You can modify '$LOCAL_CONFDIR/rspamd.conf.local.override' to redefine -# parameters defined on the top level +# You can modify 'local.d/dkim.conf' to add and merge +# parameters defined inside this section # -# You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add -# parameters defined on the top level +# You can modify 'override.d/dkim.conf' to strictly override all +# parameters defined inside this section # -# For specific modules or configuration you can also modify -# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults -# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults +# See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories +# for details # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# Module documentation can be found at https://rspamd.com/doc/modules/dkim.html dkim { dkim_cache_size = 2k; |