Changeset 177
- Timestamp:
- 01/08/08 21:58:19 (1 year ago)
- Files:
-
- trunk/jsmtpd/doc/docbook-man/manual.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsmtpd/doc/docbook-man/manual.xml
r72 r177 866 866 <propertyset name="ClamdHost" value="172.16.0.200"/> 867 867 <propertyset name="ClamdPort" value="3310"/> 868 <propertyset name=" SocketTimeout" value="45"/>868 <propertyset name="connectionTimeout" value="45"/> 869 869 <propertyset name="FailOnError" value="true"/> 870 870 <filterinit></programlisting></para> … … 1174 1174 <itemizedlist> 1175 1175 <listitem> 1176 <para><emphasis role="bold"> ClamdHost</emphasis> : the ip of the1176 <para><emphasis role="bold">clamdHost</emphasis> : the ip of the 1177 1177 server running clamAV daemon</para> 1178 1178 </listitem> 1179 1179 1180 1180 <listitem> 1181 <para><emphasis role="bold"> ClamdPort</emphasis> : the tcp port1181 <para><emphasis role="bold">clamdPort</emphasis> : the tcp port 1182 1182 that the clamAV deamon listens on (ranges 1-65535)</para> 1183 1183 </listitem> 1184 1184 1185 1185 <listitem> 1186 <para><emphasis role="bold"> SocketTimeout</emphasis> : the1186 <para><emphasis role="bold">connectionTimeout</emphasis> : the 1187 1187 socket timeout in seconds, if no response can be obtained within 1188 1188 this time, the connection is closed and the plugins returns … … 1191 1191 1192 1192 <listitem> 1193 <para><emphasis role="bold"> FailOnError</emphasis> : boolean,1193 <para><emphasis role="bold">failOnError</emphasis> : boolean, 1194 1194 default false. If true, a positive virus detection will generate 1195 1195 an error email and break the chain in error state (mail will be
