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>
1 files changed, 2 insertions(+), 0 deletions(-) M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +2 -0
@@ 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)