exim/exim-4.92-support-proxies.patch
Jaroslav Škarvada 2600fcec66 Fixed greylist-conf patch
Related: rhbz#1679274
2019-03-04 12:07:09 +01:00

20 lines
521 B
Diff

diff --git a/src/EDITME b/src/EDITME
index 4e3a9a3..e3b98e9 100644
--- a/src/EDITME
+++ b/src/EDITME
@@ -972,12 +972,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
#------------------------------------------------------------------------------