[cvs] [Wiki] changed: CyrusConfig

Wiki Guest wiki at wiki.horde.org
Thu Nov 24 17:56:03 PST 2005


guest [205.191.171.10]  Thu, 24 Nov 2005 17:56:03 -0800

Modified page: http://wiki.horde.org/CyrusConfig
New Revision:  1.1
Change log:  Add nasty slash gotcha

@@ -1 +1,17 @@
++ 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 (.):
+
+<code>
+    ...
+    'namespace' => 'INBOX/',
+    ...
+</code>


More information about the cvs mailing list