... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... Welcome!!! Links: car insurance : [http://www.insurance-top.com auto insurance] - [HTTP://www.insurance-top.com auto insurance] : [Insurance car|http://www.insurance-top.com] - [Insurance car|HTTP://www.insurance-top.com] : http://www.insurance-top.com/auto/ : [[http://www.insurance-top.com insurance quote]] : [[http://www.insurance-top.com | home insurance]] : "cars insurance" http://www.insurance-top.com : [http://www.insurance-top.com|insurance auto] + Cyrus IMAP Specific IMP Config
There are a couple of gotchas to watch out for when configuring Horde IMP to work with Cyrus IMAP.
++ Virtual Hosts
When using Cyrus configured for virtual hosts, and the standard IMP config, folder handling appears to be broken.
To make virtual hosts work with Cyrus you had to put {{unixhierarchysep: yes}} in your imapd.conf - you already knew that part, right? ;)
Given this, a change is required in the {{imp/config/servers.php}} file: edit that file and make sure you use a slash (/) after the 'INBOX' in namespace instead of the usual dot (.):
...
'namespace' => 'INBOX/',
...
This is no longer required with IMP 4.1 or later, because namespaces are detected automatically in newer versions.