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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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)