1*4882a593Smuzhiyunconfig BR2_PACKAGE_DOVECOT 2*4882a593Smuzhiyun bool "dovecot" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 4*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 5*4882a593Smuzhiyun select BR2_PACKAGE_OPENSSL 6*4882a593Smuzhiyun select BR2_PACKAGE_ZLIB 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun Dovecot is an open source IMAP and POP3 email server for 9*4882a593Smuzhiyun Linux/UNIX- like systems, written with security primarily in 10*4882a593Smuzhiyun mind. Dovecot is an excellent choice for both small and large 11*4882a593Smuzhiyun installations. It's fast, simple to set up, requires no 12*4882a593Smuzhiyun special administration and it uses very little memory. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun http://www.dovecot.org 15*4882a593Smuzhiyun 16*4882a593Smuzhiyunif BR2_PACKAGE_DOVECOT 17*4882a593Smuzhiyun 18*4882a593Smuzhiyunconfig BR2_PACKAGE_DOVECOT_MYSQL 19*4882a593Smuzhiyun bool "mysql support" 20*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # mysql 21*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # mysql 22*4882a593Smuzhiyun select BR2_PACKAGE_MYSQL 23*4882a593Smuzhiyun help 24*4882a593Smuzhiyun Enable MySQL support. 25*4882a593Smuzhiyun 26*4882a593Smuzhiyuncomment "mysql support needs a toolchain w/ C++, threads" 27*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 28*4882a593Smuzhiyun 29*4882a593Smuzhiyunconfig BR2_PACKAGE_DOVECOT_SQLITE 30*4882a593Smuzhiyun bool "sqlite support" 31*4882a593Smuzhiyun select BR2_PACKAGE_SQLITE 32*4882a593Smuzhiyun help 33*4882a593Smuzhiyun Enable SQLite support. 34*4882a593Smuzhiyun 35*4882a593Smuzhiyunsource package/dovecot-pigeonhole/Config.in 36*4882a593Smuzhiyun 37*4882a593Smuzhiyunendif # BR2_PACKAGE_DOVECOT 38*4882a593Smuzhiyun 39*4882a593Smuzhiyuncomment "dovecot needs a toolchain w/ dynamic library" 40*4882a593Smuzhiyun depends on BR2_USE_MMU 41*4882a593Smuzhiyun depends on BR2_STATIC_LIBS 42