From f0989ec0ec69cc6a881ef9f7f118194c04875a36 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 8 Dec 2015 16:56:15 +0000 Subject: SOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS in Local/Makefile --- doc/doc-docbook/spec.xfpt | 3 ++- doc/doc-txt/ChangeLog | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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 diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e78f49cf4..d57c3db00 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -112,8 +112,8 @@ JH/21 Bug 1720: Add support for priority groups and weighted-random proxy JH/22 Bugs 963, 1721: Fix some corner cases in message body canonicalisation for DKIM processing. -JH/23 Move SOCKS5 support from Experimental to mainline. It can be left out - from a build by defining DISABLE_SOCKS. +JH/23 Move SOCKS5 support from Experimental to mainline, enabled for a build + by defining SUPPORT_SOCKS. Exim version 4.86 -- cgit v1.2.3