kazuki/mail: add rab.lol domain
This commit is contained in:
parent
9c683516a8
commit
57fae4f820
1 changed files with 5 additions and 1 deletions
|
@ -11,13 +11,17 @@
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = "mail.nrab.lol";
|
fqdn = "mail.nrab.lol";
|
||||||
domains = ["nrab.lol"];
|
domains = [
|
||||||
|
"nrab.lol"
|
||||||
|
"rab.lol"
|
||||||
|
];
|
||||||
lmtpSaveToDetailMailbox = "no";
|
lmtpSaveToDetailMailbox = "no";
|
||||||
recipientDelimiter = "+-";
|
recipientDelimiter = "+-";
|
||||||
|
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"1337@nrab.lol" = {
|
"1337@nrab.lol" = {
|
||||||
hashedPasswordFile = config.age.secrets.leet-nrab-lol.path;
|
hashedPasswordFile = config.age.secrets.leet-nrab-lol.path;
|
||||||
|
aliases = ["n@rab.lol"];
|
||||||
};
|
};
|
||||||
"alert@nrab.lol" = {
|
"alert@nrab.lol" = {
|
||||||
hashedPasswordFile = config.age.secrets.alert-nrab-lol.path;
|
hashedPasswordFile = config.age.secrets.alert-nrab-lol.path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue