17 lines
582 B
Plaintext
17 lines
582 B
Plaintext
# Specify the authentications mechanism.
|
|
# List: getpwent,kerberos5,pam,rimap,shadow,ldap
|
|
# *NOTE* For actual list see: saslauthd -v
|
|
SASLAUTHD_OPTS="-a pam"
|
|
|
|
# Specify the hostname for remote IMAP server.
|
|
# *NOTE* Only needed if rimap auth mech is used.
|
|
#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -O localhost"
|
|
|
|
# Specify the number of worker processes to create.
|
|
#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -n 5"
|
|
|
|
# Enable credential cache, cache size, and timeout.
|
|
# *NOTE* Size is measured in kilobytes
|
|
# Timeout is measured in seconds
|
|
#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -c -s 128 -t 30"
|