I'd like to ask the local autoconf wizards if they might be able to help my out to set up the necessary magic to allow a configure such as this one:
./configure --with-db=mysql --with-auth=ldap Another little gotcha is that the current two auth providers are named dbtype/dbauthdbtype.c which means that the paths and names can't be rules, they'd need to be fully specified, as the authldap module would probably just be in the dbmail root directory (unless there were an 'auth' directory added...) and called plain authldap.c (no 'db' prefix). I also don't suppose we might be doing this while we're at it... ./configure --with-db=mysql --with-auth=pgsql Since, well, it *should* work once you undef DBMAIL_USE_SAME_DB... Thanks, Aaron