fix: disable mta-sts

This commit is contained in:
Patrick 2024-11-30 16:18:25 +01:00
parent 27e1a7cc3f
commit 35b44225ab
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 3 additions and 5 deletions

View file

@ -152,7 +152,6 @@ in
[
"autoconfig.${domain}"
"autodiscover.${domain}"
"mta-sts.${domain}"
]
(_: {
forceSSL = true;
@ -638,6 +637,9 @@ in
];
};
# needs certificate for all domain
# Dane is better anyway
session.mta-sts.mode = "none";
session.ehlo = {
require = true;
reject-non-fqdn = [

View file

@ -58,10 +58,6 @@
domain = config.secrets.secrets.global.domains.mail_public;
extraDomainNames = [ "*.${config.secrets.secrets.global.domains.mail_public}" ];
};
"${config.secrets.secrets.global.domains.mail_private}" = {
domain = config.secrets.secrets.global.domains.mail_private;
extraDomainNames = [ "*.${config.secrets.secrets.global.domains.mail_private}" ];
};
};
environment.persistence."/state".directories = [
{

Binary file not shown.