Solution
To install the WebMail / WebAdmin patched pages, use the below procedure:
- Download and extract the new WebMail and WebAdmin archives from the provided links
- Stop the Axigen service
You can find a full description on how to stop / start the Axigen service here
- Rename the current WebMail directory available at <path_to_work_dir>/webmail to a different name, for example webmail-release
- Move the webmail directory extracted from the archive to <path_to_work_dir>
- Recursively set the ownership on the directory to the axigen system user with the command (not required for Windows):
chown -R axigen:axigen <path_to_work_dir>/webmail
- Rename the current webadmin directory available at <path_to_work_dir>/webadmin to a different name, for example webadmin-release
- Move the webadmin directory extracted from the archive to <path_to_work_dir>
- Recursively set the ownership on the directory to the axigen system user with the command (not required for Windows):
chown -R axigen:axigen <path_to_work_dir>/webadmin
- Start the Axigen service
We recommend you to clear the browser cache before navigating the updated pages
The Axigen <path_to_work_dir> depends on your operating system:
- /var/opt/axigen — for Linux
- C:\Program Files\Axigen Mail Server — for Windows