Added roundcube

This commit is contained in:
Julien Malka 2022-10-12 09:54:03 +02:00
parent 88e3a5c360
commit c1d23b691e
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -22,7 +22,7 @@ with lib;
loginAccounts = {
"julien@malka.sh" = {
hashedPasswordFile = "/run/secrets/malkash-pw";
aliases = [ "postmaster@malka.sh" ];
catchAll = [ "malka.sh" ];
};
"julien.malka@ens.school" = {
hashedPasswordFile = "/run/secrets/ensmailmalka-pw";
@ -31,13 +31,16 @@ with lib;
hashedPasswordFile = "/run/secrets/ensmailmondon-pw";
};
"docs@malka.sh" = {
hashedPassword = "$2y$05$NdEncXtSDspL0reJDrm1NubqOrSi2IO.4qVJvsUVFDsAdItVuc2Fa";
};
};
certificateScheme = 3;
};
services.roundcube = {
enable = true;
plugins = [ "managesieve" ];
hostName = "webmail.julienmalka.me";
};
sops.secrets.malkash-pw = { };
sops.secrets.ensmailmalka-pw = { };
sops.secrets.ensmailmondon-pw = { };