source: trunk/doc-expressolivre/debian/arqs-conf/etc/default/saslauthd-lenny @ 685

Revision 685, 1.9 KB checked in by niltonneto, 15 years ago (diff)

Resolve #425

Line 
1#
2# Settings for saslauthd daemon
3# Please read /usr/share/doc/sasl2-bin/README.Debian for details.
4#
5
6# Should saslauthd run automatically on startup? (default: no)
7START=yes
8
9# Description of this saslauthd instance. Recommended.
10# (suggestion: SASL Authentication Daemon)
11DESC="SASL Authentication Daemon"
12
13# Short name of this saslauthd instance. Strongly recommended.
14# (suggestion: saslauthd)
15NAME="saslauthd"
16
17# Which authentication mechanisms should saslauthd use? (default: pam)
18#
19# Available options in this Debian package:
20# getpwent  -- use the getpwent() library function
21# kerberos5 -- use Kerberos 5
22# pam       -- use PAM
23# rimap     -- use a remote IMAP server
24# shadow    -- use the local shadow password file
25# sasldb    -- use the local sasldb database file
26# ldap      -- use LDAP (configuration is in /etc/saslauthd.conf)
27#
28# Only one option may be used at a time. See the saslauthd man page
29# for more information.
30#
31# Example: MECHANISMS="pam"
32MECHANISMS="ldap"
33
34# Additional options for this mechanism. (default: none)
35# See the saslauthd man page for information about mech-specific options.
36MECH_OPTIONS=""
37
38# How many saslauthd processes should we run? (default: 5)
39# A value of 0 will fork a new process for each connection.
40THREADS=5
41
42# Other options (default: -c -m /var/run/saslauthd)
43# Note: You MUST specify the -m option or saslauthd won't run!
44#
45# WARNING: DO NOT SPECIFY THE -d OPTION.
46# The -d option will cause saslauthd to run in the foreground instead of as
47# a daemon. This will PREVENT YOUR SYSTEM FROM BOOTING PROPERLY. If you wish
48# to run saslauthd in debug mode, please run it by hand to be safe.
49#
50# See /usr/share/doc/sasl2-bin/README.Debian for Debian-specific information.
51# See the saslauthd man page and the output of 'saslauthd -h' for general
52# information about these options.
53#
54# Example for postfix users: "-c -m /var/spool/postfix/var/run/saslauthd"
55OPTIONS="-c -m /var/run/saslauthd"
Note: See TracBrowser for help on using the repository browser.