From f4dc9121f5dec776794866131bc2a8d48f254b9d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 11 Sep 2003 20:04:36 +0000 Subject: - add two of the options for /etc/init.d/saslauthd --- sysconfig.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'sysconfig.txt') 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) -- cgit