Browse code

Support multiple clamd servers

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

Nigel Horne authored on 2004/01/25 23:41:40
Showing 1 changed files
... ...
@@ -24,10 +24,15 @@ Print the version number and exit.
24 24
 .TP 
25 25
 \fB\-c FILE, \-\-config\-file=FILE\fR
26 26
 By default clamav\-milter uses a default configuration file, this option allows you to specify another one.
27
+.TP
28
+\fB\-x n, \-\-debug\fR
29
+Enables debugging.
27 30
 .TP 
28 31
 \fB\-x n, \-\-debug\-level=n\fR
29
-Set the debug level to n (where n from [0..9]) if \fBclamav\-miter\fR was
32
+Set the debug level to n (where n from [0..9]) if \fBclamav\-milter\fR was
30 33
 configured with \-\-clamav-debug.
34
+Will be replaced by \-\-debug for compatability with other programs in the
35
+suite.
31 36
 .TP 
32 37
 \fB\-b, \-\-bounce\fR
33 38
 Send a failure message to the sender, and to the postmaster.
... ...
@@ -74,8 +79,9 @@ redirected to it.
74 74
 If this option is given, infected files are left in this directory.
75 75
 Note - this option only works when using LocalSocket.
76 76
 .TP 
77
-\fB\-\-server=ADDRESS, \-s ADDRESS\fR
78
-IP address of server running clamd (when using TCPsocket).
77
+\fB\-\-server=HOSTNAME/ADDRESS, \-s HOSTNAME/ADDRESS\fR
78
+IP address or hostname of server(s) running clamd (when using TCPsocket).
79
+More than one server may be specified, separating the servers by colons.
79 80
 .TP
80 81
 \fB\-\-sign, \-S\fR
81 82
 Add a hard\-coded signature to each scanned file.