domain email aliases
This commit is contained in:
parent
15f2939cdc
commit
87b4e42f90
2 changed files with 9 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ in {
|
|||
sops.secrets = {
|
||||
"mailserver/root".owner = "dovecot2";
|
||||
"mailserver/contact".owner = "dovecot2";
|
||||
"mailserver/dmarc".owner = "dovecot2";
|
||||
"mailserver/domain".owner = "dovecot2";
|
||||
"radicale".owner = "radicale";
|
||||
};
|
||||
|
||||
|
|
@ -48,11 +48,13 @@ in {
|
|||
};
|
||||
|
||||
loginAccounts = {
|
||||
"dmarc@${domainFqdn}" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailserver/dmarc".path;
|
||||
"domain@${domainFqdn}" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailserver/domain".path;
|
||||
aliases = [
|
||||
"dmarc@${domainFqdn}"
|
||||
"rua@${domainFqdn}"
|
||||
"ruf@${domainFqdn}"
|
||||
"caa@${domainFqdn}"
|
||||
];
|
||||
};
|
||||
"root@${domainFqdn}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue