MailSuite Pro documentation

Upgrading instructions

To upgrade from previous v9 of MailSuite Pro, there's no need to reinstall the entire environment, you just need to update the web components. Backup html/data/ directory, deploy new package and bring data directory back:

curl http://afterlogic.com/download/webmail-pro-mta.zip -o webmail-pro-mta.zip
mv /opt/afterlogic/html/data /opt/afterlogic/data_bak
rm -rf /opt/afterlogic/html
unzip webmail-pro-mta.zip -d /opt/afterlogic/html
rm -rf /opt/afterlogic/html/data
mv /opt/afterlogic/data_bak /opt/afterlogic/html/data
chown -R afterlogic:afterlogic /opt/afterlogic/html/data

Then log into admin interface and run "Create/Update Tables" and "Update Configuration" tools under Database Settings screen.