4 |
- |
1 |
# Directory in which to place saslauthd's listening socket, pid file, and so
|
|
|
2 |
# on. This directory must already exist.
|
|
|
3 |
SOCKETDIR=/var/run/saslauthd
|
|
|
4 |
|
|
|
5 |
# Mechanism to use when checking passwords. Run "saslauthd -v" to get a list
|
|
|
6 |
# of which mechanism your installation was compiled with the ablity to use.
|
|
|
7 |
MECH=pam
|
|
|
8 |
|
|
|
9 |
# Options sent to the saslauthd. If the MECH is other than "pam" uncomment the next line.
|
|
|
10 |
# DAEMONOPTS=--user saslauth
|
|
|
11 |
|
|
|
12 |
# Additional flags to pass to saslauthd on the command line. See saslauthd(8)
|
|
|
13 |
# for the list of accepted flags.
|
|
|
14 |
FLAGS=
|