Commit 41793eab authored by Mirko Langisch's avatar Mirko Langisch Committed by Peter Korsgaard
Browse files

exim: enable plaintext and cram-md5 authenticators

parent dc587bf9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)