[imp] CVS HEAD and Cyrus
AJ
aj at mindcrash.com
Wed Apr 7 15:52:54 PDT 2004
Hello,
I have been playing with Cyrus imapd and I am having an issue w/ CVS
HEAD of horde and imp. I am running latest HEAD and everytime I log
into imp, there is about a 10-15 second delay loading the inbox. I also
see this delay if I delete any messages, or do any other type of mailbox
updating. This delay is not present in standard imap clients, as well
as the Squirrelmail web based email client. Has anyone seen anything
like this? Here is my servers.php:
$servers['cyrus'] = array(
'name' => 'Cyrus IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => 'xxx.com',
'smtphost' => 'localhost',
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'cyrus',
'params' => array(
'login' => 'cyrus',
'password' => 'xxx',
// The 'userhierarchy' parameter defaults to 'user.'
// If you are using a nonstandard hierarchy for personal
// mailboxes, you will need to set it here.
'userhierarchy' => ''
)
),
'acl' => array(
'driver' => 'rfc2086',
),
'dotfiles' => false,
'hierarchies' => array());
Thanks.
AJ
More information about the imp
mailing list