logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

prayer-accountd — Prayer system account helper daemon

Authors

       This introductory manual page was put together for Debian by Magnus Holmgren <holmgren@debian.org>.

The Prayer Webmail Interface                      27 March 2011                               PRAYER-ACCOUNTD(8)

Bugs

prayer-accountd is rather customized to the needs of the University of  Cambridge,  though  some  patches
       have  been  applied to the Debian package. System administrators should study the source code to see what
       this means.

Description

prayer-accountd  is an auxilliary daemon that allows users to perform various tasks with respect to their
       UNIX system account:

          Change passwords

          Change their name

          Check filesystem quota

       Furthermore it can help users set up an (Exim-only) .forward file  for  Spam  filtering,  vacation  auto-
       replies etc.

       prayer-accountd can be installed on a separate host from the main Prayer services if necessary.  It needs
       to be able to run passwd(1), chfn(1), and quota(1) for the user, and access users' home directories.

       prayer-accountd accepts the following command-line options:

       --config-filefile
               Reads configuration from file instead of the default.

       --config-optionname=value
               Sets  (overrides) the configuration option name to value.  Any number of options can be specified
               in this manner.

       --enable-fork
               Fork subprocesses as requests come in. This is the default.

       --disable-fork
               Don't fork; process one request in at the time (debug mode).

Files

/etc/prayer/accountd.cf
               Default configuration file.

Name

       prayer-accountd — Prayer system account helper daemon

Synopsis

prayer-accountd [--config-filefile] [[--config-optionname=value] ...] [--enable-fork | --disable-fork]

See Also