Rev 61 | Blame | Compare with Previous | Last modification | View Log | RSS feed
.\" -*- nroff -*-.Dd 17 August 2008.Os "The Prayer Webmail Interface".ds volume-operating-system.Dt PRAYER-SESSION 8.Sh NAME.Nm prayer-session.Nd Prayer user session backend daemon.Sh SYNOPSIS.Nm.Oo Fl -config-file.Ar file Oc.Oo Oo Fl -config-option.Ar name Ns = Ns Ar value Oc.Ar ... Oc.Op Fl -foreground.Sh DESCRIPTION.Nmis the backend process in the Prayer Webmail system. A fresh.Nmbackend is forked off whenever a user logs in..PpThis process contains all of the permanent state associated with that loginsession including one or more connections to a IMAP server and possiblyconnections to accountd servers. prayer-session communicates with the userusing HTML over HTTP connections via the.Xr prayer 8 proxy. Each login has a session ID that the front end processesuse to find the correct backend..PpBackend server processes move into a dormant state after a certain periodof inactivity, shutting down IMAP and accountd connections which can beeasily resuscitated when the session wakes up. After a long period ofinactivity, typically several hours the session process shuts down..Pp.Nmaccepts the following command-line options:.Bl -tag -width Ds.It Fl -config-file Ar fileReads configuration from.Ar fileinstead of the default.Pa /etc/prayer/prayer.cf ..It Fl -config-option Ar name Ns = Ns Ar valueSets (overrides) the configuration option.Ar nameto.Ar value .Any number of options can be specified in this manner..It Fl -foregroundDebug mode. Run a single process in the foreground..El..Sh ENVIRONMENT..Bl -tag -width Ds.It Ev PRAYER_CONFIG_FILECan be set to specify the configuration file to use. The.Fl -config-fileoption takes precedence over this variable..It Ev PRAYER_HOSTNAMELocal hostname. Overrides the.Cd hostnamesetting in the configuration file as well as on the command line..El.Sh FILES.Bl -tag -width Ds.It Pa /etc/prayer/prayer.cfDefault configuration file..It /usr/share/prayer/templates/Location of standard templates. The templates are compiled into.Nmfor performance reasons, so the template files are actually notused, but they are available for customization..It /etc/prayer/templates/The Debian pre-configured.Cd template_path .As a Debian extension,.Nmlooks here before falling back to the compiled template if.Cd template_use_compiled No is Li false ..El..Sh SEE ALSO..Xr prayer 8 ,.Xr prayer.cf 5..Sh AUTHORS.This manual page was put together by.An "Magnus Holmgren" <holmgren@debian.org>using documentation written by.An "David Carter" <dpc22@cam.ac.uk> ..\" .Sh BUGS