exim/exim-4.89-support-proxies.patch

19 lines
511 B
Diff
Raw Normal View History

2018-02-07 09:27:04 +00:00
--- a/src/EDITME 2018-02-07 09:39:41.449345768 +0100
+++ b/src/EDITME 2018-02-07 09:40:08.993393374 +0100
@@ -942,12 +942,12 @@
# If you may want to use outbound (client-side) proxying, using Socks5,
# uncomment the line below.
-# SUPPORT_SOCKS=yes
+SUPPORT_SOCKS=yes
# If you may want to use inbound (server-side) proxying, using Proxy Protocol,
# uncomment the line below.
-# SUPPORT_PROXY=yes
+SUPPORT_PROXY=yes
#------------------------------------------------------------------------------