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:
- Log into Plesk.
- Go to Domains > Dahsboard > Files and create a new folder under document root called webmail.
- Upload the downloaded file into the newly created webmail folder and extract its content.
- Navigate to
data/settings/modules/MailSignupPlesk.config.json -
Edit this file as explained in the documentation here
Configuration exampleCONFIG_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."
]
} -
Register a new webmail in Plesk, and use
https://example.com/webmail/htdocsas Webmail service URL. - 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
Comments
Please sign in to leave a comment.