Articles in this section

How to install AfterLogic WebMail in Plesk

kb: how-to

Question

How to install AfterLogic WebMail in Plesk?

Answer

Warning: The official AfterLogic instructons to install it on Plesk are not fully up to date, and does not align with latest Plesk version. Hence, deprecated Plesk functions or paths are mentioned.

AfterLogic WebMail Pro can be installed downloading the package from its official website:
AfterLogic WebMail Pro PHP

It must be installed under website's document root as below:

  1. Log into Plesk.
  2. Go to Domains > Dahsboard > Files and create a new folder under document root called webmail.
  3. Upload the downloaded file into the newly created webmail folder and extract its content.
  4. Navigate to data/settings/modules/MailSignupPlesk.config.json
  5. Edit this file as explained in the documentation here

    Configuration example

    CONFIG_TEXT: {
    "Disabled": [
    false,
    "bool",
    null,
    "Setting to true disables the module"
    ],
    "PleskHostname": [
    "example.com",
    "string",
    null,
    "Defines hostname of Plesk installation"
    ],
    "PleskAdminUser": [
    "root",
    "string",
    null,
    "Username of Plesk administrator account"
    ],
    "PleskAdminPassword": [
    "<your root password>",
    "string",
    null,
    "Password of Plesk administrator account. Will be automatically encrypted."
    ]
    }

  6. Register a new webmail in Plesk, and use https://example.com/webmail/htdocs as Webmail service URL.
  7. Select the newly added webmail in Domains > example.com > Mail > Mail Settings under Webmail section.

Additional Information

Official installation and configuration guide:
https://afterlogic.com/docs/webmail-pro

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.