We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6652818 commit a023dadCopy full SHA for a023dad
bin/v-list-sys-config
@@ -86,7 +86,8 @@ shell_list() {
86
fi
87
echo
88
if [ ! -z "$WEBMAIL_ALIAS" ]; then
89
- echo "Web Mail: hostname + $WEBMAIL_ALIAS"
+ echo "Webmail (subdomain): $WEBMAIL_ALIAS.domain.tld"
90
+ echo "Webmail (alias): hostname/$WEBMAIL_ALIAS"
91
92
93
if [ ! -z "$DB_SYSTEM" ]; then
0 commit comments