Browse Source

* improved dovecot to enable LDAP support if openldap is installed

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20272 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
b0b28c98de
  1. 8
      mail/dovecot/dovecot.conf

8
mail/dovecot/dovecot.conf

@ -17,3 +17,11 @@ if [ $prefix_auto = 1 ] ; then
prefix="opt/dovecot"
set_confopt
fi
# LDAP support
if pkginstalled openldap ; then
pkgprefix -t openldap
var_append CFLAGS ' ' "-I$root$( pkgprefix includedir openldap )"
export CFLAGS
var_append extraconfopt ' ' "--with-ldap"
fi

Loading…
Cancel
Save