fix: postfixadminpass was a file

This commit is contained in:
Noa Aarts 2024-08-28 16:36:33 +02:00
parent 1f8f26008b
commit ab2e7b6324
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -260,7 +260,7 @@
postfixadmin = { postfixadmin = {
enable = true; enable = true;
hostName = "pfa.itepastra.nl"; hostName = "pfa.itepastra.nl";
setupPasswordFile = "$2y$10$ATAbJHeLiV/sqxqIFTe6ke/J.RSR4GyDgpo3L72Zq7URdywz39oNG"; setupPasswordFile = /etc/postfixadminpass;
}; };
}; };