mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
Added decription as to what postfix-mta-sts-resolver does
This commit is contained in:
parent
f7de8ebffc
commit
3c3bc5aeb2
@ -230,7 +230,9 @@ max_age: 86400
|
|||||||
EOF
|
EOF
|
||||||
chmod a+r /var/lib/mailinabox/mta-sts.txt
|
chmod a+r /var/lib/mailinabox/mta-sts.txt
|
||||||
|
|
||||||
# install the postfix MTA-STS resolver
|
# install the postfix MTA-STS resolver. the MTA-STS resolver service is
|
||||||
|
# used by Postfix to ensure outgoing mail uses TLS when the recipient
|
||||||
|
# announces MTA-STS.
|
||||||
hide_output /usr/bin/pip3 install postfix-mta-sts-resolver
|
hide_output /usr/bin/pip3 install postfix-mta-sts-resolver
|
||||||
# add a user to use solely for MTA-STS resolution
|
# add a user to use solely for MTA-STS resolution
|
||||||
id -u mta-sts &>/dev/null || useradd -c "Daemon for MTA-STS policy checks" mta-sts -s /usr/sbin/nologin
|
id -u mta-sts &>/dev/null || useradd -c "Daemon for MTA-STS policy checks" mta-sts -s /usr/sbin/nologin
|
||||||
|
Loading…
Reference in New Issue
Block a user