
Originally Posted by
welo
I just tried this fix and still no love. I don't use Horde but apparently a few of my clients do. I told them to use SquirrelMail until it gets sorted out. That seems to be working. This is all after moving everything to a brand new box btw.
When all else failing, enabling Horde logging and check all Courier related logs.
To enable Horde Logging:
Code:
cd /usr/local/cpanel/base/horde/config
Edit conf.php Change: $conf['log']['enabled'] = false; to conf['log']['enabled'] = true;
Change: $conf['log']['priority'] = PEAR_LOG_WARN; to $conf['log']['priority'] = PEAR_LOG_DEBUG;
Save the file and login/use Horde. A log file is generated in /tmp
When done, don't forget to disable logging.