diff dovecot-example.conf @ 3166:e6a487d80288 HEAD

Restructuring of auth code. Balancer auth processes were a bad idea. Usually the balancer itself took as much CPU as the actual workers because it acted as a proxy. Now auth worker means different thing: they're used to execute blocking passdb and userdb queries. Currently just MySQL (PAM and checkpassword in TODO).
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Mar 2005 00:19:21 +0200
parents 33cbe3dec3b8
children 16ea551957ed
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Mar 01 00:15:25 2005 +0200
+++ b/dovecot-example.conf	Tue Mar 01 00:19:21 2005 +0200
@@ -535,6 +535,11 @@
 # queries.
 #auth_debug = no
 
+# Maximum number of dovecot-auth worker processes. They're used to execute
+# blocking passdb and userdb queries (eg. MySQL and PAM). They're
+# automatically created and destroyed as needed.
+#auth_worker_max_count = 30
+
 auth default {
   # Space separated list of wanted authentication mechanisms:
   #   plain digest-md5 cram-md5 apop anonymous