Go to file
Sebastian Hugentobler 019484a49d
use newest alpine
2024-01-01 16:57:06 +01:00
.gitea/workflows use newest alpine 2024-01-01 16:57:06 +01:00
rootfs/etc listen on all interfaces 2022-10-29 09:30:39 +02:00
.gitignore initial commit 2021-11-18 13:53:06 +01:00
Containerfile use newest alpine 2024-01-01 16:57:06 +01:00
README.md fix formatting in readme [skip CI] 2022-02-18 09:26:34 +01:00

README.md

Rspamd server with dkim signing.

DKIM

Create new keys with rspamadm dkim_keygen.

Create a file /etc/rspamd/dkim_selectors.map and add domains and selectors like this:

example.com 20211102
example.org 20211101

With this, rspamd looks for the private keys in /var/lib/rspamd/dkim/example.com.20211102.key and /var/lib/rspamd/dkim/example.org.20211101.key (it is your responsibility to create/mount these files).

Environment Variables

REDIS_SERVERS

  • default: 127.0.0.1

Address of redis server to connect to (or multiples thereof).

See the rspamd documentation for more information.