1# Directory in which to place saslauthd's listening socket, pid file, and so
2# on.  This directory must already exist.
3SOCKETDIR=@LOCALSTATEDIR@/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.
7MECH=pam
8
9# Additional flags to pass to saslauthd on the command line.  See saslauthd(8)
10# for the list of accepted flags.
11FLAGS=
12