• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Webmail password problem

B

bangonline

Guest
Version 6.5.2.

Users can access Horde but are unable to change mail passwords using the icon, a 'not authorised' error message appears.

Any ideas what the problem is?

Thanks
 
First of all make sure that popassd service is working fine in the server. Webmail uses this service for changing passsword.

In the file /home/httpd/vhosts/webmail/horde/passwd//config/backends.php
change localhost with the server IP in the section shown below.

$backends['poppassd'] = array(
'name' => 'Example poppassd server',
'preferred' => '',
'password policy' => array(),
'driver' => 'poppassd',
'params' => array(
'host' => 'localhost', ===> change localhost to server IP
'port' => 106
)

It should work
 
Webmail Password issues

Port 106 needs to be open in your firewall as well....right?
 
Back
Top