File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,6 @@ rebuild_dns_domain_conf() {
439439
440440# MAIL domain rebuild
441441rebuild_mail_domain_conf () {
442- get_domain_values ' web'
443442 get_domain_values ' mail'
444443
445444 if [[ " $domain " = * [! [:ascii:]]* ]]; then
@@ -505,20 +504,11 @@ rebuild_mail_domain_conf() {
505504 del_mail_ssl_config
506505 add_mail_ssl_config
507506
508- add_webmail_config ' $WEB_SYSTEM' ' default.stpl'
509-
510507 # Update counters
511508 update_object_value ' mail' ' DOMAIN' " $domain " ' $SSL' " yes"
512509 U_MAIL_SSL=$(( U_MAIL_SSL + 1 ))
513510 fi
514511
515- # Add webmail configuration
516- if [ ! -z " $WEB_SYSTEM " ]; then
517- add_webmail_config ' $WEB_SYSTEM' ' default.tpl'
518- fi
519- if [ ! -z " PROXY_SYSTEM" ]; then
520- add_webmail_config ' PROXY_SYSTEM' ' default.tpl'
521- fi
522512 fi
523513
524514 # Rebuild domain accounts
You can’t perform that action at this time.
0 commit comments