[imp] Problem with Folders Listing in IMP 4.0.3 with Cyrus 2.1.18
Federico Sevilla III
jijo at free.net.ph
Sat Apr 23 03:24:42 PDT 2005
Hi,
I am using Horde 3.0.4 and IMP 4.0.3 on a Debian GNU/Linux Sarge
machine. IMAP server is Cyrus 2.1.18, with "unixhierarchysep: yes" in
/etc/imapd.conf to allow us to use dots in the usernames (implication:
delimiter is /). PHP is 4.3.10, and c-client is libc-client2002edebian.
Connections go through imapproxy 1.2.2+1.2.3rc2.
My problem is that the Folders page does not show any folders except the
inbox. The folders drop-down above works, though. I also notice that
setting the Drafts and Trash folders "works" (I can pick preferred
drafts and trash folders) but after saving they return to the default
"Create a new Drafts/Trash folder". When I checked I saw that the
preferences are saved in the PostgreSQL database, though.
My horde/imp/config/servers.php is as follows:
$servers['mailserver'] = array(
'name' => 'mailserver',
'server' => 'localhost',
'hordeauth' => 'full',
'protocol' => 'imap',
'port' => 144,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => '',
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'admin' => array(
'params' => array(
'login' => 'cyrus',
'password' => '*********',
// The 'userhierarchy' parameter defaults to 'user.'
// If you are using a nonstandard hierarchy for personal
// mailboxes, you will need to set it here.
'userhierarchy' => 'user/',
// Although these defaults are normally all that is required,
// you can modify the following parameters from their default
// values.
'protocol' => 'imap/notls',
'hostspec' => 'localhost',
'port' => 144
)
),
'quota' => array(
'driver' => 'cyrus',
'params' => array(
'login' => 'cyrus',
'password' => '*********',
// The 'userhierarchy' parameter defaults to 'user.'
// If you are using a nonstandard hierarchy for personal
// mailboxes, you will need to set it here.
'userhierarchy' => 'user/',
// Although these defaults are normally all that is required,
// you can modify the following parameters from their default
// values.
'protocol' => 'imap/notls',
'hostspec' => 'localhost',
'port' => 144
)
),
'acl' => array(
'driver' => 'rfc2086',
),
'dotfiles' => false,
'hierarchies' => array());
Any input on how to fix this problem? Is it a bug in IMP, or is my setup
misconfigured?
Thanks a lot in advance.
--> Jijo
--
Federico Sevilla III : jijo.free.net.ph : When we speak of free software
GNU/Linux Specialist : GnuPG 0x93B746BE : we refer to freedom, not price.
More information about the imp
mailing list