Update mailserver addresses
This commit is contained in:
parent
c6249ebd82
commit
6d60321d81
2 changed files with 9 additions and 8 deletions
Binary file not shown.
|
@ -28,26 +28,27 @@
|
|||
hashedPasswordFile = pkgs.writeText "jimbo" config.secrets.jimboMailHash;
|
||||
aliases = [
|
||||
"james@${config.domains.p2}"
|
||||
"jimjam4real@${config.domains.p2}"
|
||||
"jimbo@${config.domains.blox}"
|
||||
|
||||
"vice@${config.domains.p2}"
|
||||
"vicee@${config.domains.p2}"
|
||||
"viceebun@${config.domains.p2}"
|
||||
"vice@${config.domains.blox}"
|
||||
"yara@${config.domains.p2}"
|
||||
"yaralis@${config.domains.p2}"
|
||||
|
||||
"contact@${config.domains.p2}"
|
||||
];
|
||||
};
|
||||
"luna@${config.domains.luna}" = {
|
||||
hashedPasswordFile = pkgs.writeText "luna" config.secrets.lunaMailHash;
|
||||
aliases = [ "luna@${config.domains.blox}" ];
|
||||
aliases = [
|
||||
"luna@${config.domains.blox}"
|
||||
"contact@${config.domains.blox}"
|
||||
"ibu@${config.domains.blox}"
|
||||
];
|
||||
};
|
||||
"corn@${config.domains.corn}" = {
|
||||
"contact@${config.domains.corn}" = {
|
||||
hashedPasswordFile = pkgs.writeText "corn" config.secrets.cornMailHash;
|
||||
aliases = [ "corn@${config.domains.blox}" ];
|
||||
aliases = [ "freecorn@${config.domains.blox}" ];
|
||||
};
|
||||
"tiny@${config.domains.corn}".hashedPasswordFile = pkgs.writeText "tiny" config.secrets.tinyMailHash;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue