cleaning up mailbox.

Andrzej Kwiatkowski andrzej.kwiatkowski at gmail.com
Thu Mar 30 10:36:00 EST 2006


2006/3/30, Ken Murchison <murch at andrew.cmu.edu>:
> Andrzej Kwiatkowski wrote:
> > 2006/3/28, Ken Murchison <murch at andrew.cmu.edu>:
> >> Andrzej Kwiatkowski wrote:
> >>
> >> You'll probably want to do something like this in your client:
> >>
> >> SEARCH BEFORE <date>
> >> STORE <sequence from SEARCH response> +flags \deleted
> >> EXPUNGE
> >>
> > Thanks.
> >
> > But this will list mails only from selected mailbox...
> >
> > Now i have to find all mailbox and now is a trouble:
> >
> > when doing:
> >
> > ? LIST "%" "user/kwiatek/*@domain.com"
> >
> > i get: (also dir for other user !).
> > * LIST (\HasChildren) "/" "user/kwiatek at domain.com"
> > * LIST (\HasNoChildren) "/" "user/kwiatek/Drafts at domain.com"
> > * LIST (\HasNoChildren) "/" "user/kwiatek/Sent at domain.com"
> > * LIST (\HasNoChildren) "/" "user/kwiatek/Spam at domain.com"
> > * LIST (\HasNoChildren) "/" "user/kwiatek/Trash at domain.com"
> > * LIST (\HasChildren) "/" "user/kwiatek2 at domain.com"
> > * LIST (\HasNoChildren) "/" "user/kwiatek2/Drafts at domain.com"
> > * LIST (\HasNoChildren) "/" "user/kwiatek2/Saved at domain.com"
> > * LIST (\HasNoChildren) "/" "user/kwiatek2/Sent at domain.com"
> > * LIST (\HasNoChildren) "/" "user/kwiatek2/Spam at domain.com"
> >
> > How to list all submailboxes for particular user when connecting
> > as cyrusadmin ?
> > Any other idea?
>
> Proxy (using TLS+PLAIN or DIGEST-MD5) as the user.
>
hmmm..

As auth method i'm using saslauthd with my patch for using openssl
to store passwords in PostgreSQL..
Is there any way to use this or rather i have to add plugin for digest-md5,
and add in imapd.conf:

sasl_mech_list: digest-md5 login plain
sasl_pwcheck_method: saslauthd,auxprop
sasl_auxprop_plugin: sasldb

and

proxy_authname: proxyuser at lab.

This is not good, because for every account cyrus would like to find an account
in sasldb, and then in logs i've lot of entries "no user" or something
like this :(

And how can i with telnet do proxy-auth ? I cannot find this :(

Thanks
AK


More information about the Info-cyrus mailing list