initial commit

This commit is contained in:
Sebastian Hugentobler 2021-11-18 13:53:06 +01:00
commit 517ff96b15
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
8 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[template]
src = "redis.conf.tmpl"
dest = "/etc/rspamd/local.d/redis.conf"

View file

@ -0,0 +1,3 @@
# See https://rspamd.com/doc/configuration/redis.html
servers = "{{ getenv "REDIS_SERVERS" "127.0.0.1" }}";

View file

@ -0,0 +1,6 @@
# To configure this module, please also check the following document:
# https://rspamd.com/doc/tutorials/scanning_outbound.html and
# https://rspamd.com/doc/modules/dkim_signing.html
path = "/var/lib/rspamd/dkim/$domain.$selector.key";
selector_map = "/etc/rspamd/dkim_selectors.map";

View file

@ -0,0 +1 @@
type = "console"

View file

@ -0,0 +1,3 @@
# Module documentation can be found at https://rspamd.com/doc/modules/milter_headers.html
extended_spam_headers = true;