How to Install WebMail / WebAdmin Patched Pages

This article describes how to install WebMail / WebAdmin patched pages.

Solution

To install the WebMail / WebAdmin patched pages, use the below procedure:

  1. Download and extract the new WebMail and WebAdmin archives from the provided links
  2. Stop the Axigen service

    You can find a full description on how to stop / start the Axigen service here

  3. Rename the current WebMail directory available at <path_to_work_dir>/webmail to a different name, for example webmail-release
  4. Move the webmail directory extracted from the archive to <path_to_work_dir>
  5. 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
  6. Rename the current webadmin directory available at <path_to_work_dir>/webadmin to a different name, for example webadmin-release
  7. Move the webadmin directory extracted from the archive to <path_to_work_dir>
  8. 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
  9. 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
OS: LinuxWindows