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:
committed by
Ludovic Courtès
parent
00c3ceb87c
commit
912bcbdf49
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user