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 | |
parent | 1ff6f4ceba9b56980a1010434e5c3641c4c93048 (diff) |
- Add XCLIENT support
- Ignore XCLIENT/XFORWARD commands coming from clients.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/proxsmtpd.conf | 3 | ||||
-rw-r--r-- | doc/proxsmtpd.conf.5 | 4 |
2 files changed, 7 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 diff --git a/doc/proxsmtpd.conf.5 b/doc/proxsmtpd.conf.5 index 436da7f..77480e3 100644 --- a/doc/proxsmtpd.conf.5 +++ b/doc/proxsmtpd.conf.5 @@ -123,6 +123,10 @@ The user to run as. If this option is specified then .Xr proxsmtpd 8 must be started as root. It will then drop root privileges and run as the specified user. The user can either be a name or a numerical user id. +.It Ar XClient +Send an XCLIENT command to the receiving server. This is useful for forwarding +client addresses and connection info to servers that support this feature. +[ Default: off ] .El .Sh ADDRESSES Addresses can be specified in multiple formats: |