Jonathan Vanasco wrote:
On Aug 2, 2005, at 10:40 AM, Marc Perkel wrote:
How do you get Exim to talk to a Dovecot backend.
You have exim access the same files/database
http://wiki.dovecot.org/moin.cgi/Authentication
Password Databases
================
passwd: /etc/passwd or similiar (using getpwnam() function)
shadow: /etc/shadow or similiar (using getspnam() function)
pam: Pluggable Authentication Modules
passwd-file: /etc/passwd-like file in specified location
ldap: Lightweight Directory Access Protocol
mysql: MySQL database.
pgsql: PostgreSQL database.
bsdauth: BSD authentication
vpopmail: External software used to handle virtual domains
User Databases
============
passwd: /etc/passwd or similiar (using getpwnam() function)
passwd-file: /etc/passwd-like file in specified location
ldap: Lightweight Directory Access Protocol
mysql: MySQL database.
pgsql: PostgreSQL database.
static: Static UID and GID, home directory from given template
vpopmail: External software used to handle virtual domains
None of the above.
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/