All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] exim: enable plaintext and cram-md5 authenticators
@ 2015-05-21 21:22 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2015-05-21 21:22 UTC (permalink / raw)
  To: buildroot

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@nerdpunx.net>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-21 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 21:22 [Buildroot] [git commit] exim: enable plaintext and cram-md5 authenticators Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.