chore(stalwart): use fqdn

This commit is contained in:
oddlama 2024-07-29 02:58:12 +02:00
parent 2e654bc7a0
commit 01660a3389
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -336,8 +336,9 @@ in {
default = true;
};
lookup.default.hostname = config.networking.fqdn;
server = {
hostname = "mx1.${primaryDomain}";
hostname = config.networking.fqdn;
tls = {
certificate = "default";
ignore-client-order = true;