2006/3/30, Ken Murchison <[EMAIL PROTECTED]>:
> Andrzej Kwiatkowski wrote:
> > 2006/3/28, Ken Murchison <[EMAIL PROTECTED]>:
> >> 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/[EMAIL PROTECTED]"
> >
> > i get: (also dir for other user !).
> > * LIST (\HasChildren) "/" "user/[EMAIL PROTECTED]"
> > * LIST (\HasNoChildren) "/" "user/kwiatek/[EMAIL PROTECTED]"
> > * LIST (\HasNoChildren) "/" "user/kwiatek/[EMAIL PROTECTED]"
> > * LIST (\HasNoChildren) "/" "user/kwiatek/[EMAIL PROTECTED]"
> > * LIST (\HasNoChildren) "/" "user/kwiatek/[EMAIL PROTECTED]"
> > * LIST (\HasChildren) "/" "user/[EMAIL PROTECTED]"
> > * LIST (\HasNoChildren) "/" "user/kwiatek2/[EMAIL PROTECTED]"
> > * LIST (\HasNoChildren) "/" "user/kwiatek2/[EMAIL PROTECTED]"
> > * LIST (\HasNoChildren) "/" "user/kwiatek2/[EMAIL PROTECTED]"
> > * LIST (\HasNoChildren) "/" "user/kwiatek2/[EMAIL PROTECTED]"
> >
> > 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: [EMAIL PROTECTED]

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
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to