[Tickets #7050] Re: httpd segfaults with sidebar.php
bugs at horde.org
bugs at horde.org
Tue Jul 15 21:29:38 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7050
------------------------------------------------------------------------------
Ticket | 7050
Updated By | horde at olen.net
Summary | httpd segfaults with sidebar.php
Queue | IMP
Version | HEAD
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
horde at olen.net (2008-07-15 17:29) wrote:
I turned on some more debug in horde, and there seems to be a problem
with the imap-config.
I'm getting these in my debug.log:
Jul 15 23:24:03 HORDE [debug] [imp] IMAP errors: Can't open mailbox
{/}: invalid remote specification Can't open mailbox {/}: invalid
remote specification Can't open mailbox {/}: invalid remote
specification Can't open mailbox {/}: invalid remote specification
Can't open mailbox {/}: invalid remote specification [pid 6125 on line
184 of "/usr/share/horde/imp/lib/IMAP.php"]
Just to be sure, I tested http://server/imp/test.php and entering my
server name and login-info there worked fine.
imp/config/servers.php only contains
# 'server' => 'mail.olen.net',
# 'protocol' => 'imap/notls',
# 'port' => 143,
$servers['imap'] = array(
'name' => 'Lupus',
'server' => 'mail.olen.net',
'protocol' => 'imap/tls/novalidate-cert',
'port' => '143',
'hordeauth' => true,
'maildomain' => 'olen.net',
'smtphost' => 'smtp.nytt.no',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
);
(I tested both notls and tls/novalidate-cert but to no avail).
More information about the bugs
mailing list