4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Migration from UW...
FromSent OnAttachments
José de Paula Eufrásio JúniorNov 23, 2004 4:36 am 
Jay LeeNov 23, 2004 5:33 am 
José de Paula Eufrásio JúniorNov 23, 2004 6:35 am 
Jay LeeNov 23, 2004 6:58 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Migration from UW-IMAPActions...
From:Jay Lee (jl@pbu.edu)
Date:Nov 23, 2004 6:58:41 am
List:net.sourceforge.lists.courier-users

José de Paula Eufrásio Júnior said:

Jay Lee wrote:

This is a client configuration issue, not a server one. See http://www.courier-mta.org/FAQ.html#namespace for more information. Fortunately, Mozilla Mail has been capable of properly displaying the folder list since at least 1.4. To configure it, go to Account Settings, Server Settings, Advanced and enter INBOX. (with caps and the period) in the server namespace field. You should now see other folders as peers of INBOX.

Yeah, I did it. But I already have a user base using the plain configuration. If I was able to change it on the server the clients wouldn't need a new configuration...

As I said before. This is a client configuration issue, not a server one. There is no way to change it on the server end because the server is properly enumerating it's namespace according to the IMAP spec. The clients must be changed. You should be able to change this fairly easily by appending something like:

user_pref("mail.server.server1.namespace.personal", "\"INBOX.\"");

to the user's prefs.js in their mozilla profile.

Jay