initial commit
This commit is contained in:
commit
517ff96b15
8 changed files with 47 additions and 0 deletions
3
rootfs/etc/confd/conf.d/redis.conf.toml
Normal file
3
rootfs/etc/confd/conf.d/redis.conf.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[template]
|
||||
src = "redis.conf.tmpl"
|
||||
dest = "/etc/rspamd/local.d/redis.conf"
|
3
rootfs/etc/confd/templates/redis.conf.tmpl
Normal file
3
rootfs/etc/confd/templates/redis.conf.tmpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
# See https://rspamd.com/doc/configuration/redis.html
|
||||
|
||||
servers = "{{ getenv "REDIS_SERVERS" "127.0.0.1" }}";
|
6
rootfs/etc/rspamd/local.d/dkim_signing.conf
Normal file
6
rootfs/etc/rspamd/local.d/dkim_signing.conf
Normal 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";
|
1
rootfs/etc/rspamd/local.d/logging.inc
Normal file
1
rootfs/etc/rspamd/local.d/logging.inc
Normal file
|
@ -0,0 +1 @@
|
|||
type = "console"
|
3
rootfs/etc/rspamd/local.d/milter_headers.conf
Normal file
3
rootfs/etc/rspamd/local.d/milter_headers.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Module documentation can be found at https://rspamd.com/doc/modules/milter_headers.html
|
||||
|
||||
extended_spam_headers = true;
|
Loading…
Add table
Add a link
Reference in a new issue