Make DNS understaind easier for users

This simple change makes it easier for new users to add the DNS records they need for there Modoboa installation.
This commit is contained in:
Ntdi
2023-02-12 17:13:35 -05:00
committed by GitHub
parent 63d92b73f3
commit cac6c1e7f7

2
run.py
View File

@@ -42,7 +42,7 @@ def installation_disclaimer(args, config):
"Before you start the installation, please make sure the following "
"DNS records exist for domain '{}':\n"
" {} IN A <IP ADDRESS OF YOUR SERVER>\n"
" IN MX {}.\n".format(
" @ IN MX {}.\n".format(
args.domain,
hostname.replace(".{}".format(args.domain), ""),
hostname