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:
2
run.py
2
run.py
@@ -42,7 +42,7 @@ def installation_disclaimer(args, config):
|
|||||||
"Before you start the installation, please make sure the following "
|
"Before you start the installation, please make sure the following "
|
||||||
"DNS records exist for domain '{}':\n"
|
"DNS records exist for domain '{}':\n"
|
||||||
" {} IN A <IP ADDRESS OF YOUR SERVER>\n"
|
" {} IN A <IP ADDRESS OF YOUR SERVER>\n"
|
||||||
" IN MX {}.\n".format(
|
" @ IN MX {}.\n".format(
|
||||||
args.domain,
|
args.domain,
|
||||||
hostname.replace(".{}".format(args.domain), ""),
|
hostname.replace(".{}".format(args.domain), ""),
|
||||||
hostname
|
hostname
|
||||||
|
|||||||
Reference in New Issue
Block a user