From cac6c1e7f76ff2cd52aeb562a56b95d75dd6ff6e Mon Sep 17 00:00:00 2001 From: Ntdi Date: Sun, 12 Feb 2023 17:13:35 -0500 Subject: [PATCH] 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. --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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