You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Sebastian Hugentobler 6e09e62fd6
ci/woodpecker/push/woodpecker Pipeline was successful Details
push to alpine 3.17
4 months ago
rootfs/etc listen on all interfaces 5 months ago
.gitignore initial commit 1 year ago
.woodpecker.yml Add '.woodpecker.yml' 5 months ago
Dockerfile push to alpine 3.17 4 months ago
README.md fix formatting in readme [skip CI] 1 year ago

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.