1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: exim: Enable forward and reverse proxy.

* gnu/packages/mail.scm (exim): Uncomment flags to enable forward and reverse
proxy transport options.

Change-Id: Ibac2f769159de497bb501a90feb562e1f2ff3586
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Zacchaeus
2025-08-31 14:49:50 -07:00
committed by Ludovic Courtès
parent 00c3ceb87c
commit 912bcbdf49

View File

@@ -2112,6 +2112,8 @@ delivery.")
(("(ZCAT_COMMAND=).*" all var)
(string-append var (search-input-file inputs "bin/zcat")
"\n"))
(("# (SUPPORT_SOCKS=yes)" all line) line)
(("# (SUPPORT_PROXY=yes)" all line) line)
(("# (USE_GNUTLS(|_PC)=.*)" all line)
(string-append line "\n"))
(("# (AUTH_CRAM_MD5=yes)" all line) line)