[Buildroot] [git commit] exim: enable plaintext and cram-md5 authenticators

Peter Korsgaard peter at korsgaard.com
Thu May 21 21:22:53 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=41793eabfd2efc13bc86622fb139b14d8a45bd89
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes #8126

Signed-off-by: Mirko Langisch <pud at nerdpunx.net>
Acked-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/exim/exim.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index ed309de..b852793 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk
@@ -46,6 +46,8 @@ define EXIM_USE_DEFAULT_CONFIG_FILE
 	$(call exim-config-change,PCRE_CONFIG,no)
 	$(call exim-config-change,HAVE_ICONV,no)
 	$(call exim-config-unset,EXIM_MONITOR)
+	$(call exim-config-change,AUTH_PLAINTEXT,yes)
+	$(call exim-config-change,AUTH_CRAM_MD5,yes)
 endef
 
 ifeq ($(BR2_PACKAGE_DOVECOT),y)


More information about the buildroot mailing list