blob: 0f48b9f18b32935733711f3c075ff2c3a33bcde3 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001menu "Select dovecot build options"
2 depends on PACKAGE_dovecot
3
4config DOVECOT_GSSAPI
5 bool "GSSAPI support"
6 default n
7 help
8 Implements GSSAPI support in dovecot.
9
10config DOVECOT_LDAP
11 bool "LDAP support"
12 default n
13 help
14 Implements LDAP support in dovecot.
15
16config DOVECOT_MYSQL
17 bool "MYSQL support"
18 default n
19 help
20 Implements MYSQL support in dovecot.
21
22config DOVECOT_PGSQL
23 bool "PostgreSQL support"
24 default n
25 help
26 Implements PostgreSQL support in dovecot.
27
28config DOVECOT_SQLITE
29 bool "SQLite support"
30 default n
31 help
32 Implements SQLite DB support in dovecot.
33
34config DOVECOT_ICU
35bool "Enable i18n features"
36 default n
37 help
38 Enable ICU (International Components for Unicode) support.
39
40endmenu