mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
7991911799
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue