[cvs] [Wiki] changed: ImpUWIMAPNamespaces

Wiki Guest wiki at wiki.horde.org
Wed Jan 11 21:09:16 PST 2006


guest [71.145.214.149]  Wed, 11 Jan 2006 21:09:16 -0800

Modified page: http://wiki.horde.org/ImpUWIMAPNamespaces
New Revision:  1.3
Change log:  Add unsupported alternative method

@@ -6,4 +6,19 @@
 
 This may startle users of UW-IMAP when they discover that both 1) all files in the home directory may now show up in the folders list and 2) all sorts of namespaces appear (i.e. '#ftp/', '#shared/') that weren't there before.
 
 To disable these extra namespaces and/or restrict UW-IMAP to your mail directories only (rather than your entire home directory), you will need to reconfigure (and then recompile) your imapd daemon.  For detailed instructions on how you can change this parameters, please refer to {{docs/CONFIG}} in the c-client/imapd distribution.
+
++ Unsupported Alternative Method
+
+If you can not, or do not want to, recompile your UW-IMAP distribution, you can try using this *unsupported* method of setting the mail subdirectory (folder) location.
+Create a file called /etc/c-client.cf and in it put the following two lines (assuming you want the mail subdirectory to be "mail/"  in the following example).
+
+<code>
+I accept the risk
+set mail-subdirectory mail
+</code>
+
+The first line is *required* to state that you are accepting the risk of using an *unsupported* configuration file.  The second line sets the mail subdirectory
+that the c-client routines will use.
+
+Note that if you have any clients configured to use a folder prefix (e.g. 'mail/' or similar) they will now need to be reconfigured to remove this setting.


More information about the cvs mailing list