We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29db56 commit 52ea2eaCopy full SHA for 52ea2ea
2 files changed
bin/v-add-mail-domain-ssl
@@ -79,9 +79,6 @@ increase_user_value "$user" '$U_MAIL_SSL'
79
# Set SSL as enabled in configuration
80
update_object_value 'mail' 'DOMAIN' "$domain" '$SSL' "yes"
81
82
-
83
84
85
#----------------------------------------------------------#
86
# Hestia #
87
bin/v-delete-mail-domain-ssl
@@ -42,11 +42,6 @@ is_object_value_exist 'mail' 'DOMAIN' "$domain" '$SSL'
42
# Delete mail domain SSL configuration
43
del_mail_ssl_config
44
45
-# Delete SSL webmail configuration
46
-if [ ! -z "$WEB_SYSTEM" ]; then
47
- del_webmail_ssl_config
48
-fi
49
50
51
52
0 commit comments