Skip to content

Commit a023dad

Browse files
author
Kristan Kenney
committed
Add subdomain/alias information to v-list-sys-config
1 parent 6652818 commit a023dad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/v-list-sys-config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ shell_list() {
8686
fi
8787
echo
8888
if [ ! -z "$WEBMAIL_ALIAS" ]; then
89-
echo "Web Mail: hostname + $WEBMAIL_ALIAS"
89+
echo "Webmail (subdomain): $WEBMAIL_ALIAS.domain.tld"
90+
echo "Webmail (alias): hostname/$WEBMAIL_ALIAS"
9091
fi
9192
fi
9293
if [ ! -z "$DB_SYSTEM" ]; then

0 commit comments

Comments
 (0)