add dmarc@toufy.me for RUA and RUF data
All checks were successful
/ deploy (push) Successful in 32s
All checks were successful
/ deploy (push) Successful in 32s
This commit is contained in:
parent
bb4cf44075
commit
3adab363e0
2 changed files with 11 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ in {
|
|||
sops.secrets = {
|
||||
"mailserver/root".owner = "dovecot2";
|
||||
"mailserver/contact".owner = "dovecot2";
|
||||
"mailserver/dmarc".owner = "dovecot2";
|
||||
"radicale".owner = "radicale";
|
||||
};
|
||||
|
||||
|
|
@ -45,6 +46,13 @@ in {
|
|||
};
|
||||
|
||||
loginAccounts = {
|
||||
"dmarc@${mailDomain}" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailserver/dmarc".path;
|
||||
aliases = [
|
||||
"rua@${mailDomain}"
|
||||
"ruf@${mailDomain}"
|
||||
];
|
||||
};
|
||||
"root@${mailDomain}" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailserver/root".path;
|
||||
aliases = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue