diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2003-09-11 20:04:36 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2003-09-11 20:04:36 +0000 |
commit | f4dc9121f5dec776794866131bc2a8d48f254b9d (patch) | |
tree | 2d7fcfb2118dbdb38e5bedadd62516127e220afe /sysconfig.txt | |
parent | 0d08190bd1909940678677a0dde00c42761d7f4c (diff) | |
download | initscripts-f4dc9121f5dec776794866131bc2a8d48f254b9d.tar initscripts-f4dc9121f5dec776794866131bc2a8d48f254b9d.tar.gz initscripts-f4dc9121f5dec776794866131bc2a8d48f254b9d.tar.bz2 initscripts-f4dc9121f5dec776794866131bc2a8d48f254b9d.tar.xz initscripts-f4dc9121f5dec776794866131bc2a8d48f254b9d.zip |
- add two of the options for /etc/init.d/saslauthd
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 8bbf517d..ec9ee6bd 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -371,6 +371,21 @@ Files in /etc/sysconfig BACKUPTAB=/etc/backuptab The file in which we keep our list of backup(s) we want to make. +/etc/sysconfig/saslauthd: + + used by the saslauthd init script (part of the cyrus-sasl package) to + control which arguments are passed to saslauthd at startup time; changes + made to this file have no effect until saslauthd is restarted + + MECH=shadow + controls which data source saslauthd will consult when checking user + passwords; run 'saslauthd -a' to get a full list of available + authentication mechanisms + SOCKETDIR=/var/run/saslauthd + controls in which directory saslauthd will be directed to create its + listening socket; any change to this value will require a corresponding + change in client configuration files + /etc/sysconfig/sendmail: DAEMON=yes|no yes implies -bd (i.e., listen on port 25 for new mail) |