config BR2_PACKAGE_DOVECOT
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # fork()
Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-
like systems, written with security primarily in mind. Dovecot is an
excellent choice for both small and large installations. It's fast,
simple to set up, requires no special administration and it uses very
config BR2_PACKAGE_DOVECOT_BZIP2
config BR2_PACKAGE_DOVECOT_MYSQL
depends on BR2_INSTALL_LIBSTDCPP # mysql
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
comment "mysql support needs a toolchain w/ C++, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_DOVECOT_OPENSSL
select BR2_PACKAGE_OPENSSL
config BR2_PACKAGE_DOVECOT_SQLITE
select BR2_PACKAGE_SQLITE
config BR2_PACKAGE_DOVECOT_ZLIB
source package/dovecot-pigeonhole/Config.in
endif # BR2_PACKAGE_DOVECOT
comment "dovecot needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS