Displaying 3 results from an estimated 3 matches for "userdb_ldap".
2009 Mar 17
2
problem with ldap
Hi,
dovecot-1.2 from hg.dovecot.org
openldap-2.4.11
passdb.o: In function `passdbs_init':
/home/src/dovecot-1.2/src/auth/passdb.c:230: undefined reference to `passdb_ldap'
userdb.o: In function `userdbs_init':
/home/src/dovecot-1.2/src/auth/userdb.c:177: undefined reference to `userdb_ldap'
collect2: ld returned 1 exit status
--
Xueron Nee
http://www.xueron.com
2005 Aug 30
2
Very minor feature request
Hello,
I'd suggest a way to get to know the "capabilities" of a compiled Dovecot.
The background is that I've run the sequence
./configure --with-ldap && make && make install
twice, all three commands tell me that all is fine (ldap is listed in the
modules), but still dovecot told me that ldap is no Usedb module.
A "make clean" before solved the
2019 Oct 18
3
[2.3.8] possible replication issue
...quired
ssl_ca = </etc/ssl/certs/chain.pem
ssl_cert = </etc/ssl/certs/cert.pem
ssl_client_ca_dir = /etc/ssl/certs
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
ssl_require_crl = no
userdb {
args = /etc/dovecot/dovecot-ldap-userdb.conf.ext
driver = ldap
name = userdb_ldap
}
protocol imap {
mail_max_userip_connections = 25
mail_plugins = " mail_log notify zlib notify replication imap_zlib"
}
protocol lmtp {
mail_plugins = " mail_log notify zlib notify replication sieve"
}
-------------- next part --------------
VERSION doveadm-server 1 1
VER...