From 084142cdae0426c8caa1997c87cfc30d98ee51a2 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 23 Jan 2015 22:47:35 +0200 Subject: [PATCH 1/3] Create default imap folders --- install/rhel/roundcube-main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/roundcube-main.conf b/install/rhel/roundcube-main.conf index 14122d5f1..a6e1fc2ee 100644 --- a/install/rhel/roundcube-main.conf +++ b/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; From 164450634a783492fd85fae72846f02971291b7b Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 30 Jan 2015 00:01:38 +0200 Subject: [PATCH 2/3] Fix for domain deletition on remote node --- bin/v-delete-remote-dns-domain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-delete-remote-dns-domain b/bin/v-delete-remote-dns-domain index 9d5bb1547..1ba782dbc 100755 --- a/bin/v-delete-remote-dns-domain +++ b/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 From 9a84ee4cca719943c3bb1db717a693c3294feaa3 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 2 Feb 2015 22:30:42 +0200 Subject: [PATCH 3/3] PROXY_SYSTEM instead of PROXY_SSL fixes #305 --- bin/v-suspend-web-domain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-suspend-web-domain b/bin/v-suspend-web-domain index 7634e5fa5..4661cf017 100755 --- a/bin/v-suspend-web-domain +++ b/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