saslauthd.confd 582 B

1234567891011121314151617
  1. # Specify the authentications mechanism.
  2. # List: getpwent,kerberos5,pam,rimap,shadow,ldap
  3. # *NOTE* For actual list see: saslauthd -v
  4. SASLAUTHD_OPTS="-a pam"
  5. # Specify the hostname for remote IMAP server.
  6. # *NOTE* Only needed if rimap auth mech is used.
  7. #SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -O localhost"
  8. # Specify the number of worker processes to create.
  9. #SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -n 5"
  10. # Enable credential cache, cache size, and timeout.
  11. # *NOTE* Size is measured in kilobytes
  12. # Timeout is measured in seconds
  13. #SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -c -s 128 -t 30"