Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

prayer-accountd(8) [debian man page]

PRAYER-ACCOUNTD(8)					      System Manager's Manual						PRAYER-ACCOUNTD(8)

NAME
prayer-accountd -- Prayer system account helper daemon SYNOPSIS
prayer-accountd [--config-file file] [[--config-option name=value] ...] [--enable-fork | --disable-fork] DESCRIPTION
prayer-accountd is an auxilliary daemon that allows users to perform various tasks with respect to their UNIX system account: o Change passwords o Change their name o 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-file file Reads configuration from file instead of the default. --config-option name=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. BUGS
prayer-accountd is rather customized to the needs of the University of Cambridge, though some patches have been applied to the Debian pack- age. System administrators should study the source code to see what this means. AUTHORS
This introductory manual page was put together for Debian by Magnus Holmgren <holmgren@debian.org>. The Prayer Webmail Interface 27 March 2011 The Prayer Webmail Interface

Check Out this Related Man Page

PRAYER-SESSION(8)					      System Manager's Manual						 PRAYER-SESSION(8)

NAME
prayer-session -- Prayer user session backend daemon SYNOPSIS
prayer-session [--config-file file] [[--config-option name=value] ...] [--foreground] DESCRIPTION
prayer-session is the backend process in the Prayer Webmail system. A fresh prayer-session backend is forked off whenever a user logs in. This process contains all of the permanent state associated with that login session including one or more connections to a IMAP server and possibly connections to accountd servers. prayer-session communicates with the user using HTML over HTTP connections via the prayer(8) proxy. Each login has a session ID that the front end processes use to find the correct backend. Backend server processes move into a dormant state after a certain period of inactivity, shutting down IMAP and accountd connections which can be easily resuscitated when the session wakes up. After a long period of inactivity, typically several hours the session process shuts down. prayer-session accepts the following command-line options: --config-file file Reads configuration from file instead of the default /etc/prayer/prayer.cf. --config-option name=value Sets (overrides) the configuration option name to value. Any number of options can be specified in this manner. --foreground Debug mode. Run a single process in the foreground. ENVIRONMENT
PRAYER_CONFIG_FILE Can be set to specify the configuration file to use. The --config-file option takes precedence over this variable. PRAYER_HOSTNAME Local hostname. Overrides the hostname setting in the configuration file as well as on the command line. FILES
/usr/local/prayer/etc/prayer.cf Default configuration file. /usr/local/prayer/templates/ Location of standard templates. The templates are compiled into prayer-session for performance reasons, so the template files are actually not used, but they are available for customization. SEE ALSO
prayer(8), prayer.cf(5) AUTHORS
This manual page was put together by Magnus Holmgren <holmgren@debian.org> using documentation written by David Carter <dpc22@cam.ac.uk>. The Prayer Webmail Interface 17 August 2008 The Prayer Webmail Interface
Man Page