To reinstall Horde, preserving the existing database, you can use the following:
/usr/local/cpanel/bin/update-horde --force
When using your cpanelusername@domain.tld account, the account needs to be able to receive mail, as well as send. If you login to your main account via webmail, and see the following errors posted, you’ll want to confirm that the address is permitted to receive mail.
Horde shows:
There was an error sending your message: Failed to add recipient: recipient@targetrecipient.com [SMTP: Invalid response code received from server (code: 550, response: Verification failed for
/var/log/exim_mainlog shows:
2010-03-28 18:47:46 H=localhost (userdomain.com) [127.0.0.1] sender verify fail for
2010-03-28 18:47:46 H=localhost (userdomain.com) [127.0.0.1] F=
99.99999% of the time, you’ll see this issue when the Default Address is set to “fail”, making it unrouteable. In cPanel > Default Account, set the catch-all account to forward to another email address, and you’ll be all set.
# cat /etc/valiases/userdomain.com
*: ":fail: No Such User Here"
Such a setting would tell the server that the account doesn’t exist, causing the Sender Verify error.
Fatal error: Call to undefined method Registry::hasInterface() in
/usr/local/cpanel/base/horde/config/prefs.php on line 134
If you are using the Turkish language in Horde, you may want to utilize English, if at all possible, due to a bug in PHP 5.2 which will not be resolved until PHP 6.
http://bugs.php.net/bug.php?id=35050