Browse code

In SESSION mode --max-children is mandatory

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1056 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/11/03 21:48:57
Showing 2 changed files
... ...
@@ -1,3 +1,9 @@
1
+Wed Nov  3 12:47:41 GMT 2004 (njh)
2
+----------------------------------
3
+  * libclamav/clamav-milter:	Save the original subject as X-Original-Subject
4
+  			when running in advisory or qurantine mode
5
+			SESSION mode: warn when no clamd can be reached
6
+
1 7
 Wed Nov  3 12:50:19 CET 2004 (tk)
2 8
 ---------------------------------
3 9
   * docs/MacOSX: update (Dale Enterprise L.L.C)
... ...
@@ -165,11 +165,16 @@ number of threads can exceed this number for short periods of time.
165 165
 There is no default, if this argument is not \fBclamav\-milter\fR will
166 166
 spawn as many children as is necessary up to the MaxThreads limit set
167 167
 in \fBclamd.conf\fR.
168
-Most users will not need this option, if in doubt do not set it.
168
+When clamav\-milter has been built with SESSION mode this argument is
169
+mandatory since it tells clamav\-milter the number of sessions to keep open
170
+to clamd servers.
171
+When not built with in SESSION mode it is unlikely that you will need this
172
+unless your system is under great load.
173
+The default build is for SESSION to be enabled.
169 174
 .TP
170 175
 \fB\-\-dont\-wait\fR
171 176
 Tells clamav\-milter what do to if the max-children number is exceeded.
172
-Usuaully clamav\-milter waits until a child dies or the timeout value has been
177
+Usually clamav\-milter waits until a child dies or the timeout value has been
173 178
 exceeded, which ever comes first, however with dont-wait enabled, clamav\-milter
174 179
 will inform the remote SMTP client to retry later.
175 180
 .TP