Hello, I'm configuring dovecot 2.2.28. Comparing with previous versions I have found now in 10-mail.conf the config: protocol !indexer-worker { # If folder vsize calculation requires opening more than this many mails from # disk (i.e. mail sizes aren't in cache already), return failure and finish # the calculation via indexer process. Disabled by default. This setting must # be 0 for indexer-worker processes. #mail_vsize_bg_after_count = 0 } I can see that indexer-worker is the index service in dovecot. But I don't what the '!' means in front of the service name. Any who can explain it to me? -- Angel L. Mateo Mart?nez Secci?n de Telem?tica ?rea de Tecnolog?as de la Informaci?n y las Comunicaciones Aplicadas (ATICA) http://www.um.es/atica Tfo: 868889150 Fax: 868888337
On 17.03.2017 13:11, Angel L. Mateo wrote:> Hello, > > I'm configuring dovecot 2.2.28. Comparing with previous versions I have found now in 10-mail.conf the config: > > protocol !indexer-worker { > # If folder vsize calculation requires opening more than this many mails from > # disk (i.e. mail sizes aren't in cache already), return failure and finish > # the calculation via indexer process. Disabled by default. This setting must > # be 0 for indexer-worker processes. > #mail_vsize_bg_after_count = 0 > } > > I can see that indexer-worker is the index service in dovecot. > > But I don't what the '!' means in front of the service name. Any who can explain it to me? >The '!' means the limit is enabled for all other services except indexer-worker. Inder worker is the one you need to complete the background job, so limiting it mightnot be wise. br, Teemu
El 03/04/17 a las 10:07, Teemu Huovila escribi?:> >> I can see that indexer-worker is the index service in dovecot. >> >> But I don't what the '!' means in front of the service name. Any who can explain it to me? >> > The '!' means the limit is enabled for all other services except indexer-worker. Inder worker is the one you need to complete the background job, so limiting it mightnot be wise. >Thank you. -- Angel L. Mateo Mart?nez Secci?n de Telem?tica ?rea de Tecnolog?as de la Informaci?n y las Comunicaciones Aplicadas (ATICA) http://www.um.es/atica Tfo: 868889150 Fax: 868888337