Password change for hMailServer

This plugin is for the outdated version (v7) of the product.
With the current version (v8), use the plugin available here.

hMailServer is a popular free mail server for Windows, and AfterLogic WebMail can be used with it. This plugin enables password change option in user account settings, so that user can change their email account password.

Upon downloading and extracting plugin package, rename its main directory from:

plugin-hmailserver-change-password-master

to:

hmailserver-change-password

Then you'll need to deploy the plugin so that its index file is available at the following location:

data/plugins/hmailserver-change-password/index.php

To enable the plugin, add the following to array defined in data/settings/config.php file:

'plugins.hmailserver-change-password' => true,
'plugins.hmailserver-change-password.config.login' => '...',
'plugins.hmailserver-change-password.config.password' => '...'

You'll need to supply proper login and password of hMailServer administrator account.

For this to work, make sure your PHP setup has COM support enabled.