Browse Source

Add subdomain/alias information to v-list-sys-config

Kristan Kenney 6 years ago
parent
commit
a023daddc2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      bin/v-list-sys-config

+ 2 - 1
bin/v-list-sys-config

@@ -86,7 +86,8 @@ shell_list() {
         fi
         echo
         if [ ! -z "$WEBMAIL_ALIAS" ]; then
-            echo "Web Mail:       hostname + $WEBMAIL_ALIAS"
+            echo "Webmail (subdomain):       $WEBMAIL_ALIAS.domain.tld"
+            echo "Webmail (alias):        hostname/$WEBMAIL_ALIAS"
         fi
     fi
     if [ ! -z "$DB_SYSTEM" ]; then