[Dovecot] dovecot-auth restaring and caching

Angel L. Mateo amateo at um.es
Fri Mar 23 14:15:40 EET 2012


El 22/03/12 19:57, Timo Sirainen escribió:
> On 22.3.2012, at 11.55, Angel L. Mateo wrote:
>
>> 	The problem I'm having is that if I have no activity in the server, dovecot stops its auth process and when another message is received, it restarted it, but with an empty cache.
>
> service auth {
>    idle_kill = 0
> }
>

	In a test server I have, this have solved the problem. In my 
productions servers it is still being restarted. Could it be another 
parameter involve in this?

	service_count is set to 0.

	I have also seen that, whenever dovecot/auth is restarted, 
dovecot/config has also been restarted. Could be related?

	My config related with this service auth is:

service auth {
   chroot =
   client_limit = 4096
   drop_priv_before_exec = no
   executable = auth
   extra_groups =
   group =
   idle_kill = 0
   privileged_group =
   process_limit = 1
   process_min_avail = 0
   protocol =
   service_count = 0
   type =
   unix_listener auth-client {
     group =
     mode = 0600
     user =
   }
   unix_listener auth-login {
     group =
     mode = 0600
     user = $default_internal_user
   }
   unix_listener auth-master {
     group =
     mode = 0600
     user =
   }
   unix_listener auth-userdb {
     group =
     mode = 0666
     user =
   }
   unix_listener login/login {
     group =
     mode = 0666
     user =
   }
   user = $default_internal_user
   vsz_limit = 18446744073709551615 B
}


-- 
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información       _o)
y las Comunicaciones Aplicadas (ATICA)      / \\
http://www.um.es/atica                    _(___V
Tfo: 868887590
Fax: 868888337



More information about the dovecot mailing list