From 0d17caccfea124e109e49d3c0e29e77429b8b298 Mon Sep 17 00:00:00 2001 From: David Duque Date: Mon, 13 Apr 2020 01:07:16 +0100 Subject: [PATCH] Downgrade port 25 blockage error to warn; mention SMTP relays --- management/status_checks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/management/status_checks.py b/management/status_checks.py index a9d0595c..4e599887 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -278,9 +278,9 @@ def run_network_checks(env, output): if ret == 0: output.print_ok("Outbound mail (SMTP port 25) is not blocked.") else: - output.print_error("""Outbound mail (SMTP port 25) seems to be blocked by your network. You - will not be able to send any mail. Many residential networks block port 25 to prevent hijacked - machines from being able to send spam. A quick connection test to Google's mail server on port 25 + output.print_warning("""Outbound mail (SMTP port 25) seems to be blocked by your network. You + will not be able to send any mail without a SMTP relay. Many residential networks block port 25 to prevent + hijacked machines from being able to send spam. A quick connection test to Google's mail server on port 25 failed.""") # Stop if the IPv4 address is listed in the ZEN Spamhaus Block List.