Просмотр исходного кода

Merge branch 'master' of github.com:serghey-rodin/vesta

Malishev Dmitry 11 лет назад
Родитель
Сommit
7991911799
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      bin/v-delete-remote-dns-domain
  2. 1 1
      bin/v-suspend-web-domain
  3. 1 1
      install/rhel/roundcube-main.conf

+ 1 - 1
bin/v-delete-remote-dns-domain

@@ -49,7 +49,7 @@ old_ifs="$IFS"
 IFS=$'\n'
 
 # Starting cluster loop
-for cluster_str in $(grep SUSPENDED='no' $VESTA/conf/dns-cluster.conf); do
+for cluster_str in $(grep "SUSPENDED='no'" $VESTA/conf/dns-cluster.conf); do
 
     # Get host values
     eval $cluster_str

+ 1 - 1
bin/v-suspend-web-domain

@@ -73,7 +73,7 @@ fi
 
 # Checking proxy SSL
 if [ ! -z "$PROXY" ] && [ "$SSL" = 'yes' ]; then
-    tpl_file="$WEBTPL/$PROXY_SSL/$PROXY.stpl"
+    tpl_file="$WEBTPL/$PROXY_SYSTEM/$PROXY.stpl"
     conf="$HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf"
     del_web_config
     add_web_config

+ 1 - 1
install/rhel/roundcube-main.conf

@@ -439,7 +439,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
 $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
 
 // automatically create the above listed default folders on first login
-$rcmail_config['create_default_folders'] = false;
+$rcmail_config['create_default_folders'] = true;
 
 // protect the default folders from renames, deletes, and subscription changes
 $rcmail_config['protect_default_folders'] = true;