File: mailfront.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 (30 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (2)
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
30
<html>
<body>

<h1>MailFront</h1>

<p><a href="smtpfront.html">SMTP Front Ends</a>
<br><a href="pop3front.html">POP3 Front End</a>
<br><a href="imapfront.html">IMAP Front End</a>
</p>

<hr>

<h2>Overview</h2>

<p>This package contains customizeable network front-ends for mail
servers.  Right now the only protocols that are handled are SMTP and
POP3, but this package is likely to be extended to deal with QMQP and
QMTP, and potentially even IMAP.</p>

<h2>Status</h2>

<p>This package is ready to use, but you will have to make some
modifications to existing configurations to do so.
<tt>smtpfront-qmail</tt> is a nearly complete drop-in replacement for
<tt>qmail-smtpd</tt>, and <tt>pop3front-auth</tt> and
<tt>pop3front-maildir</tt> are replacements for <tt>qmail-popup</tt>
and <tt>qmail-pop3d</tt>.

</body>
</html>