summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorVlad Glagolev2021-02-10 23:09:44 +0000
committerVlad Glagolev2021-02-10 23:09:44 +0000
commit8e0b1b1cc24fe1755ec8e8e7b87b060c25563279 (patch)
tree2aa082629d5a847e4afd3b055b3dd5c03f0ef867 /mail
parent15b361313e9142bca8e56a36070bdfcb32a67a68 (diff)
exim: add proxy settings
Diffstat (limited to 'mail')
-rwxr-xr-xmail/exim/BUILD10
-rwxr-xr-xmail/exim/CONFIGURE2
-rw-r--r--mail/exim/HISTORY3
3 files changed, 15 insertions, 0 deletions
diff --git a/mail/exim/BUILD b/mail/exim/BUILD
index f26b64fb3e..6c98a92672 100755
--- a/mail/exim/BUILD
+++ b/mail/exim/BUILD
@@ -81,6 +81,16 @@ then
echo "HAVE_IPV6=yes" >> Local/Makefile
fi &&
+if [[ "$EXIM_SOCKS" == "y" ]]
+then
+ echo "SUPPORT_SOCKS=yes" >> Local/Makefile
+fi &&
+
+if [[ "$EXIM_PROXY" == "y" ]]
+then
+ echo "SUPPORT_PROXY=yes" >> Local/Makefile
+fi &&
+
if [[ "$EXIM_CDB" == "y" ]]; then
echo "LOOKUP_CDB=yes" >> Local/Makefile
fi &&
diff --git a/mail/exim/CONFIGURE b/mail/exim/CONFIGURE
index e1ad9a92c5..a9e77adb98 100755
--- a/mail/exim/CONFIGURE
+++ b/mail/exim/CONFIGURE
@@ -27,6 +27,8 @@ fi &&
config_query EXIM_IPV6 "Enable IPv6 support?" n &&
+config_query EXIM_SOCKS "Enable outbound (client-side) proxying, using Socks5 support?" n &&
+config_query EXIM_PROXY "Enable inbound (server-side) proxying, using Proxy Protocol support?" n &&
config_query EXIM_CDB "Enable CDB lookup support?" n &&
config_query EXIM_MAILDIR "Support maildir for appendfile transport?" n &&
config_query EXIM_MAILSTORE "Support mailstore for appendfile transport?" n &&
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index fc1e685e5f..55e10c2f27 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2021-02-10 Vlad Glagolev <stealth@sourcemage.org>
+ * CONFIGURE, BUILD: added proxy settings
+
2020-09-01 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Disable castfs (STAGED_INSTALL), breaks install