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.

2011-12-13 Thread Paul Mecham
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:sbing...@gmail.com] 
Sent: Tuesday, December 13, 2011 7:42 PM
To: users@sogo.nu
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:sbing...@gmail.com]
> Sent: Tuesday, December 13, 2011 4:14 PM
> To: users@sogo.nu
> 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  
> 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 users.pmec...@rvscapes.com.inbox
>>
>> cm users.pmec...@rvscapes.com.drafts
>
> Shouldn't this be:
>
> cm user.pmec...@rvscapes.com (inbox is default) cm 
> user.pmecham.dra...@rvscapes.com (other folders like this)
>
On Tue, Dec 13, 2011 at 5:54 PM, Paul Mecham  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
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

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.

2011-12-13 Thread Stephen Ingram
> -Original Message-
> From: Stephen Ingram [mailto:sbing...@gmail.com]
> Sent: Tuesday, December 13, 2011 4:14 PM
> To: users@sogo.nu
> 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  
> 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 users.pmec...@rvscapes.com.inbox
>>
>> cm users.pmec...@rvscapes.com.drafts
>
> Shouldn't this be:
>
> cm user.pmec...@rvscapes.com (inbox is default) cm 
> user.pmecham.dra...@rvscapes.com (other folders like this)
>
On Tue, Dec 13, 2011 at 5:54 PM, Paul Mecham  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
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

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.

2011-12-13 Thread Paul Mecham
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? 
 

Thank you.

-Original Message-
From: Stephen Ingram [mailto:sbing...@gmail.com] 
Sent: Tuesday, December 13, 2011 4:14 PM
To: users@sogo.nu
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  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 users.pmec...@rvscapes.com.inbox
>
> cm users.pmec...@rvscapes.com.drafts

Shouldn't this be:

cm user.pmec...@rvscapes.com (inbox is default) cm 
user.pmecham.dra...@rvscapes.com (other folders like this)

Steve
--
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

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.

2011-12-13 Thread Stephen Ingram
On Tue, Dec 13, 2011 at 3:13 PM, Paul Mecham  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 users.pmec...@rvscapes.com.inbox
>
> cm users.pmec...@rvscapes.com.drafts

Shouldn't this be:

cm user.pmec...@rvscapes.com (inbox is default)
cm user.pmecham.dra...@rvscapes.com (other folders like this)

Steve
-- 
users@sogo.nu
https://inverse.ca/sogo/lists