From 79f8a3c2b5dd3e43f69c7493682db2ca9142869f Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 7 Jan 2021 16:51:05 +0100 Subject: [PATCH] [Config] Remove 0.0.0.0 example --- generate_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_config.sh b/generate_config.sh index 52670300..5fb9858d 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -156,7 +156,7 @@ HTTPS_BIND= # Other bindings # ------------------------------ # You should leave that alone -# Format: 11.22.33.44:25 or 0.0.0.0:465 etc. +# Format: 11.22.33.44:25 or 12.34.56.78:465 etc. SMTP_PORT=25 SMTPS_PORT=465