12 lines
485 B
Django/Jinja
12 lines
485 B
Django/Jinja
# Directory in which to place saslauthd's listening socket, pid file, and so
|
|
# on. This directory must already exist.
|
|
SOCKETDIR=/run/saslauthd
|
|
|
|
# Mechanism to use when checking passwords. Run "saslauthd -v" to get a list
|
|
# of which mechanism your installation was compiled with the ablity to use.
|
|
MECH="{{ postfix_saslauthd_mech }}"
|
|
|
|
# Additional flags to pass to saslauthd on the command line. See saslauthd(8)
|
|
# for the list of accepted flags.
|
|
FLAGS={{ postfix_saslauthd_flags }}
|