File: imapfront.html

package info (click to toggle)
mailfront 0.98-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 648 kB
  • ctags: 495
  • sloc: ansic: 3,033; sh: 1,487; makefile: 78
file content (29 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<body>

<h2><a href="mailfront.html">MailFront</a></h2>

<h1>IMAP Front End</h1>

<hr>

<h2>imapfront-auth</h2>

<p>Usage: <tt>imapfront-auth PROGRAM [ ARGS ... ]</tt></p>

<p><tt>imapfront-auth</tt> provides IMAP authentication using CVM
modules.  The <tt>LOGIN</tt> command is authenticated via the CVM named
by <tt>$CVM_SASL_PLAIN</tt>.  If authentication succeeds, it sets up the
environment and executes <tt>PROGRAM</tt>.  It also offers <a
href="http://www.faqs.org/rfcs/rfc1734.html">RFC 1734</a> compliant AUTH
support through <a href="cvm-sasl.html">cvm-sasl</a>. The environment is
set up for use with Courier IMAP.</p>

<p>Connections are timed out after <tt>$AUTH_TIMEOUT</tt> (or
<tt>$TIMEOUT</tt> if that is not set) seconds of inactivity (defaults to
1200 seconds or 20 minutes), or <tt>$AUTH_SESSION_TIMEOUT</tt> (or
<tt>$SESSION_TIMEOUT</tt> if that is not set) seconds after the
connection was established (defaults to 86400 seconds or 24 hours).</p>

</body>
</html>