Added Sieve to mailserver

This commit is contained in:
Julien Malka 2022-09-25 06:42:46 +02:00
parent 7f97929c20
commit 0473e82aed
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -15,6 +15,8 @@ with lib;
fqdn = "mail.julienmalka.me";
domains = [ "malka.sh" "ens.school" ];
enableManageSieve = true;
# A list of all login accounts. To create the password hashes, use
# nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2
loginAccounts = {
@ -41,6 +43,5 @@ with lib;
sops.secrets.ensmailmondon-pw = { };
nix.gcRoots = [ inputs.simple-nixos-mailserver ];
};
}