Re: [Dovecot] Plugin hooks in login process

2012-10-16 Thread Simone Lazzaris
In data martedì 16 ottobre 2012 03:41:14, Timo Sirainen ha scritto: > On 15.10.2012, at 16.13, Simone Lazzaris wrote: > > Problem is, if I execute the update on the backend, I miss the information > > regarding the original IP, as I only see the IP of the proxies. > > This is easy to solve: Set lo

Re: [Dovecot] Plugin hooks in login process

2012-10-15 Thread Timo Sirainen
On 15.10.2012, at 16.13, Simone Lazzaris wrote: > Problem is, if I execute the update on the backend, I miss the information > regarding the original IP, as I only see the IP of the proxies. This is easy to solve: Set login_trusted_networks setting to point to your proxies, and you'll see the o

[Dovecot] Plugin hooks in login process

2012-10-15 Thread Simone Lazzaris
Hi all; I've setup dovecot (2.1.10) in a cluster configuration. We have two servers acting as frontend which authenticates users and proxy them to other two servers which handles the "real" work. Users credentials are on a mysql cluster; we have one master, in which read/write queries are proce