Define dkim port
This commit is contained in:
parent
00e0934a19
commit
5e7bce0b6e
|
@ -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}";
|
||||
|
|
Loading…
Reference in New Issue