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