Browse Source

dovecot: enable generic SQL support

user/chris/wip/linux37
Christian Wiese 12 years ago
parent
commit
d41eca1376
  1. 3
      mail/dovecot/dovecot.conf

3
mail/dovecot/dovecot.conf

@ -20,3 +20,6 @@ if pkginstalled openldap ; then
pkgprefix -t openldap
var_append extraconfopt ' ' "--with-ldap"
fi
# generic SQL support
var_append extraconfopt ' ' "--with-sql=plugin"

Loading…
Cancel
Save