Re: visibility of Mailbox-folders

2010-01-19 Thread Dr. Harry Knitter
Am Montag, 18. Januar 2010 schrieb Dan White:
> On 18/01/10 18:49 +0100, Dr. Harry Knitter wrote:
> >Am Montag, 18. Januar 2010 schrieb Gabriele Bulfon:
> >> Hi, you should check each of the folder's ACLs.
> >> You probably lost permissions for these folders.
> >> Gabriele.
> >
> >Thanks for quick reply.
> >However, permissions seem not to be the cause.
> >cyradm shows: info lrswipcda
> >File permissions are 600 cyrus:mail
> >Directory permissions are 700 cyrus:mail
> 
> Check subscriptions. Did you move them over? Some clients may only show
> folders the user is subscribed to.
> 


Already checked.
All types of clients tried dont shown these folders.

Harry

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dan White
On 19/01/10 18:00 +0100, Dr. Harry Knitter wrote:
>Am Montag, 18. Januar 2010 schrieb Dan White:
>> On 18/01/10 18:49 +0100, Dr. Harry Knitter wrote:
>> >Am Montag, 18. Januar 2010 schrieb Gabriele Bulfon:
>> >> Hi, you should check each of the folder's ACLs.
>> >> You probably lost permissions for these folders.
>> >> Gabriele.
>> >
>> >Thanks for quick reply.
>> >However, permissions seem not to be the cause.
>> >cyradm shows: info lrswipcda
>> >File permissions are 600 cyrus:mail
>> >Directory permissions are 700 cyrus:mail
>> 
>> Check subscriptions. Did you move them over? Some clients may only show
>> folders the user is subscribed to.
>> 
>
>
>Already checked.
>All types of clients tried dont shown these folders.

You may have already mentioned, but which versions did you move from, and
to?

Can you provide a sanitised copy your imapd.conf config, along with your
cyradm output?

Do you see any related errors in your syslog when clients connect?

-- 
Dan White

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dr. Harry Knitter
Am Dienstag, 19. Januar 2010 schrieb Dan White:
> On 19/01/10 18:00 +0100, Dr. Harry Knitter wrote:
> >Am Montag, 18. Januar 2010 schrieb Dan White:
> >> On 18/01/10 18:49 +0100, Dr. Harry Knitter wrote:
> >> >Am Montag, 18. Januar 2010 schrieb Gabriele Bulfon:
> >> >> Hi, you should check each of the folder's ACLs.
> >> >> You probably lost permissions for these folders.
> >> >> Gabriele.
> >> >
> >> >Thanks for quick reply.
> >> >However, permissions seem not to be the cause.
> >> >cyradm shows: info lrswipcda
> >> >File permissions are 600 cyrus:mail
> >> >Directory permissions are 700 cyrus:mail
> >>
> >> Check subscriptions. Did you move them over? Some clients may only show
> >> folders the user is subscribed to.
> >
> >Already checked.
> >All types of clients tried dont shown these folders.
> 
> You may have already mentioned, but which versions did you move from, and
> to?
> 
> Can you provide a sanitised copy your imapd.conf config, along with your
> cyradm output?
> 
> Do you see any related errors in your syslog when clients connect?
> 

/var/log/mail.log does not show any errors when the parent folders of those 
missing are accessed nor does syslog


configdirectory: /var/lib/cyrus
defaultpartition: default
partition-default: /var/spool/cyrus/mail
partition-news: /var/spool/cyrus/news
newsspool: /var/spool/news   
altnamespace: no
unixhierarchysep: no
lmtp_downcase_rcpt: yes
admins: cyrus
allowanonymouslogin: no
popminpoll: 1
autocreatequota: 0
umask: 077
sieveusehomedir: false
sievedir: /var/spool/sieve
hashimapspool: true
allowplaintext: yes
sasl_mech_list: DIGEST-MD5
loginrealms: mydomain.com
sasl_pwcheck_method: saslauthd auxprop external
sasl_auxprop_plugin: sasldb
sasl_auto_transition: no
tls_cert_file: /etc/ssl/certs/cyrus-imap.pem
tls_key_file: /etc/ssl/private/cyrus-imap.key
tls_ca_file: /etc/ssl/certs/knitter-ca.pem
tls_ca_path: /etc/ssl/certs
tls_session_timeout: 1440
tls_cipher_list: TLSv1+HIGH:!aNULL:@STRENGTH
tls_require_cert: true
lmtpunix: /var/run/cyrus/socket/lmtp
idlemethod: poll
idlesocket: /var/run/cyrus/socket/idle
notifysocket: /var/run/cyrus/socket/notify
syslog_prefix: cyrus


what output of cyradm would be of interest?

Regards

Harry

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dan White
On 19/01/10 18:25 +0100, Dr. Harry Knitter wrote:
>what output of cyradm would be of interest?

Connecting as an admin (cyrus):

localhost> lm
user.dwhite (\HasChildren)
user.dwhite.Secret (\HasChildren) 
user.dwhite.Secret.Super Secret (\HasNoChildren)  
user.dwhite.Sent (\HasNoChildren) 
user.dwhite.Trash (\HasNoChildren)

and as a user (dwhite):

localhost> lm
INBOX (\HasChildren)
INBOX.Secret (\HasChildren) 
INBOX.Secret.Super Secret (\HasNoChildren)  
INBOX.Sent (\HasNoChildren) 
INBOX.Trash (\HasNoChildren)

I'd like to see which mailboxes you are seeing while using cyradm as an
admin, and see if the mailboxes are missing while connecting as a user, and
if they're not missing, an example of a mailbox that a client is not seeing.

-- 
Dan White

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dr. Harry Knitter
Am Dienstag, 19. Januar 2010 schrieb Dan White:
> On 19/01/10 18:25 +0100, Dr. Harry Knitter wrote:
> >what output of cyradm would be of interest?
> 
> Connecting as an admin (cyrus):
> 
> localhost> lm
> user.dwhite (\HasChildren)
> user.dwhite.Secret (\HasChildren)
> user.dwhite.Secret.Super Secret (\HasNoChildren)
> user.dwhite.Sent (\HasNoChildren)
> user.dwhite.Trash (\HasNoChildren)
> 
> and as a user (dwhite):
> 
> localhost> lm
> INBOX (\HasChildren)
> INBOX.Secret (\HasChildren)
> INBOX.Secret.Super Secret (\HasNoChildren)
> INBOX.Sent (\HasNoChildren)
> INBOX.Trash (\HasNoChildren)
> 
> I'd like to see which mailboxes you are seeing while using cyradm as an
> admin, and see if the mailboxes are missing while connecting as a user, and
> if they're not missing, an example of a mailbox that a client is not
>  seeing.
> 


lm shows:
user.info.Kunden.A (\HasChildren)
user.info.Kunden.A.ATC (\HasNoChildren)  
user.info.Kunden.A.Abraxa (\HasNoChildren)
user.info.Kunden.A.Adamczyk Lilo (\HasNoChildren)
user.info.Kunden.A.Ahles Andrea (\HasNoChildren)
user.info.Kunden.A.Albrecht Andreas (\HasNoChildren)
user.info.Kunden.A.Albrecht Klaus (\HasNoChildren)
user.info.Kunden.A.Albrecht Olga (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas (\HasChildren)
user.info.Kunden.A.Ammer Thomas.BHV VSH (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.Basisrente (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.Gebaeude (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.Hausrat (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.Inhalt (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.PV (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.Privatrente (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.RLV (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.RS (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.SKV (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.Schd Fabian (\HasNoChildren)
user.info.Kunden.A.Ammer Thomas.Schd Saegeblaetter (\HasNoChildren)
user.info.Kunden.A.Amon (\HasNoChildren)
user.info.Kunden.A.Angermann (\HasNoChildren)
user.info.Kunden.A.Angermueller Manfred (\HasNoChildren)
user.info.Kunden.A.Anton Markus (\HasNoChildren)
user.info.Kunden.A.Apel Guido (\HasNoChildren)
user.info.Kunden.A.Appel Alexandra (\HasNoChildren)
user.info.Kunden.A.Appel Bernhard (\HasNoChildren)
user.info.Kunden.A.Appel Christian (\HasNoChildren)
user.info.Kunden.A.Appel Gerhard (\HasNoChildren)
user.info.Kunden.A.Appel Melitta (\HasNoChildren)
user.info.Kunden.A.Appelt Irena (\HasNoChildren)
user.info.Kunden.A.Arnold Schardt (\HasNoChildren)
user.info.Kunden.A.Auernhammer (\HasNoChildren)
user.info.Kunden.A.Axmann Frank (\HasNoChildren)
user.info.Kunden.A.Aydin Yilmaz (\HasNoChildren)
user.info.Kunden.A.ad fontes (\HasNoChildren)

Folder user.info.Kunden.A  is visible the others are not.

Here the acls
user.info.Kunden.A:  
  info lrswipcda 
user.info.Kunden.A.ATC:  
  info lrswipcda 
user.info.Kunden.A.Abraxa:   
  info lrswipcda 
user.info.Kunden.A.Adamczyk Lilo:
  info lrswipcda 
user.info.Kunden.A.Ahles Andrea: 
  info lrswipcda 
user.info.Kunden.A.Albrecht Andreas: 
  info lrswipcda 
user.info.Kunden.A.Albrecht Klaus:   
  info lrswipcda 
user.info.Kunden.A.Albrecht Olga:
  info lrswipcda 
user.info.Kunden.A.Ammer Thomas: 
  info lrswipcda 
user.info.Kunden.A.Ammer Thomas.BHV VSH: 
  info lrswipcda 
user.info.Kunden.A.Ammer Thomas.Basisrente:  
  info lrswipcda 
user.info.Kunden.A.Ammer Thomas.Gebaeude:
  info lrswipcda 
user.info.Kunden.A.Ammer Thomas.Hausrat: 
  info lrswipcda 
user.info.Kunden.A.Ammer Thomas.Inhalt:  
  info lrswipcda 
user.info.Kunden.A.Ammer Thomas.PV:  
  info lrswipcda 
user.info.Kunden

Re: visibility of Mailbox-folders

2010-01-19 Thread Simon Matter
> Am Dienstag, 19. Januar 2010 schrieb Dan White:
>> On 19/01/10 18:25 +0100, Dr. Harry Knitter wrote:
>> >what output of cyradm would be of interest?
>>
>> Connecting as an admin (cyrus):
>>
>> localhost> lm
>> user.dwhite (\HasChildren)
>> user.dwhite.Secret (\HasChildren)
>> user.dwhite.Secret.Super Secret (\HasNoChildren)
>> user.dwhite.Sent (\HasNoChildren)
>> user.dwhite.Trash (\HasNoChildren)
>>
>> and as a user (dwhite):
>>
>> localhost> lm
>> INBOX (\HasChildren)
>> INBOX.Secret (\HasChildren)
>> INBOX.Secret.Super Secret (\HasNoChildren)
>> INBOX.Sent (\HasNoChildren)
>> INBOX.Trash (\HasNoChildren)
>>
>> I'd like to see which mailboxes you are seeing while using cyradm as an
>> admin, and see if the mailboxes are missing while connecting as a user,
>> and
>> if they're not missing, an example of a mailbox that a client is not
>>  seeing.
>>
>
>
> lm shows:

That's lm as user cyrus, right? What is shown if you log in using cyradm
as a normal user?

Simon

> user.info.Kunden.A (\HasChildren)
> user.info.Kunden.A.ATC (\HasNoChildren)
> user.info.Kunden.A.Abraxa (\HasNoChildren)
> user.info.Kunden.A.Adamczyk Lilo (\HasNoChildren)
> user.info.Kunden.A.Ahles Andrea (\HasNoChildren)
> user.info.Kunden.A.Albrecht Andreas (\HasNoChildren)
> user.info.Kunden.A.Albrecht Klaus (\HasNoChildren)
> user.info.Kunden.A.Albrecht Olga (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas (\HasChildren)
> user.info.Kunden.A.Ammer Thomas.BHV VSH (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.Basisrente (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.Gebaeude (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.Hausrat (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.Inhalt (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.PV (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.Privatrente (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.RLV (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.RS (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.SKV (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.Schd Fabian (\HasNoChildren)
> user.info.Kunden.A.Ammer Thomas.Schd Saegeblaetter (\HasNoChildren)
> user.info.Kunden.A.Amon (\HasNoChildren)
> user.info.Kunden.A.Angermann (\HasNoChildren)
> user.info.Kunden.A.Angermueller Manfred (\HasNoChildren)
> user.info.Kunden.A.Anton Markus (\HasNoChildren)
> user.info.Kunden.A.Apel Guido (\HasNoChildren)
> user.info.Kunden.A.Appel Alexandra (\HasNoChildren)
> user.info.Kunden.A.Appel Bernhard (\HasNoChildren)
> user.info.Kunden.A.Appel Christian (\HasNoChildren)
> user.info.Kunden.A.Appel Gerhard (\HasNoChildren)
> user.info.Kunden.A.Appel Melitta (\HasNoChildren)
> user.info.Kunden.A.Appelt Irena (\HasNoChildren)
> user.info.Kunden.A.Arnold Schardt (\HasNoChildren)
> user.info.Kunden.A.Auernhammer (\HasNoChildren)
> user.info.Kunden.A.Axmann Frank (\HasNoChildren)
> user.info.Kunden.A.Aydin Yilmaz (\HasNoChildren)
> user.info.Kunden.A.ad fontes (\HasNoChildren)
>
> Folder user.info.Kunden.A  is visible the others are not.
>
> Here the acls
> user.info.Kunden.A:
>   info lrswipcda
> user.info.Kunden.A.ATC:
>   info lrswipcda
> user.info.Kunden.A.Abraxa:
>   info lrswipcda
> user.info.Kunden.A.Adamczyk Lilo:
>   info lrswipcda
> user.info.Kunden.A.Ahles Andrea:
>   info lrswipcda
> user.info.Kunden.A.Albrecht Andreas:
>   info lrswipcda
> user.info.Kunden.A.Albrecht Klaus:
>   info lrswipcda
> user.info.Kunden.A.Albrecht Olga:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.BHV VSH:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.Basisrente:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.Gebaeude:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.Hausrat:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.Inhalt:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.PV:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.Privatrente:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.RLV:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.RS:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.SKV:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.Schd Fabian:
>   info lrswipcda
> user.info.Kunden.A.Ammer Thomas.Schd Saegeblaetter:
>   info lrswipcda
> user.info.Kunden.A.Amon:
>   info lrswipcda
> user.info.Kunden.A.Angermann:
>   info lrswipcda
> user.info.Kunden.A.Angermueller Manfred:
>   info lrswipcda
> user.info.Kunden.A.Anton Markus:
>   info lrswipcda
> user.info.Kunden.A.Apel Guido:
>   info lrswipcda
> user.info.Kunden.A.Appel Alexandra:
>   info lrswipcda
> user.info.Kunden.A.Appel Bernhard:
>   info lrswipcda
> user.info.Kunden.A.Appel Christian:
>   info lrswipcda
> user.info.Kunden.A.Appel Gerhard:
>   info lrswipcda
> user.info.Kunden.A.Appel Melitta:
>   info lrswipcda
> user.info.Kunden.A.Appelt Irena:
>   info lrswipcda
> user.info.Kunden.A.Arnold Schardt:
>   info lrswipcda
> user.info.Kunden.A.Auernhammer:
>   info lrswipcda
> user.info.Kunden.A.Axmann Frank:
>   info lrswipc

Re: visibility of Mailbox-folders

2010-01-19 Thread Dr. Harry Knitter
Am Dienstag, 19. Januar 2010 schrieb Simon Matter:
> > Am Dienstag, 19. Januar 2010 schrieb Dan White:
> >> On 19/01/10 18:25 +0100, Dr. Harry Knitter wrote:
> >> >what output of cyradm would be of interest?
> >>
> >> Connecting as an admin (cyrus):
> >>
> >> localhost> lm
> >> user.dwhite (\HasChildren)
> >> user.dwhite.Secret (\HasChildren)
> >> user.dwhite.Secret.Super Secret (\HasNoChildren)
> >> user.dwhite.Sent (\HasNoChildren)
> >> user.dwhite.Trash (\HasNoChildren)
> >>
> >> and as a user (dwhite):
> >>
> >> localhost> lm
> >> INBOX (\HasChildren)
> >> INBOX.Secret (\HasChildren)
> >> INBOX.Secret.Super Secret (\HasNoChildren)
> >> INBOX.Sent (\HasNoChildren)
> >> INBOX.Trash (\HasNoChildren)
> >>
> >> I'd like to see which mailboxes you are seeing while using cyradm as an
> >> admin, and see if the mailboxes are missing while connecting as a user,
> >> and
> >> if they're not missing, an example of a mailbox that a client is not
> >>  seeing.
> >
> > lm shows:
> 
> That's lm as user cyrus, right? What is shown if you log in using cyradm
> as a normal user?
> 
> Simon
> 

right. 
I just logged as user info. Same output.

Harry

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Simon Matter
> Am Dienstag, 19. Januar 2010 schrieb Simon Matter:
>> > Am Dienstag, 19. Januar 2010 schrieb Dan White:
>> >> On 19/01/10 18:25 +0100, Dr. Harry Knitter wrote:
>> >> >what output of cyradm would be of interest?
>> >>
>> >> Connecting as an admin (cyrus):
>> >>
>> >> localhost> lm
>> >> user.dwhite (\HasChildren)
>> >> user.dwhite.Secret (\HasChildren)
>> >> user.dwhite.Secret.Super Secret (\HasNoChildren)
>> >> user.dwhite.Sent (\HasNoChildren)
>> >> user.dwhite.Trash (\HasNoChildren)
>> >>
>> >> and as a user (dwhite):
>> >>
>> >> localhost> lm
>> >> INBOX (\HasChildren)
>> >> INBOX.Secret (\HasChildren)
>> >> INBOX.Secret.Super Secret (\HasNoChildren)
>> >> INBOX.Sent (\HasNoChildren)
>> >> INBOX.Trash (\HasNoChildren)
>> >>
>> >> I'd like to see which mailboxes you are seeing while using cyradm as
>> an
>> >> admin, and see if the mailboxes are missing while connecting as a
>> user,
>> >> and
>> >> if they're not missing, an example of a mailbox that a client is not
>> >>  seeing.
>> >
>> > lm shows:
>>
>> That's lm as user cyrus, right? What is shown if you log in using cyradm
>> as a normal user?
>>
>> Simon
>>
>
> right.
> I just logged as user info. Same output.

That's interesting. Since cyradm is an imap client, why does it see the
mailboxes and your other clients don't? Can it be that your clients are
configured to use another folder separator or something? I really don't
understand this.

Simon

>
> Harry
> 
> Cyrus Home Page: http://cyrusimap.web.cmu.edu/
> Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
>



Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dan White
On 19/01/10 21:20 +0100, Dr. Harry Knitter wrote:
>Am Dienstag, 19. Januar 2010 schrieb Simon Matter:
>> > Am Dienstag, 19. Januar 2010 schrieb Dan White:
>> >> On 19/01/10 18:25 +0100, Dr. Harry Knitter wrote:
>> >> >what output of cyradm would be of interest?
>> >>
>> >> Connecting as an admin (cyrus):
>> >>
>> >> localhost> lm
>> >> user.dwhite (\HasChildren)
>> >> user.dwhite.Secret (\HasChildren)
>> >> user.dwhite.Secret.Super Secret (\HasNoChildren)
>> >> user.dwhite.Sent (\HasNoChildren)
>> >> user.dwhite.Trash (\HasNoChildren)
>> >>
>> >> and as a user (dwhite):
>> >>
>> >> localhost> lm
>> >> INBOX (\HasChildren)
>> >> INBOX.Secret (\HasChildren)
>> >> INBOX.Secret.Super Secret (\HasNoChildren)
>> >> INBOX.Sent (\HasNoChildren)
>> >> INBOX.Trash (\HasNoChildren)

Harry,

Please include cyradm output while connecting as the user.

Also, please submit the following commands to imtest as the user to verify
server correctness:

c lsub "" *
c select "INBOX/Secret/Super Secret"
c myrights "INBOX/Secret/Super Secret"

Using one of the mailboxes tripping you up. e.g.:

~$ imtest -a dwhite -m plain localhost

Authenticated.
Security strength factor: 0
c lsub "" *
* LSUB (\HasChildren) "/" "INBOX"
* LSUB (\HasChildren) "/" "INBOX/Secret"
* LSUB () "/" "INBOX/Secret/Super Secret"
* LSUB () "/" "INBOX/Sent"
* LSUB () "/" "INBOX/Trash"
c OK Completed (0.000 secs 6 calls)
c select "INBOX/Secret/Super Secret"
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]  
* 0 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1263924043]  
* OK [UIDNEXT 1]  
* OK [NOMODSEQ] Sorry, modsequences have not been enabled on this mailbox
* OK [URLMECH INTERNAL]
c OK [READ-WRITE] Completed
c myrights "INBOX/Secret/Super Secret"
* MYRIGHTS "INBOX/Secret/Super Secret" lrswipkxtecda
c OK Completed
c logout
* BYE LOGOUT received
c OK Completed
Connection closed.

-- 
Dan White

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dr. Harry Knitter
Am Dienstag, 19. Januar 2010 schrieb Simon Matter:
> > Am Dienstag, 19. Januar 2010 schrieb Simon Matter:
> >> > Am Dienstag, 19. Januar 2010 schrieb Dan White:
> >> >> On 19/01/10 18:25 +0100, Dr. Harry Knitter wrote:
> >> >> >what output of cyradm would be of interest?
> >> >>
> >> >> Connecting as an admin (cyrus):
> >> >>
> >> >> localhost> lm
> >> >> user.dwhite (\HasChildren)
> >> >> user.dwhite.Secret (\HasChildren)
> >> >> user.dwhite.Secret.Super Secret (\HasNoChildren)
> >> >> user.dwhite.Sent (\HasNoChildren)
> >> >> user.dwhite.Trash (\HasNoChildren)
> >> >>
> >> >> and as a user (dwhite):
> >> >>
> >> >> localhost> lm
> >> >> INBOX (\HasChildren)
> >> >> INBOX.Secret (\HasChildren)
> >> >> INBOX.Secret.Super Secret (\HasNoChildren)
> >> >> INBOX.Sent (\HasNoChildren)
> >> >> INBOX.Trash (\HasNoChildren)
> >> >>
> >> >> I'd like to see which mailboxes you are seeing while using cyradm as
> >>
> >> an
> >>
> >> >> admin, and see if the mailboxes are missing while connecting as a
> >>
> >> user,
> >>
> >> >> and
> >> >> if they're not missing, an example of a mailbox that a client is not
> >> >>  seeing.
> >> >
> >> > lm shows:
> >>
> >> That's lm as user cyrus, right? What is shown if you log in using cyradm
> >> as a normal user?
> >>
> >> Simon
> >
> > right.
> > I just logged as user info. Same output.
> 
> That's interesting. Since cyradm is an imap client, why does it see the
> mailboxes and your other clients don't? Can it be that your clients are
> configured to use another folder separator or something? I really don't
> understand this.
> 
> Simon
> 

I don' t understand it either. We have tried it with different Client programs 
(Thunderbird, Outlook, KMail unfortunately has problems with large amounts of  
imap folders). The result was allways  the same.
Other folders which show the same results in cyradm show their subfolders and 
files without any problems.

So what can I do to solve this problem?

Harry

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread David Lang
On Tue, 19 Jan 2010, Dr. Harry Knitter wrote:

>>
>> That's interesting. Since cyradm is an imap client, why does it see the
>> mailboxes and your other clients don't? Can it be that your clients are
>> configured to use another folder separator or something? I really don't
>> understand this.
>>
>> Simon
>>
>
> I don' t understand it either. We have tried it with different Client programs
> (Thunderbird, Outlook, KMail unfortunately has problems with large amounts of
> imap folders). The result was allways  the same.
> Other folders which show the same results in cyradm show their subfolders and
> files without any problems.
>
> So what can I do to solve this problem?


Silly question (since I haven't been following this thread), have you checked 
the subscribed status of the folders?

David Lang

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dr. Harry Knitter
Am Dienstag, 19. Januar 2010 schrieb Dan White:
> On 19/01/10 21:20 +0100, Dr. Harry Knitter wrote:
> >Am Dienstag, 19. Januar 2010 schrieb Simon Matter:
> >> > Am Dienstag, 19. Januar 2010 schrieb Dan White:
> >> >> On 19/01/10 18:25 +0100, Dr. Harry Knitter wrote:
> >> >> >what output of cyradm would be of interest?
> >> >>
> >> >> Connecting as an admin (cyrus):
> >> >>
> >> >> localhost> lm
> >> >> user.dwhite (\HasChildren)
> >> >> user.dwhite.Secret (\HasChildren)
> >> >> user.dwhite.Secret.Super Secret (\HasNoChildren)
> >> >> user.dwhite.Sent (\HasNoChildren)
> >> >> user.dwhite.Trash (\HasNoChildren)
> >> >>
> >> >> and as a user (dwhite):
> >> >>
> >> >> localhost> lm
> >> >> INBOX (\HasChildren)
> >> >> INBOX.Secret (\HasChildren)
> >> >> INBOX.Secret.Super Secret (\HasNoChildren)
> >> >> INBOX.Sent (\HasNoChildren)
> >> >> INBOX.Trash (\HasNoChildren)
> 
> Harry,
> 
> Please include cyradm output while connecting as the user.
> 
Could you please explain what you mean. The list of mailboxes and acl I have 
allready posted.

> Also, please submit the following commands to imtest as the user to verify
> server correctness:
> 

The program imtest is not in my distribution (debian lenny)

> c lsub "" *
> c select "INBOX/Secret/Super Secret"
> c myrights "INBOX/Secret/Super Secret"
> 
> Using one of the mailboxes tripping you up. e.g.:
> 
> ~$ imtest -a dwhite -m plain localhost
> 
> Authenticated.
> Security strength factor: 0
> c lsub "" *
> * LSUB (\HasChildren) "/" "INBOX"
> * LSUB (\HasChildren) "/" "INBOX/Secret"
> * LSUB () "/" "INBOX/Secret/Super Secret"
> * LSUB () "/" "INBOX/Sent"
> * LSUB () "/" "INBOX/Trash"
> c OK Completed (0.000 secs 6 calls)
> c select "INBOX/Secret/Super Secret"
> * FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
> * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
> * 0 EXISTS
> * 0 RECENT
> * OK [UIDVALIDITY 1263924043]
> * OK [UIDNEXT 1]
> * OK [NOMODSEQ] Sorry, modsequences have not been enabled on this mailbox
> * OK [URLMECH INTERNAL]
> c OK [READ-WRITE] Completed
> c myrights "INBOX/Secret/Super Secret"
> * MYRIGHTS "INBOX/Secret/Super Secret" lrswipkxtecda
> c OK Completed
> c logout
> * BYE LOGOUT received
> c OK Completed
> Connection closed.
> 

I need further information

Harry


Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dan White
On 19/01/10 21:54 +0100, Dr. Harry Knitter wrote:
>The program imtest is not in my distribution (debian lenny)

cyrus-clients-2.2

-- 
Dan White

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dr. Harry Knitter
Am Dienstag, 19. Januar 2010 schrieb Dan White:
> On 19/01/10 21:54 +0100, Dr. Harry Knitter wrote:
> >The program imtest is not in my distribution (debian lenny)
> 
> cyrus-clients-2.2
> 
Thanks

logged in as user info

The box has too many folders to be listed here completely

c select "INBOX.Kunden.A"
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
* 0 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1174859079]
* OK [UIDNEXT 1]
c OK [READ-WRITE] Completed

c select "INBOX.Kunden.A.Abraxa"
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen $Label1 NonJunk $label2 
$label3 $label4 $label5 schaden sofort)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $Label1 NonJunk 
$label2 $label3 $label4 $label5 schaden sofort \*)]
* 4 EXISTS
* 4 RECENT
* OK [UNSEEN 1]
* OK [UIDVALIDITY 1227273926]
* OK [UIDNEXT 5]
c OK [READ-WRITE] Completed
c myrights "INBOX.Kunden.A.Abraxa"
* MYRIGHTS INBOX.Kunden.A.Abraxa lrswipcda
c OK Completed

I hope you can see something that helps me.

Sorry it's allready late here in Grmany and I have to go to bed. Tomorrow will 
be another day.

Thanks 

Harry


Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: visibility of Mailbox-folders

2010-01-19 Thread Dan White
On 19/01/10 23:07 +0100, Dr. Harry Knitter wrote:
>Am Dienstag, 19. Januar 2010 schrieb Dan White:
>> On 19/01/10 21:54 +0100, Dr. Harry Knitter wrote:
>> >The program imtest is not in my distribution (debian lenny)
>> 
>> cyrus-clients-2.2
>> 
>Thanks
>
>logged in as user info
>
>The box has too many folders to be listed here completely

The LSUB was intended to verify your subscriptions, but it sounds like
you're seeing them.

>c select "INBOX.Kunden.A"
>* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
>* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
>* 0 EXISTS
>* 0 RECENT
>* OK [UIDVALIDITY 1174859079]
>* OK [UIDNEXT 1]
>c OK [READ-WRITE] Completed
>
>c select "INBOX.Kunden.A.Abraxa"
>* FLAGS (\Answered \Flagged \Draft \Deleted \Seen $Label1 NonJunk $label2 
>$label3 $label4 $label5 schaden sofort)
>* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $Label1 NonJunk 
>$label2 $label3 $label4 $label5 schaden sofort \*)]
>* 4 EXISTS
>* 4 RECENT
>* OK [UNSEEN 1]
>* OK [UIDVALIDITY 1227273926]
>* OK [UIDNEXT 5]
>c OK [READ-WRITE] Completed
>c myrights "INBOX.Kunden.A.Abraxa"
>* MYRIGHTS INBOX.Kunden.A.Abraxa lrswipcda
>c OK Completed

I don't see anything wrong.

You can try turning on telemetry logging for this user:

mkdir /var/lib/cyrus/log/info
chown cyrus:mail /var/lib/cyrus/log/info

Afterwards, any activity by the user 'info' will be logged. That may give
you an idea of what's going wrong.

-- 
Dan White

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html