• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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