Browse Source

dovecot: changed to always enable SQL plugin support

The --with-sql is useful only if Dovecot is being built with all the SQL
drivers as modules. If any SQL driver is built-in, this option is ignored.
user/chris/wip/linux37
Christian Wiese 12 years ago
parent
commit
b192fa93e6
  1. 3
      mail/dovecot/dovecot.conf

3
mail/dovecot/dovecot.conf

@ -15,6 +15,9 @@
# install development headers by default
var_append confopt ' ' "--enable-header-install"
# SQL plugin support
var_append extraconfopt ' ' "--with-sql=plugin"
# package/option mappings for auto-configuration
pkg_dovecot_options="openldap:ldap=plugin postgresql:pgsql mysql sqlite \
clucene:lucene"

Loading…
Cancel
Save