Page 1 of 1

0.9.7-14

Posted: Tue Jan 08, 2013 8:58 pm
by skid
*** WHATS NEW in 0.9.7-14 ****

Scrolling area visibility
There is a thin yellow line that indicate scrolling area border.
Image

Full emailbox on edit page
Image

Uppercase arguments in cli help
To improve readability command line arguments listed in uppercase. Thanks to diimpp

Code: Select all

[root@test ~]# v-add-web-domain
Error: not enought arguments
Usage: v-add-web-domain USER DOMAIN IP [TEMPLATE] [RESTART]
Domain name in dns records/mail account listing
There is a frame with domain name you currently viewing. This will help you to understand where are you at even you returned to your desk after good lunch.
Image


Number of records on list dns record/list mail accounts buttons
Image


Send Database credentials to email
When creating new database you can send database/username/password/host to email.


Webmail password change
Now email users can change their password using webmail interface. To enable this functionality run following commands:

Code: Select all

# Download driver
wget "http://c.vestacp.com/0.9.7/roundcube-driver.php" -O /usr/share/roundcubemail/plugins/password/drivers/vesta.php

# Download drver config
wget "http://c.vestacp.com/0.9.7/roundcube-pw.conf" -O /usr/share/roundcubemail/plugins/password/config.inc.php

# Enable password change plugin
echo -e "<?php\n\$rcmail_config['plugins'] = array('password');\n?>" >> /etc/roundcubemail/main.inc.php 

----------------------------------------------------------------
To update control panel run:

Code: Select all

yum update vesta
if you faced any issue please open new topic, this one is for notification only.