diff --git a/run.py b/run.py index edd5720..4ff721c 100755 --- a/run.py +++ b/run.py @@ -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 \n" - " IN MX {}.\n".format( + " @ IN MX {}.\n".format( args.domain, hostname.replace(".{}".format(args.domain), ""), hostname