Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8e0b1b1cc24fe1755ec8e8e7b87b060c25563279)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8e0b1b1cc24fe1755ec8e8e7b87b060c25563279)
  • Date: Wed, 10 Feb 2021 23:09:50 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/exim/BUILD | 10 ++++++++++
mail/exim/CONFIGURE | 2 ++
mail/exim/HISTORY | 3 +++
3 files changed, 15 insertions(+)

New commits:
commit 8e0b1b1cc24fe1755ec8e8e7b87b060c25563279
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exim: add proxy settings

diff --git a/mail/exim/BUILD b/mail/exim/BUILD
index f26b64f..6c98a92 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 e1ad9a9..a9e77ad 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 fc1e685..55e10c2 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2021-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE, BUILD: added proxy settings
+
2020-09-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Disable castfs (STAGED_INSTALL), breaks install




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8e0b1b1cc24fe1755ec8e8e7b87b060c25563279), Vlad Glagolev, 02/10/2021

Archive powered by MHonArc 2.6.24.

Top of Page