Browse code

Documented TCPWrappers

git-svn: trunk@292

Nigel Horne authored on 2004/02/16 18:39:57
Showing 1 changed files
... ...
@@ -8,10 +8,13 @@ clamav\-milter [options] socket_address
8 8
 .SH "DESCRIPTION"
9 9
 .LP 
10 10
 clamav\-milter is a filter for sendmail mail server. It uses a mail scanning engine built into clamd.
11
-.TP
11
+.LP
12 12
 clamav\-milter requires \fBclamd(8)\fR to run.
13 13
 When starting, clamav\-milter verifies that it can communicate with clamd;
14 14
 if it cannot it terminates.
15
+.LP
16
+clamav\-milter supports tcpwrappers, the value for \fIdaemon_list\fR
17
+is "clamav\-milter".
15 18
 .SH "OPTIONS"
16 19
 .LP 
17 20
 
... ...
@@ -110,10 +113,10 @@ There is no default, if this argument is not \fBclamav\-milter\fR will
110 110
 spawn as many children as is necessary.
111 111
 .SH "EXAMPLES"
112 112
 .LP 
113
-clamav\-milter \-\-max\-children=2 \-obl local:/var/run/clmilter.sock
113
+clamav\-milter \-\-max\-children=2 \-ol local:/var/run/clmilter.sock
114 114
 .SH "AUTHOR"
115 115
 .LP 
116 116
 clamav\-milter was written by Nigel Horne <njh@bandsman.co.uk>, the manual page was created by Tomasz Kojm <zolw@konarski.edu.pl>.
117 117
 .SH "SEE ALSO"
118 118
 .LP 
119
-clamd(8), clamscan(1), freshclam(1), sigtool(1), clamav.conf(5)
119
+clamd(8), clamscan(1), freshclam(1), sigtool(1), clamav.conf(5), hosts_access(5)