• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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