mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 01:44:38 +00:00
MTA-STS: the HTTPS route needs to be mta-sts.@ not _mta-sts
This commit is contained in:
@@ -297,7 +297,7 @@ def deploy_chatmail(mail_domain: str, mail_server: str, dkim_selector: str) -> N
|
||||
)
|
||||
|
||||
# Deploy acmetool to have TLS certificates.
|
||||
deploy_acmetool(nginx_hook=True, domains=[mail_server])
|
||||
deploy_acmetool(nginx_hook=True, domains=[mail_server, f"mta-sts.{mail_server}"])
|
||||
|
||||
apt.packages(
|
||||
name="Install Postfix",
|
||||
|
||||
Reference in New Issue
Block a user