1
0
Fork 0

Fix opendkim

This commit is contained in:
Malte Brandy 2020-09-17 00:01:30 +02:00
parent 5f0dc9fa67
commit 5604480c9d

View file

@ -56,6 +56,7 @@ in {
networks = [ "[${config.m-0.prefix}::]/64" "10.0.0.0/24" ];
transport = "email2matrix.maralorn.de smtp:[::1]:2525";
};
services.opendkim.keyPath = "/var/dkim";
mailserver = {
enable = true;
enableImapSsl = true;