Password change via POPPASSD
This plugin is for the outdated version (v7) of the product.
With the current version (v8), use the plugin available
here.
This plugin enables password change feature for AfterLogic WebMail, so that user can change their email account password from within WebMail account settings area. For this to work, system must run POPPASSD service. Some systems (Plesk, for example) have it available out-of-box, and it usually runs on port 106.
The plugin is shipped with WebMail package and found under data/examples/plugins directory, it can also be downloaded separately.
Upon downloading and extracting plugin package, rename its main directory from:
plugin-poppassd-change-password-master
to:
poppassd-change-password
Then you'll need to deploy the plugin so that its index file is available at the following location:
data/plugins/poppassd-change-password/index.php
To enable the plugin, add the following to array defined in data/settings/config.php file:
'plugins.poppassd-change-password' => true,
By default, WebMail uses the following host and port to access POPPASSD service: 127.0.0.1:106
Those data can be altered in the same data/settings/config.php file, for instance:
'plugins.poppassd-change-password.config.host' => "127.0.0.1",
'plugins.poppassd-change-password.config.port' => 107,