This commit is contained in:
Till 2026-03-05 22:01:29 +01:00
parent 6f30269e1e
commit 2159780ece
5 changed files with 17 additions and 15 deletions

View file

@ -10,5 +10,5 @@
users.users.postfix.extraGroups = [ "opendkim" ];
services.postfix.config.smtpd_milters = [ "unix:/run/opendkim/opendkim.sock" ];
services.postfix.settings.main.smtpd_milters = [ "unix:/run/opendkim/opendkim.sock" ];
}