mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/exim: Add support for SMTP AUTH through Dovecot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9fd587606e
commit
ee6789f0cd
@ -48,6 +48,13 @@ define EXIM_USE_DEFAULT_CONFIG_FILE
|
|||||||
$(call exim-config-unset,EXIM_MONITOR)
|
$(call exim-config-unset,EXIM_MONITOR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_DOVECOT),y)
|
||||||
|
EXIM_DEPENDENCIES += dovecot
|
||||||
|
define EXIM_USE_DEFAULT_CONFIG_FILE_DOVECOT
|
||||||
|
$(call exim-config-change,AUTH_DOVECOT,yes)
|
||||||
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
define EXIM_CONFIGURE_TOOLCHAIN
|
define EXIM_CONFIGURE_TOOLCHAIN
|
||||||
$(call exim-config-add,CC,$(TARGET_CC))
|
$(call exim-config-add,CC,$(TARGET_CC))
|
||||||
$(call exim-config-add,CFLAGS,$(TARGET_CFLAGS))
|
$(call exim-config-add,CFLAGS,$(TARGET_CFLAGS))
|
||||||
@ -65,6 +72,7 @@ endef
|
|||||||
else # CUSTOM_CONFIG
|
else # CUSTOM_CONFIG
|
||||||
define EXIM_CONFIGURE_CMDS
|
define EXIM_CONFIGURE_CMDS
|
||||||
$(EXIM_USE_DEFAULT_CONFIG_FILE)
|
$(EXIM_USE_DEFAULT_CONFIG_FILE)
|
||||||
|
$(EXIM_USE_DEFAULT_CONFIG_FILE_DOVECOT)
|
||||||
$(EXIM_CONFIGURE_TOOLCHAIN)
|
$(EXIM_CONFIGURE_TOOLCHAIN)
|
||||||
endef
|
endef
|
||||||
endif # CUSTOM_CONFIG
|
endif # CUSTOM_CONFIG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user