NAME

saslauthd - LCFG Saslauthd component

DESCRIPTION

Simple component to start and stop a default installation of Saslauthd.

RESOURCES

mech

Mechanism to use when checking passwords. Run "saslauthd -v" to get a list of which mechanism your installation was compiled to use. eg shadow, pam

flags

Additional flags to pass to saslauthd on the command line. See saslauthd(8) for the list of accepted flags.

socketdir

Directory in which to place saslauthd's listening socket, pid file, and so on. This directory will be created if it doesn't exist.

METHODS

start

Calls /etc/init.d/saslauthd start

stop

Calls /etc/init.d/saslauthd stop

restart

As LCFG spec, ie calls stop then start.

NOTES

This component currently just configures /etc/sysconfig/saslauthd, the rest is standard /etc/init.d/saslauthd stuff.