dovecot-2.0-sslstream: example-config: Set process_limit=1 to au...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:30 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/23cdea955eb3
changeset: 10154:23cdea955eb3
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 22 21:27:04 2009 -0400
description:
example-config: Set process_limit=1 to auth service.
We'd currently break if there were more.

diffstat:

1 file changed, 2 insertions(+)
doc/example-config/conf.d/master.conf |    2 ++

diffs (12 lines):

diff -r 383da67215d9 -r 23cdea955eb3 doc/example-config/conf.d/master.conf
--- a/doc/example-config/conf.d/master.conf	Thu Oct 22 21:21:05 2009 -0400
+++ b/doc/example-config/conf.d/master.conf	Thu Oct 22 21:27:04 2009 -0400
@@ -56,6 +56,8 @@ service auth {
     path = auth-master
     mode = 0600
   }
+
+  process_limit = 1
 }
 
 service auth-worker {


More information about the dovecot-cvs mailing list