I have a question for the wise people of the world who use DBMail!
OpenLDAP has an SQL backend. DBMail talks to PostgreSQL and MySQL. Would
there be any point in getting DBMail to understand the schema OpenLDAP
uses (for performance mainly I'd guess).
Chris
Paul J Stevens wrote:
Ilja Booij wrote:
* Authentication
The authentication code from dbauth??sql.c has been moved to a new
auth/ directory. There are two C-files there. authsql.c which
implements "classic" SQL authentication. authldap.c implements LDAP
authentication as implemented by Aaron Stone ([EMAIL PROTECTED]).
I've added a configure switch --with-auth-ldap which will compile
dbmail with this LDAP code.
Great. It builds with out a problem. Only issue I had was a missing
Makefile.in in /auth/
But from Aaron's description in one of his earlies emails, I get the
impression that some custom ldap-schema are being used. Is that so,
and if so, where-o-where is it ? Aaron ?
Also, are there any plans to incorporate TLS support in dbmail2. That
is to say: for connecting to mysql, or to the ldapserver, or in the
imap/pop servers themselves?