exim/exim-4.92-support-proxies.patch
Jaroslav Škarvada 8656a01853 New version
De-fuzzified patches
2019-06-05 11:16:58 +02:00

20 lines
521 B
Diff

diff --git a/src/EDITME b/src/EDITME
index a588b25..d8c4fad 100644
--- a/src/EDITME
+++ b/src/EDITME
@@ -970,12 +970,12 @@ SUPPORT_PAM=yes
# 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
#------------------------------------------------------------------------------