From e27438f14082ae2f5fee3353033b0396175c855b Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 18 Aug 2019 13:18:44 +0200 Subject: 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 --- mail/dovecot/Config.in | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 mail/dovecot/Config.in (limited to 'mail/dovecot/Config.in') 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 -- cgit v1.2.3