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;
|
hashedPasswordFile = pkgs.writeText "jimbo" config.secrets.jimboMailHash;
|
||||||
aliases = [
|
aliases = [
|
||||||
"james@${config.domains.p2}"
|
"james@${config.domains.p2}"
|
||||||
"jimjam4real@${config.domains.p2}"
|
"jimbo@${config.domains.blox}"
|
||||||
|
|
||||||
"vice@${config.domains.p2}"
|
"vice@${config.domains.p2}"
|
||||||
"vicee@${config.domains.p2}"
|
"vice@${config.domains.blox}"
|
||||||
"viceebun@${config.domains.p2}"
|
|
||||||
"yara@${config.domains.p2}"
|
"yara@${config.domains.p2}"
|
||||||
"yaralis@${config.domains.p2}"
|
|
||||||
|
|
||||||
"contact@${config.domains.p2}"
|
"contact@${config.domains.p2}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"luna@${config.domains.luna}" = {
|
"luna@${config.domains.luna}" = {
|
||||||
hashedPasswordFile = pkgs.writeText "luna" config.secrets.lunaMailHash;
|
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;
|
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