Add MTA-STS verification

This commit is contained in:
cmharper
2019-04-11 17:20:43 +01:00
parent dd7a2aa8a6
commit aaaa92e87f
4 changed files with 86 additions and 1 deletions
+4
View File
@@ -19,6 +19,10 @@
alias /var/lib/mailinabox/mozilla-autoconfig.xml;
}
location = /.well-known/mta-sts.txt {
alias /var/lib/mailinabox/mta-sts.txt;
}
# Roundcube Webmail configuration.
rewrite ^/mail$ /mail/ redirect;
rewrite ^/mail/$ /mail/index.php;