mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 01:30:53 +02:00
Added roundcube
This commit is contained in:
parent
88e3a5c360
commit
c1d23b691e
1 changed files with 7 additions and 4 deletions
|
@ -22,7 +22,7 @@ with lib;
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"julien@malka.sh" = {
|
"julien@malka.sh" = {
|
||||||
hashedPasswordFile = "/run/secrets/malkash-pw";
|
hashedPasswordFile = "/run/secrets/malkash-pw";
|
||||||
aliases = [ "postmaster@malka.sh" ];
|
catchAll = [ "malka.sh" ];
|
||||||
};
|
};
|
||||||
"julien.malka@ens.school" = {
|
"julien.malka@ens.school" = {
|
||||||
hashedPasswordFile = "/run/secrets/ensmailmalka-pw";
|
hashedPasswordFile = "/run/secrets/ensmailmalka-pw";
|
||||||
|
@ -31,13 +31,16 @@ with lib;
|
||||||
hashedPasswordFile = "/run/secrets/ensmailmondon-pw";
|
hashedPasswordFile = "/run/secrets/ensmailmondon-pw";
|
||||||
};
|
};
|
||||||
|
|
||||||
"docs@malka.sh" = {
|
|
||||||
hashedPassword = "$2y$05$NdEncXtSDspL0reJDrm1NubqOrSi2IO.4qVJvsUVFDsAdItVuc2Fa";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
certificateScheme = 3;
|
certificateScheme = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.roundcube = {
|
||||||
|
enable = true;
|
||||||
|
plugins = [ "managesieve" ];
|
||||||
|
hostName = "webmail.julienmalka.me";
|
||||||
|
};
|
||||||
|
|
||||||
sops.secrets.malkash-pw = { };
|
sops.secrets.malkash-pw = { };
|
||||||
sops.secrets.ensmailmalka-pw = { };
|
sops.secrets.ensmailmalka-pw = { };
|
||||||
sops.secrets.ensmailmondon-pw = { };
|
sops.secrets.ensmailmondon-pw = { };
|
||||||
|
|
Loading…
Add table
Reference in a new issue