1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-24 19:07:23 +01:00

initial change for mta-sts support in mailinabox

This commit is contained in:
A. Schippers
2020-02-27 21:58:27 +01:00
parent 30c2c60f59
commit f250165ad4
5 changed files with 35 additions and 0 deletions

4
conf/mta-sts.txt Normal file
View File

@@ -0,0 +1,4 @@
version: STSv1
mode: testing
mx: PRIMARY_HOSTNAME
max_age: 86400

View File

@@ -21,6 +21,9 @@
location = /mail/config-v1.1.xml {
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;