mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-17 01:07:59 +02:00
punycoded hostname and some comments/documentation changes
This commit is contained in:
@@ -126,6 +126,9 @@ chmod a+r /var/lib/mailinabox/mozilla-autoconfig.xml
|
||||
# nginx configuration at /.well-known/mta-sts.txt
|
||||
# more documentation is available on:
|
||||
# https://www.uriports.com/blog/mta-sts-explained/
|
||||
# default mode is "testing", which means: "Messages will be delivered as
|
||||
# though there was no failure but a report will be sent if TLS-RPT is configured"
|
||||
# other valid modes are: "enforce" and "none".
|
||||
PUNY_PRIMARY_HOSTNAME=$(echo "$PRIMARY_HOSTNAME" | idn2)
|
||||
cat conf/mta-sts.txt \
|
||||
| sed "s/MODE/$MTA_STS/" \
|
||||
|
||||
Reference in New Issue
Block a user