mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-12-25 04:10:52 +01:00
With the eSLD normalization feature in rspamd subdomains actually use the
DKIM key for their parent domain, which simplifies the setup if you serve
multiple subdomains.
We however currently create DKIM key pairs for every given domain
name, no matter if it is a second-level domain or subdomain for one, so
disabling eSLD normalization aligns with the current intent behind our
configuration.
In the future it would be nice if we could reuse the parent domain DKIM
key for all its subdomains, but that requires some thought on how to
achieve that normalization in nixos-mailserver first.
Reapplies
|
||
|---|---|---|
| .. | ||
| dovecot/imap_sieve | ||
| assertions.nix | ||
| borgbackup.nix | ||
| clamav.nix | ||
| common.nix | ||
| dovecot.nix | ||
| environment.nix | ||
| kresd.nix | ||
| monit.nix | ||
| networking.nix | ||
| nginx.nix | ||
| postfix.nix | ||
| rsnapshot.nix | ||
| rspamd.nix | ||
| systemd.nix | ||
| users.nix | ||