git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1265 77e5149b-7576-45b1-b177-96237e5ba77b
| ... | ... |
@@ -160,7 +160,7 @@ Default: disabled |
| 160 | 160 |
Enable debug messages from libclamav. |
| 161 | 161 |
.TP |
| 162 | 162 |
\fBStreamMaxLength SIZE\fR |
| 163 |
-Clamd uses FTP\-like protocol to receive data from remote clients. If you are using clamav\-milter to balance load between remote clamd daemons on firewall servers you may need to tune the Stream* options. This option allows you to specify the maximal limit for data transfered to remote daemon when scanning a single file. |
|
| 163 |
+Clamd uses FTP\-like protocol to receive data from remote clients. If you are using clamav\-milter to balance load between remote clamd daemons on firewall servers you may need to tune the Stream* options. This option allows you to specify the maximal limit for data transfered to remote daemon when scanning a single file. It should match your MTA's limit for a maximal attachment size. |
|
| 164 | 164 |
.br |
| 165 | 165 |
Default: 10M |
| 166 | 166 |
.TP |
| ... | ... |
@@ -95,6 +95,7 @@ FixStaleSocket |
| 95 | 95 |
# on firewall servers you may need to tune the options below. |
| 96 | 96 |
|
| 97 | 97 |
# Close the connection when the data size limit is exceeded. |
| 98 |
+# The value should match your MTA's limit for a maximal attachment size. |
|
| 98 | 99 |
# Default: 10M |
| 99 | 100 |
#StreamMaxLength 20M |
| 100 | 101 |
|