Page 1 of 1

0.9.7-18

Posted: Wed Feb 27, 2013 11:51 am
by skid
*** WHATS NEW in 0.9.7-18 ****

Image
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.
BUGFIXES:
  • 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
WHMCS
We are happy to introduce a new WHMCS Module which has been sponsored by our friends from wexsolutions.com
Image


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.