1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

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

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;