summaryrefslogtreecommitdiff
path: root/doc/clamsmtpd.conf.5
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-10-30 18:10:07 +0000
committerStef Walter <stef@memberwebs.com>2004-10-30 18:10:07 +0000
commit409ee41b2e979c1b48690a82839d622e1f6ab99b (patch)
tree15825beababdade348d1a9e8811f8fbb81e8a359 /doc/clamsmtpd.conf.5
parentad408f3c5264ade2c9fad5d795dd8fb3f802f798 (diff)
Allow configuration of server keep alives (NOOPs). Default to none.
Diffstat (limited to 'doc/clamsmtpd.conf.5')
-rw-r--r--doc/clamsmtpd.conf.57
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/clamsmtpd.conf.5 b/doc/clamsmtpd.conf.5
index e481af9..7df06bc 100644
--- a/doc/clamsmtpd.conf.5
+++ b/doc/clamsmtpd.conf.5
@@ -82,6 +82,13 @@ on. See syntax of addresses below.
[ Default:
.Pa /var/run/clamav/clamd
]
+.It Ar KeepAlives
+On slow connections the server will sometimes timeout before
+.Nm
+is finished scanning the file. This option sends NOOP's to the server
+to keep the connection alive. Specify the number of seconds, or 0
+to disable.
+[ Default: 0 ]
.It Ar Listen
The address and port to listen for SMTP connections on. See syntax of
addresses below.