This commit is contained in:
parent
742b5150ce
commit
418ebe3710
2 changed files with 9 additions and 5 deletions
|
|
@ -44,10 +44,9 @@ in {
|
|||
};
|
||||
|
||||
loginAccounts = {
|
||||
"contact@${mailDomain}" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailserver/contact".path;
|
||||
"root@${mailDomain}" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailserver/root".path;
|
||||
aliases = [
|
||||
"root@${mailDomain}"
|
||||
"postmaster@${mailDomain}"
|
||||
"security@${mailDomain}"
|
||||
"abuse@${mailDomain}"
|
||||
|
|
@ -57,6 +56,10 @@ in {
|
|||
"support@${mailDomain}"
|
||||
];
|
||||
};
|
||||
"contact@${mailDomain}" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailserver/contact".path;
|
||||
catchAll = [mailDomain];
|
||||
};
|
||||
};
|
||||
certificateScheme = "acme";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue