Plesk
To turn on-off IP Checking in Horde (plesk, linux)
Dec 22nd
You will need shell / root access to your server running Plesk, if you do not have shell / root access then you will need to ask your server hosts to make the changes.
Edit:
usr/share/psa-horde/config/conf.php
Set the following line to false:
change: $conf['auth']['checkip'] = true; to $conf['auth']['checkip'] = false;
User is unable to change password in horde (plesk – linux)
Dec 21st
Error
Warning: fsockopen(): unable to connect to localhost:106 in /home/httpd/vhosts/webmail/horde/passwd/lib/Driver/poppassd.php on line 34 Failure in changing password : Connection refused
Fix
You need to edit poppassd_psa and remove the line “disable = yes”![]()
> vi /etc/xinetd.d/poppassd_psa
Then restart the xinetd service
> service xinetd restart
Notes:
http://kb.parallels.com/en/806
There may also be a firewall issue and port 106 needs opening.