diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-08-18 13:18:44 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-08-18 13:36:03 +0200 |
commit | e27438f14082ae2f5fee3353033b0396175c855b (patch) | |
tree | 6ee6ac5174a53c98f9a471c145aa69ec658ddc46 /mail/dovecot/Config.in | |
parent | fcbc1cad2c9e79eb77ab01f14496d526192d8683 (diff) |
dovecot: Improve packaging and include configs
- Add dovenull user, otherwise, dovecot doesn't start
- Build docs to have configuration files for dovecot
- Remove init script as conffile
- Move build options from Makefile to Config.in
- Install section to be more readable
- Refresh patches
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'mail/dovecot/Config.in')
-rw-r--r-- | mail/dovecot/Config.in | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/mail/dovecot/Config.in b/mail/dovecot/Config.in new file mode 100644 index 000000000..0f48b9f18 --- /dev/null +++ b/mail/dovecot/Config.in @@ -0,0 +1,40 @@ +menu "Select dovecot build options" + depends on PACKAGE_dovecot + +config DOVECOT_GSSAPI + bool "GSSAPI support" + default n + help + Implements GSSAPI support in dovecot. + +config DOVECOT_LDAP + bool "LDAP support" + default n + help + Implements LDAP support in dovecot. + +config DOVECOT_MYSQL + bool "MYSQL support" + default n + help + Implements MYSQL support in dovecot. + +config DOVECOT_PGSQL + bool "PostgreSQL support" + default n + help + Implements PostgreSQL support in dovecot. + +config DOVECOT_SQLITE + bool "SQLite support" + default n + help + Implements SQLite DB support in dovecot. + +config DOVECOT_ICU +bool "Enable i18n features" + default n + help + Enable ICU (International Components for Unicode) support. + +endmenu |