Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
# Directory in which to place saslauthd's listening socket, pid file, and so
|
|
|
2 |
# on. This directory must already exist.
|
|
|
3 |
SOCKETDIR=/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 |
# Additional flags to pass to saslauthd on the command line. See saslauthd(8)
|
|
|
10 |
# for the list of accepted flags.
|
|
|
11 |
FLAGS=
|