mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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:
parent
00c3ceb87c
commit
912bcbdf49
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue