Don't define a selector then...

This commit is contained in:
niten 2023-09-28 20:08:57 -07:00
parent 0fe2b7863d
commit efd45dbd0e
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ 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}