9 Commits

Author SHA1 Message Date
Silvan Mosberger
4f4c9be25e Merge branch 'opendkim-settings' into 'master'
WIP: Support new opendkim NixOS module

See merge request simple-nixos-mailserver/nixos-mailserver!162
2025-03-21 01:40:59 +00:00
Juergen Fitschen
c04e4f22da opendkim: make public key world-readable 2023-05-14 07:11:48 +00:00
Lionello Lunesu
6e8142862f opendkim: don't recreate keys if private key is present 2021-11-07 19:57:12 +00:00
Ero Sennin
0d9a880c0e Set DKIM policy to relaxed/relaxed
And make this policy configurable.
2021-10-14 18:45:21 +00:00
Antoine Eiche
9d7f02e67b Support sandboxed opendkim 2020-10-04 10:49:57 +02:00
Silvan Mosberger
f38f199638
Support new opendkim NixOS module
The opendkim module will get backwards-incompatible changes in
https://github.com/NixOS/nixpkgs/pull/82379. This change adds support
for it
2020-03-26 20:41:49 +01:00
Joey Hewitt
f789f7a80c add dkimKeyBits configuration 2019-07-09 21:59:28 -06:00
Joey Hewitt
7e718e0e33 dkim: transition to PermissionsStartOnly=false
That's how nixpkgs-unstable is now, so to be compatible with both we
have to force that setting. Use systemd tmpfiles to provision
directory with correct owner.
2019-07-07 21:47:09 -06:00
Brian Olsen
7036371f75 Use OpenDKIM instead of rmilter for DKIM
As part of #61 this moves DKIM handling from rmilter to OpenDKIM.
2018-06-29 21:35:16 +09:30