Thanks again for all your help! You just solved my issue. I guess I need to actually go read about all of the supporting software components so I don't drive everyone nuts with my questions :). Actually I wasn't using the altnamespace:yes in my Cyrus config. I added it to my /etc/imapd.conf file and now I can even save drafts!
Thank you so much! Paul -----Original Message----- From: Stephen Ingram [mailto:[email protected]] Sent: Tuesday, December 13, 2011 7:42 PM To: [email protected] Subject: Re: [SOGo] Confused by what LDAP attribute SOGO uses for web interface login credentials VS what LDAP attribute SOGO uses to show folders once logged in. > -----Original Message----- > From: Stephen Ingram [mailto:[email protected]] > Sent: Tuesday, December 13, 2011 4:14 PM > To: [email protected] > Subject: Re: [SOGo] Confused by what LDAP attribute SOGO uses for web > interface login credentials VS what LDAP attribute SOGO uses to show folders > once logged in. > > On Tue, Dec 13, 2011 at 3:13 PM, Paul Mecham <[email protected]> > wrote: >> I might be dumb but I'm confused by what LDAP attribute SOGO uses for >> web interface login credentials VS what LDAP attribute SOGO uses to >> show folders once logged in. It appears that the login credentials use the >> "uid" >> attribute and once logged in, sogo uses the ldap attribute of "mail" >> for displaying folders for the currently logged in user. I believe >> that I know that the attributes sogo uses can be changed by modifying >> values in the /home/sogo/GNUstep/Defaults/.GNUstepDefaults file, by >> changing the UIDFieldName, IMAPHostFieldName, and IDFieldName >> configuration values but I'm not really clear on how this should be setup. >> >> >> >> If sogo uses the mail attribute when logged in it doesn't show any of >> the folders that should be there inbox, drafts, etc and I'm not able >> to use the cyradm utility to add the folders to the user's email >> address. Trying a cyrus administration command like: >> >> >> >> cm [email protected] >> >> cm [email protected] > > Shouldn't this be: > > cm [email protected] (inbox is default) cm > [email protected] (other folders like this) > On Tue, Dec 13, 2011 at 5:54 PM, Paul Mecham <[email protected]> wrote: > You are correct and thank you for the correction. If I use "users" it > actually works by creating another folder. If I use user then I get a > "permission denied" message back from cyradm. Can you shed any light on my > other question? > I was not only referring to the use of "user" vs "users", but also the ordering of the folder. You placed "drafts" after the entire email address when it should be after the user portion of the email address. And, "inbox" is not required as it is the top-level folder. I also assume that you are using "altnamespace: yes" in your cyrus config. You are correct in your assumption that UIDFieldName corresponds to the login and MailFieldNames corresponds to the email addresses, however, by how your cyrus install is setup, both are the same. You would login to cyrus with your email address. If you use that type of setup, you'll need to set UIDFieldName and MailFieldName as the email address. Steve -- [email protected] https://inverse.ca/sogo/lists -- [email protected] https://inverse.ca/sogo/lists
