Define dkim port

This commit is contained in:
niten 2023-09-24 10:43:11 -07:00
parent 00e0934a19
commit 5e7bce0b6e
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ in {
lmtpPort = 24;
authPort = 5447;
userdbPort = 5448;
dkimPort = 5734;
mkUserMap = username:
let uid = config.users.users."${username}".uid;
in "${toString uid}:${toString uid}";