Posts tagged Horde
There was an error deleting messages from the folder “Inbox”. This is what the server said: [TRYCREATE] Mailbox does not exist.’
Apr 14th
![]()
If you ever get this error message while trying to delete emails in horde:
Click on image to enlarge
This issue is normally caused when you have switched on “When deleting messages, move them to your Trash folder instead of marking them as deleted?” in Horde IMP preferences under “mail”-> “Options” -> “Deleting and Moving Messages”. Please seen the screen shot below:
Click on image to enlarge
When the “Deleting and Moving Messages” options appear double check that there is a tick next too “When deleting messages, move them to your Trash folder instead of marking them as deleted?”. If there is then you need to create a trash folder by clicking the drop down box under “Trash folder:” and selected “create new trash folder”. You will then be prompted for a folder name. Enter the name and click ok, reference the screen shot below:
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.
