[imp] cyrus/imp/horde CVS as of today

Joakim Ryden jo@our-own.net
Sat, 4 May 2002 01:09:05 -0700 (PDT)


hey folks -

i just got the latest cvs sources of horde/imp and am trying to get things
to work with cyrus (the cyrus server works from all clients so far). trying
to log in i get no errors in horde.log, i get this a lot of this in
imapd.log:
imapd[21249]: accepted connection

and then nothing else - not like when logging in from other clients in which
case i get:

imapd[21249]: accepted connection
imapd[21249]: login: www.cool.local[10.0.0.1] jo plaintext
imapd[21249]: open: user jo opened INBOX

when i log in through horde it appears to accept my username/password and
then i get a "the document contains no data" error. my config entry for the
mailserver looks like:

$servers['cyrus'] = array(
    'name' => 'My IMAP Server',
    'server' => '10.0.0.1',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'domain.net',
    'realm' => 'mail.domain.net',
    'preferred' => ''
);

help???

--Jo