Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 4ac0e4267c570fcc2fc826526fbddf5a > files > 210

dovecot-1.0.7-9.el5_11.4.x86_64.rpm

User Databases
==============

After user has been successfully authenticated, Dovecot looks up the user's
userdb information. The userdb lookup is also done by<deliver> [LDA.txt] to
find out how to deliver mails for the user.

The user database lookup returns:

 * User's <UID> [UserIds.txt] (UNIX user ID)
 * User's <GID> [UserIds.txt] (UNIX group ID)
 * <Home directory> [VirtualUsers.txt]
 * <Mail location> [MailLocation.txt] (if needed to override the default
   'mail_location' setting)
 * Optional <extra fields> [UserDatabase.ExtraFields.txt] which are sent to the
   IMAP/POP3 process in environment variables.

The user and <password databases> [PasswordDatabase.txt] may be same or they
may be different depending on your needs. You can also have<multiple databases>
[Authentication.MultipleDatabases.txt].

Currently supported user databases are:

 * <Passwd> [AuthDatabase.Passwd.txt]: System users (NSS, '/etc/passwd', or
   similiar)
 * <Passwd-file> [AuthDatabase.PasswdFile.txt]: '/etc/passwd'-like file in
   specified location
 * <LDAP> [AuthDatabase.LDAP.txt]: Lightweight Directory Access Protocol
 * <SQL> [AuthDatabase.SQL.txt]: SQL database (PostgreSQL, MySQL, SQLite)
 * <Static> [UserDatabase.Static.txt]: Userdb information generated from a
   given template
 * <VPopMail> [AuthDatabase.VPopMail.txt]: External software used to handle
   virtual domains
 * <Prefetch> [UserDatabase.Prefetch.txt]: This assumes that the passdb already
   returned also all the required user database information

(This file was created from the wiki on 2007-06-15 04:42)