We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
0.9.7-14
0.9.7-14
*** WHATS NEW in 0.9.7-14 ****
Scrolling area visibility
There is a thin yellow line that indicate scrolling area border.

Full emailbox on edit page

Uppercase arguments in cli help
To improve readability command line arguments listed in uppercase. Thanks to diimpp
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.

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

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:
----------------------------------------------------------------
To update control panel run:
if you faced any issue please open new topic, this one is for notification only.
Scrolling area visibility
There is a thin yellow line that indicate scrolling area border.

Full emailbox on edit page

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]
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.

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

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