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 6c0c403 commit ec6bcbaCopy full SHA for ec6bcba
bin/v-add-webmail
@@ -65,7 +65,7 @@ if [ ! -z "$PROXY_SYSTEM" ]; then
65
fi
66
67
# Enable SSL for webmail if available
68
-if [ -f $HOMEDIR/$user/conf/mail/$domain/ssl/$domain.crt ]; then
+if [ -f $HOMEDIR/$user/conf/mail/$domain/ssl/$domain.crt ] || [ $SSL = 'yes' ]; then
69
if [ ! -z "$WEB_SYSTEM" ]; then
70
add_webmail_config "$WEB_SYSTEM" "default.stpl"
71
0 commit comments