Set up the no-reply for akkoma
This commit is contained in:
parent
fd87cdd751
commit
6046af07d4
|
@ -27,8 +27,11 @@
|
|||
"no-reply@nextcloud.gladtherescake.eu" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
||||
};
|
||||
"no-reply@akkoma.gladtherescake.eu" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
||||
};
|
||||
rejectRecipients = ["no-reply@nextcloud.gladtherescake.eu"];
|
||||
};
|
||||
rejectRecipients = ["no-reply@nextcloud.gladtherescake.eu" "no-reply@akkoma.gladtherescake.eu"];
|
||||
certificateScheme = "acme-nginx";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue