You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
716 B

  1. menu "Select dovecot build options"
  2. depends on PACKAGE_dovecot
  3. config DOVECOT_GSSAPI
  4. bool "GSSAPI support"
  5. default n
  6. help
  7. Implements GSSAPI support in dovecot.
  8. config DOVECOT_LDAP
  9. bool "LDAP support"
  10. default n
  11. help
  12. Implements LDAP support in dovecot.
  13. config DOVECOT_MYSQL
  14. bool "MYSQL support"
  15. default n
  16. help
  17. Implements MYSQL support in dovecot.
  18. config DOVECOT_PGSQL
  19. bool "PostgreSQL support"
  20. default n
  21. help
  22. Implements PostgreSQL support in dovecot.
  23. config DOVECOT_SQLITE
  24. bool "SQLite support"
  25. default n
  26. help
  27. Implements SQLite DB support in dovecot.
  28. config DOVECOT_ICU
  29. bool "Enable i18n features"
  30. default n
  31. help
  32. Enable ICU (International Components for Unicode) support.
  33. endmenu