The server fulfills two roles: it isolates all code requiring superuser privileges into a single process, and it can be used to provide proxy authentication services to clients that do not understand SASL based authentication.
should be started from the system boot scripts when going to multi-user mode. When running against a protected authentication database (e.g. the shadow mechanism), it must be run as the superuser.
Authenticate using the DCE authentication environment.
Authenticate using the Fn getpwent library function. Typically this authenticates against the local password file. See your systems getpwent(3) man page for details.
Authenticate against the local Kerberos 4 realm. (See the Sx NOTES section for caveats about this driver.)
Authenticate against the local Kerberos 5 realm.
Authenticate using Pluggable Authentication Modules (PAM).
Forward authentication requests to a remote IMAP server. This driver connects to a remote IMAP server, specified using the -O flag, and attempts to login (via an IMAP `LOGIN' command) using the credentials supplied to the local server. If the remote authentication succeeds the local connection is also considered to be authenticated. The remote connection is closed as soon as the tagged response from the `LOGIN' command is received from the remote server.
The option parameter to the -O flag describes the remote server to forward authentication requests to. hostname can be a hostname (imap.example.com) or a dotted-quad IP address (192.168.0.1). The latter is useful if the remote server is multi-homed and has network interfaces that are unreachable from the local IMAP server. The remote host is contacted on the `imap' service port. A non-default port can be specified by appending a slash and the port name or number to the hostname argument.
The -O flag and argument are mandatory when using the rimap mechanism.
Authenticate against the local Qq shadow password file . The exact mechanism is system dependent. currently understands the Fn getspnam and Fn getuserpw library routines. Some systems honour the -T flag.
Authenticate against the SASL authentication database. Note that this is probabally not what you want to be using, and is even disabled at compile-time by default. If you want to use sasldb with the SASL library, you probably want to use the pwcheck_method of "auxprop" along with the sasldb auxprop plugin instead.
Authenticate against an ldap server. The ldap configuration parameters are read from /etc/saslauthd.conf. The location of this file can be changed with the -O parameter. See the LDAP_SASLAUTHD file included with the distribution for the list of available parameters.
Authenticate using the Digital UNIX Security Integration Architecture (a.k.a. Qq enhanced security ) .