summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-10-30 18:13:52 +0000
committerStef Walter <stef@memberwebs.com>2004-10-30 18:13:52 +0000
commit2278e316344f12c3091b4630a88eb5d7d2d1aef0 (patch)
tree4616fe57688312d7c05a924e9049318ac9eb0195 /doc
parent13c126eb97f418c448a5008d0f083a317781a75a (diff)
- Allow configuration of server keep alives (NOOPs). Default to none
Diffstat (limited to 'doc')
-rw-r--r--doc/proxsmtpd.conf3
-rw-r--r--doc/proxsmtpd.conf.57
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/proxsmtpd.conf b/doc/proxsmtpd.conf
index 0138e94..b963c8b 100644
--- a/doc/proxsmtpd.conf
+++ b/doc/proxsmtpd.conf
@@ -28,6 +28,9 @@ OutAddress: 10026
# Amount of time (in seconds) to wait on network IO
#TimeOut: 180
+# Keep Alives (ie: NOOP's to server)
+#KeepAlives: 0
+
# Address to listen on (defaults to all local addresses on port 10025)
#Listen: 0.0.0.0:10025
diff --git a/doc/proxsmtpd.conf.5 b/doc/proxsmtpd.conf.5
index 75495e4..8579a3c 100644
--- a/doc/proxsmtpd.conf.5
+++ b/doc/proxsmtpd.conf.5
@@ -87,6 +87,13 @@ to a file and the file name is passed to the
using the
.Ar EMAIL
environment variable.
+.It Ar KeepAlives
+On slow connections the server will sometimes timeout before
+.Xr proxsmtpd 8
+is finished filtering 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.