That didn't work
This commit is contained in:
parent
588161a0c6
commit
43de7b578e
|
@ -36,6 +36,7 @@
|
|||
"nextcloud.gladtherescake.eu"
|
||||
"akkoma.gladtherescake.eu"
|
||||
"social.gladtherescake.eu"
|
||||
"lillianviolet.dev"
|
||||
];
|
||||
|
||||
loginAccounts = {
|
||||
|
@ -48,26 +49,6 @@
|
|||
"no-reply@social.gladtherescake.eu" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
||||
};
|
||||
};
|
||||
|
||||
rejectRecipients = [
|
||||
"no-reply@nextcloud.gladtherescake.eu"
|
||||
"no-reply@akkoma.gladtherescake.eu"
|
||||
"no-reply@social.gladtherescake.eu"
|
||||
];
|
||||
certificateScheme = "acme-nginx";
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
enableImap = true;
|
||||
enableSubmission = true;
|
||||
fqdn = "mail.lillianviolet.dev";
|
||||
domains = [
|
||||
"lillianviolet.dev"
|
||||
];
|
||||
|
||||
loginAccounts = {
|
||||
"info@lillianviolet.dev" = {
|
||||
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
||||
aliases = [
|
||||
|
@ -78,6 +59,12 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
rejectRecipients = [
|
||||
"no-reply@nextcloud.gladtherescake.eu"
|
||||
"no-reply@akkoma.gladtherescake.eu"
|
||||
"no-reply@social.gladtherescake.eu"
|
||||
];
|
||||
certificateScheme = "acme-nginx";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue