exim/exim-4.91-support-proxies.patch
Jaroslav Škarvada 89cc74b43d Enabled DANE support
Resolves: rhbz#1693202
De-fuzzified support-proxies patch
2019-03-27 13:23:20 +01:00

20 lines
521 B
Diff

diff --git a/src/EDITME b/src/EDITME
index 6f8e99f..ec04a22 100644
--- a/src/EDITME
+++ b/src/EDITME
@@ -965,12 +965,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
#------------------------------------------------------------------------------