diff options
author | Stef Walter <stef@memberwebs.com> | 2004-10-30 18:13:52 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-10-30 18:13:52 +0000 |
commit | 2278e316344f12c3091b4630a88eb5d7d2d1aef0 (patch) | |
tree | 4616fe57688312d7c05a924e9049318ac9eb0195 /doc/proxsmtpd.conf.5 | |
parent | 13c126eb97f418c448a5008d0f083a317781a75a (diff) |
- Allow configuration of server keep alives (NOOPs). Default to none
Diffstat (limited to 'doc/proxsmtpd.conf.5')
-rw-r--r-- | doc/proxsmtpd.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
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. |