dingle@its:/usr/home/derek# pico /usr/local/psa/etc/psa-horde/imp/
conf.php filter.txt menu.php motd.php servers.php
conf.xml header.txt mime_drivers.php prefs.php trailer.txt
dingle@its:/usr/home/derek# pico /usr/local/psa/etc/psa-horde/imp/
That servers.php file and the directory you say it should be in doesn't exist.
When tailing the MAILLOG:
Apr 28 20:29:05 its imapd: Connection, ip=[127.0.0.1]
Apr 28 20:29:05 its imapd: IMAP connect from @ [127.0.0.1]INFO: LOGIN, user=comments, ip=[127.0.0.1], protocol=IMAP
Apr 28 20:29:10 its qmail: 1146270550.045958 starting delivery 17861: msg 1071759 to remote
postmaster@its.inter5.org
Apr 28 20:29:10 its qmail: 1146270550.046554 status: local 0/10 remote 1/20
Apr 28 20:29:10 its qmail: 1146270550.050095 delivery 17861: deferral: Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
Apr 28 20:29:10 its qmail: 1146270550.050557 status: local 0/10 remote 0/20
Apr 28 20:29:14 its qmail: 1146270554.069580 starting delivery 17862: msg 1068410 to remote
postmaster@its.inter5.org
Apr 28 20:29:14 its qmail: 1146270554.070161 status: local 0/10 remote 1/20
Apr 28 20:29:14 its qmail: 1146270554.073634 delivery 17862: deferral: Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
Apr 28 20:29:14 its qmail: 1146270554.074089 status: local 0/10 remote 0/20
Apr 28 20:29:16 its qmail: 1146270556.085750 starting delivery 17863: msg 1073963 to remote
postmaster@its.inter5.org
Apr 28 20:29:16 its qmail: 1146270556.086342 status: local 0/10 remote 1/20
...view
http://inter5.org/maillog-tail.txt to see the whole dump output from maillog.
Yes, php and IMAP are on the same box.
horde.conf (top portion, its the default one, not edited)
$conf['debug_level'] = E_ERROR;
$conf['max_exec_time'] = 0;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['session']['name'] = 'Horde3';
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/';
$conf['sql']['persistent'] = false;
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'horde';
$conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';