~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to maildrop/README.html.in

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="iso-8859-1"?>
2
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3
2
       "http://www.w3.org/TR/html4/loose.dtd">
4
3
<html xmlns="http://www.w3.org/1999/xhtml">
5
4
<head>
 
5
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
6
  <title>maildrop - mail delivery agent with filtering abilities</title>
7
7
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
8
 
  <!-- $Id: README.html.in,v 1.68 2003/07/24 23:04:54 mrsam Exp $ -->
 
8
  <!-- $Id: README.html.in,v 1.69 2004/08/01 19:02:11 mrsam Exp $ -->
9
9
  <!-- Copyright 2000-2002 Double Precision, Inc.  See COPYING for -->
10
10
  <!-- distribution information. -->
11
11
  <link rel="icon" href="icon.gif" type="image/gif" />
13
13
 
14
14
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
15
15
alink="#FF0000">
16
 
<!-- $Id: README.html.in,v 1.68 2003/07/24 23:04:54 mrsam Exp $ -->
 
16
<!-- $Id: README.html.in,v 1.69 2004/08/01 19:02:11 mrsam Exp $ -->
17
17
<!-- Copyright 1998 - 2001 Double Precision, Inc.  See COPYING for -->
18
18
<!-- distribution information. -->
19
19
 
34
34
for writing mail filters with maildrop.</p>
35
35
 
36
36
<p>The HTML version of the <em>maildrop</em> README is located at
37
 
<code>http://www.flounder.net/~mrsam/maildrop/</code>. Although the following
 
37
<code>http://www.courier-mta.org/maildrop/</code>. Although the following
38
38
files may also be found there, please check your favorite archive for any
39
39
local copies: <br />
40
 
&nbsp;</p>
 
40
�</p>
41
41
 
42
42
<div align="center">
43
43
 
83
83
        <p><code><a
84
84
        href="maildrop-@VERSION@-1.i386.rpm">maildrop-@VERSION@-1.i386.rpm</a></code>
85
85
        <br />
86
 
        &nbsp;</p>
 
86
        �</p>
87
87
      </td>
88
88
    </tr>
89
89
  </tbody>
95
95
 
96
96
<p><em>maildrop</em> includes documentation in HTML, as well as traditional
97
97
man pages. The HTML versions may also be found at <code><a
98
 
href="maildrop.html">http://www.flounder.net/~mrsam/maildrop/maildrop.html</a>.</code>
 
98
href="maildrop.html">http://www.courier-mta.org/maildrop/maildrop.html</a>.</code>
99
99
<br />
100
 
&nbsp;</p>
 
100
�</p>
101
101
 
102
102
<h2>Introduction</h2>
103
103
<em>maildrop</em> is a replacement for your local mail delivery agent.
134
134
Maildrop can be easily used as sendmail's local delivery agent, instead of
135
135
procmail. Here is the suggested entry for sendmail.cf, courtesy of Eric J.
136
136
Schwertfeger &lt;ejs<code>@</code>bfd.com&gt;:
137
 
<pre>&nbsp;
138
 
Mlocal,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; P=/usr/local/bin/maildrop, F=lsAw5:/|@SPfhn, S=10/30, R=20/40,
139
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; T=DNS/RFC822/X-Unix,
140
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A=maildrop -d $u</pre>
 
137
<pre>�
 
138
Mlocal,�������� P=/usr/local/bin/maildrop, F=lsAw5:/|@SPfhn, S=10/30, R=20/40,
 
139
��������������� T=DNS/RFC822/X-Unix,
 
140
��������������� A=maildrop -d $u</pre>
141
141
You may also consider including the D, F, and M flags as well.
142
142
 
143
143
<h2>Revision history (including development versions)</h2>