diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-08 16:56:15 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-08 16:56:15 +0000 |
commit | f0989ec0ec69cc6a881ef9f7f118194c04875a36 (patch) | |
tree | 6caf0547ffde0370cbbbb6599b74f7ef53c976e4 /doc/doc-docbook | |
parent | 74f150bf80451e34b2fae10c14019e37d644420a (diff) |
SOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS in Local/Makefile
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 677b4ef50..73887d4e7 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -38032,7 +38032,8 @@ Proxies may provide a security, availability or load-distribution function. .cindex SOCKS proxy Exim has support for sending outbound SMTP via a proxy using a protocol called SOCKS5 (defined by RFC1928). -The support can be removed by defining DISABLE_SOCKS=yes in Local/Makefile. +The support can be optionally included by defining SUPPORT_SOCKS=yes in +Local/Makefile. Use of a proxy is enabled by setting the &%socks_proxy%& on an smtp transport. The option value is expanded and should then be a list |