18 Nov
2010
18 Nov
'10
7:27 p.m.
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..
Change =y=proxy to =y=proxy_maybe
Show your doveconf -n output
Set auth_debug=yes and show the logs when logging in to Sy.