Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / mantools / make_soho_readme
blob3d018dbb22c7a1176e2c8f52f0d2cd9db9b3d8dc
1 #!/bin/sh
3 cat <<'EOF'
4 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
5 "http://www.w3.org/TR/html4/loose.dtd">
7 <html>
9 <head>
11 <title>Postfix Small/Home Office Hints and Tips</title>
13 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
15 </head>
17 <body>
19 <h1><img src="postfix-logo.jpg" width="203" height="98" ALT="">Postfix Small/Home Office Hints and Tips</h1>
21 <hr>
23 <h2>Overview</h2>
25 <p> This document combines hints and tips for "small office/home
26 office" applications into one document so that they are easier to
27 find. The text describes the mail sending side only. If your machine
28 does not receive mail directly (i.e. it does not have its own
29 Internet domain name and its own fixed IP address), then you will
30 need a solution such as "fetchmail", which is outside the scope of
31 the Postfix documentation. </p>
33 <ul>
35 <li> <p> Selected topics from the STANDARD_CONFIGURATION_README document: </p>
37 <ul>
39 <li><a href="#stand_alone">Postfix on a stand-alone Internet host</a>
41 <li><a href="#fantasy">Postfix on hosts without a real
42 Internet hostname</a>
44 </ul>
46 <p> Selected topics from the SASL_README document: </p>
48 <ul>
50 <li><a href="#client_sasl">Enabling SASL authentication in the
51 Postfix SMTP client</a></li>
53 <li><a href="#client_sasl_sender">Supporting multiple ISP accounts
54 in the Postfix SMTP client</a></li>
56 </ul>
58 </ul>
60 <p> See the SASL_README and STANDARD_CONFIGURATION_README documents for
61 further information on these topics. </p>
63 EOF
65 sed -n '/^<h2><a name="stand_alone">/,${
66 /^<h2><a name="null_client">/q
68 }' STANDARD_CONFIGURATION_README.html
70 sed -n '/^<h2><a name="fantasy">/,${
71 /^<\/body>/q
73 }' STANDARD_CONFIGURATION_README.html
75 sed -n '/^<h2><a name="client_sasl">/,${
76 /^<h2><a name="credits/q
78 }' SASL_README.html
80 cat <<'EOF'
81 </body>
83 </html>
84 EOF