Define selector for dkim

This commit is contained in:
niten 2023-09-28 19:10:44 -07:00
parent 4a1b3776e9
commit 0fe2b7863d
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ in {
in pkgs.writeText "opendkim.conf" ''
Canonicalization relaxed/simple
Socket inet:${toString cfg.port}
Selector mail
KeyTable file:${keyTableDir}/key.table
SigningTable file:${signingTableDir}/signing.table
${optionalString cfg.debug debugString}