blob: 32b4627ae33b4d65fda4e756ccacfcbee39473fa (
plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<html>
<head>
<title>Wietse's Postfix Project</title>
</head>
<body>
<h1><a href="big-picture.html"><img src="small-picture.gif" width="115"
height="45"></a> Wietse's Postfix Project</h1>
<hr>
<a href="motivation.html">Postfix Overview</a> | <a
href="receiving.html">Postfix Anatomy</a> | <a href="basic.html">Postfix
Configuration</a> | <a href="faq.html">Postfix FAQ</a>
<p>
<blockquote><i> All programmers are optimists </i> -- Frederick P.
Brooks, Jr. </blockquote>
<p>
First of all, thank you for your interest in the Postfix project.
<p>
What is Postfix? It is <a href="http://www.porcupine.org/wietse/">Wietse
Venema's</a> mailer that started life as an alternative to the
widely-used <a href="http://www.sendmail.org/">Sendmail</a> program.
<p>
Postfix attempts to be fast, easy to administer, and secure, while
at the same time being sendmail compatible enough to not upset
existing users. Thus, the outside has a sendmail-ish flavor, but
the inside is completely different.
<hr>
<a href="motivation.html">Postfix Overview</a> | <a
href="receiving.html">Postfix Anatomy</a> | <a href="basic.html">Postfix
Configuration</a> | <a href="faq.html">Postfix FAQ</a>
</body>
</html>
|