Let's try two servers?
This commit is contained in:
parent
79c68b1855
commit
588161a0c6
|
@ -36,7 +36,6 @@
|
||||||
"nextcloud.gladtherescake.eu"
|
"nextcloud.gladtherescake.eu"
|
||||||
"akkoma.gladtherescake.eu"
|
"akkoma.gladtherescake.eu"
|
||||||
"social.gladtherescake.eu"
|
"social.gladtherescake.eu"
|
||||||
"lillianviolet.dev"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
|
@ -49,6 +48,26 @@
|
||||||
"no-reply@social.gladtherescake.eu" = {
|
"no-reply@social.gladtherescake.eu" = {
|
||||||
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
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" = {
|
"info@lillianviolet.dev" = {
|
||||||
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
||||||
aliases = [
|
aliases = [
|
||||||
|
@ -59,12 +78,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
rejectRecipients = [
|
|
||||||
"no-reply@nextcloud.gladtherescake.eu"
|
|
||||||
"no-reply@akkoma.gladtherescake.eu"
|
|
||||||
"no-reply@social.gladtherescake.eu"
|
|
||||||
];
|
|
||||||
certificateScheme = "acme-nginx";
|
certificateScheme = "acme-nginx";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue