On Thu, 2010-11-18 at 12:55 +0000, Jose Luis Faria wrote: > we are using two servers, with dovecot 2.0.5, Sx and Sy, > with: > > cat dovecot-ldap-ext: > ... > pass_attrs = uid=user,userPassword=password,=y=proxy,mailHost=host > ... > > > When I access server Sx via IMAP I see all my folders. > When I access server Sy via IMAP it do not proxy to Sx.
It doesn't look like it's even trying to proxy. Otherwise your login to Sx would fail with "Proxying loops to itself" error. So.. 1) Change =y=proxy to =y=proxy_maybe 2) Show your doveconf -n output 3) Set auth_debug=yes and show the logs when logging in to Sy.