Browse Source

[Config] Clarification about mailcow_hostname

andryyy 6 years ago
parent
commit
64382c7ece
1 changed files with 1 additions and 1 deletions
  1. 1 1
      generate_config.sh

+ 1 - 1
generate_config.sh

@@ -26,7 +26,7 @@ fi
 
 
 echo "Press enter to confirm the detected value '[value]' where applicable or enter a custom value."
 echo "Press enter to confirm the detected value '[value]' where applicable or enter a custom value."
 while [ -z "${MAILCOW_HOSTNAME}" ]; do
 while [ -z "${MAILCOW_HOSTNAME}" ]; do
-  read -p "Hostname (FQDN): " -e MAILCOW_HOSTNAME
+  read -p "Mail server hostname (FQDN) - this is not your mail domain, but your mail servers hostname: " -e MAILCOW_HOSTNAME
   DOTS=${MAILCOW_HOSTNAME//[^.]};
   DOTS=${MAILCOW_HOSTNAME//[^.]};
   if [ ${#DOTS} -lt 2 ] && [ ! -z ${MAILCOW_HOSTNAME} ]; then
   if [ ${#DOTS} -lt 2 ] && [ ! -z ${MAILCOW_HOSTNAME} ]; then
     echo "${MAILCOW_HOSTNAME} is not a FQDN"
     echo "${MAILCOW_HOSTNAME} is not a FQDN"