7 May
2012
7 May
'12
10:52 p.m.
On 7 May 2012, at 20:28, Timo Sirainen wrote:
If you return a host setting, Dovecot handles it as login referral: http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Host
So you need to return proxy=null and host=null.
If that doesn't seem to help, set auth_debug=yes and verify from the logs that neither of them are returned by auth process.
Ok, setting proxy and host to null is having the desired behaviour. Thanks :).
Joe