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 by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
0.9.7-18
0.9.7-18
*** WHATS NEW in 0.9.7-18 ****
One screenshot represents 3 features:
We are happy to introduce a new WHMCS Module which has been sponsored by our friends from wexsolutions.com
Exim Whitelist
Additionally we have build new exim configuration with whitelist support. Here is guide how to install it:
-------------------------------------------------------------------------------------------------------------------------------
if you faced any other issue please open new topic, this one is for notification only.
One screenshot represents 3 features:
- New html code
Submenu is now perfectly aligned with buttons and dropdown dialog box - IP Owner is shown
Now you can see who is ip owner without editing ip address. - Reread IP Addresses
This function can be helpful if server ip has been changed. Run reread and ip address will appear in the control panel.
- Fix for missing package names begin with numbers
- Fixed bug on ip removal
- Fix for shell change in package
- Fix for broken dns unsuspend function
- Improved traffic calc function
- Fixed incomplete mail account listing bug
We are happy to introduce a new WHMCS Module which has been sponsored by our friends from wexsolutions.com
Exim Whitelist
Additionally we have build new exim configuration with whitelist support. Here is guide how to install it:
Code: Select all
# Download new exim configuration
wget http://c.vestacp.com/0.9.7/exim.conf -O /etc/exim/exim.conf
# Create whitelist file
/etc/exim/white-blocks.conf
# Restart exim
service exim restart
# Add customer ip for example 192.168.7.5
echo 192.168.7.5 >> /etc/exim/white-blocks.conf
-------------------------------------------------------------------------------------------------------------------------------
if you faced any other issue please open new topic, this one is for notification only.