Axigen 10.3.1.37

Axigen Product Updates

Release Notes

SERVER

  • Advertise GSSAPI authentication in case LDAP Bind is used for SMTP-IN (AXI-3592)
  • Fix a potential crash cause when re-sharing a shared folder (AXI-3607)
  • Improve checks when processing compressed RTF input (AXI-3711)
  • Fix an issue not showing inline images from public folders (AXI-3744)
  • Fix a cluster communication timeout (AXI-4285)
  • Fix a failure to use available storage space when necessary
  • Optimize the Search and Shared Mbox update procedure
  • Fix a typo in a format specifier that could result in a crash when compacting storage
  • Implement list, readlock, and readunlock storages commands in CLI server and domain contexts
  • Fix a potential deadlock cause related to checking temporary aliases validity
  • Fix a potential crash cause related to restoring a folder via FUSE
  • Fix a potential crash cause related to accepting specific invites from WebMail
  • Fix domain loading in case of a read-only domain storage unit
  • Various stability and performance improvements

WEBMAIL

  • Fix an XSS vulnerability (AXI-5091 • CVE-2023-40355)
  • Mobile WebMail: Escape all GET parameters in the Change Password page (AXI-4205 • CVE-2022-31470)
  • Strip any existing “Re:”, “Fw:”, “Fwd:” at the beginning of the mail composer subject (first occurrence) when replying / forwarding (AXI-3813)
  • Keep the original message type (text / HTML) when editing a draft (AXI-3623)
  • Prevent direct HTTP access for a number of public pages (AXI-4238)
  • Mobile WebMail: Transform URLs and email addresses into HTML link elements in the message view (AXI-3927)

How to Install

Use the Axigen Update Script for Linux

For your convenience, we have developed a Bash update script for single server Linux installs.

OR

Update Manually

To update to this version if you are running on Linux, please follow the step by step instructions below:

  1. Download the update above and unpack the archive.

  2. Install the Axigen binary update

    1. Run the following command:

      ps aux | grep axigen


      and make sure the path of the current binary is /opt/axigen/bin/axigen

    2. Stop the Axigen service

    3. Use the command ps aux | grep axigen again to confirm that the service is stopped.

    4. Rename the current Axigen binary — /opt/axigen/bin/axigen — to something else; for example axigen-bak

    5. Copy the downloaded binary to /opt/axigen/bin/

    6. Make the new binary executable:

      chmod +x /opt/axigen/bin/axigen

    7. Set the same permissions and ownership on the current binary as the old one

    8. Start the Axigen service

    9. Use the commands:

      ps aux | grep axigen


      and

      /opt/axigen/bin/axigen --version


      to confirm that the new binary is used.


  3. Install the Axigen WebMail and WebAdmin updates

    1. Stop the Axigen service

    2. Rename the current Axigen WebMail and WebAdmin in /var/opt/axigen/ to something else; for example webmail-bak and webadmin-bak, respectively

    3. Unpack the WebMail and WebAdmin tar.gz archives:

      tar xfz webmail-x.x.x.x.x.tar.gz

      tar xfz webadmin-x.x.x.x.x.tar.gz

    4. Copy the resulting WebMail and WebAdmin directories to /var/opt/axigen/

    5. Recursively set the ownership on the directories to the axigen system user with the commands:

      chown -R axigen:axigen /var/opt/axigen/webmail

      chown -R axigen:axigen /var/opt/axigen/webadmin

    6. Start the Axigen service

How to Install

Use the Axigen update script for Windows

For your convenience, we have developed a PowerShell update script for Windows installs.

OR

Update Manually

To update to this version if you are running on Windows, please follow the step by step instructions below:

  1. Download the update above and unpack the archive.

  2. Install the Axigen binary update

    1. Stop the Axigen service

    2. Rename the current Axigen binary — C:\Program Files\Axigen Mail Server\bin\axigen.exe — to something else; for example axigen-exe.bak

    3. Copy the downloaded binary to C:\Program Files\Axigen Mail Server\bin

    4. Start the Axigen service


  3. Install the Axigen WebMail and WebAdmin updates

    1. Stop the Axigen service

    2. Rename the current Axigen WebMail and WebAdmin in C:\Program Files\Axigen Mail Server to something else; for example webmail-bak and webadmin-bak, respectively

    3. Unpack the WebMail and WebAdmin zip archives

    4. Copy the resulting WebMail and WebAdmin directories to C:\Program Files\Axigen Mail Server

    5. Start the Axigen service