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 = {
|
||||
enable = true;
|
||||
fqdn = "mail.nrab.lol";
|
||||
domains = ["nrab.lol"];
|
||||
domains = [
|
||||
"nrab.lol"
|
||||
"rab.lol"
|
||||
];
|
||||
lmtpSaveToDetailMailbox = "no";
|
||||
recipientDelimiter = "+-";
|
||||
|
||||
loginAccounts = {
|
||||
"1337@nrab.lol" = {
|
||||
hashedPasswordFile = config.age.secrets.leet-nrab-lol.path;
|
||||
aliases = ["n@rab.lol"];
|
||||
};
|
||||
"alert@nrab.lol" = {
|
||||
hashedPasswordFile = config.age.secrets.alert-nrab-lol.path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue