diff options
author | Stef Walter <stef@memberwebs.com> | 2004-11-26 23:17:53 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-11-26 23:17:53 +0000 |
commit | e37fac8fbf66367e5c1ce722e0d809d3e57ba8c7 (patch) | |
tree | 32fd103065a80eb162f811202cfdc5b3194f925b /doc/proxsmtpd.conf | |
parent | 1ff6f4ceba9b56980a1010434e5c3641c4c93048 (diff) |
- Add XCLIENT support
- Ignore XCLIENT/XFORWARD commands coming from clients.
Diffstat (limited to 'doc/proxsmtpd.conf')
-rw-r--r-- | doc/proxsmtpd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/proxsmtpd.conf b/doc/proxsmtpd.conf index b963c8b..8c9d60a 100644 --- a/doc/proxsmtpd.conf +++ b/doc/proxsmtpd.conf @@ -31,6 +31,9 @@ OutAddress: 10026 # Keep Alives (ie: NOOP's to server) #KeepAlives: 0 +# Send XCLIENT commands to receiving server +#XClient: off + # Address to listen on (defaults to all local addresses on port 10025) #Listen: 0.0.0.0:10025 |