From 5e61585d76ae77fd5e9e96ebabb57afa4d74880d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:06:34 +0200 Subject: Adding upstream version 3.5.24. Signed-off-by: Daniel Baumann --- mantools/make_soho_readme | 85 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100755 mantools/make_soho_readme (limited to 'mantools/make_soho_readme') diff --git a/mantools/make_soho_readme b/mantools/make_soho_readme new file mode 100755 index 0000000..abeddde --- /dev/null +++ b/mantools/make_soho_readme @@ -0,0 +1,85 @@ +#!/bin/sh + +cat <<'EOF' + + + + + + +Postfix Small/Home Office Hints and Tips + + + + + + + +

Postfix Small/Home Office Hints and Tips

+ +
+ +

Overview

+ +

This document combines hints and tips for "small office/home +office" applications into one document so that they are easier to +find. The text describes the mail sending side only. If your machine +does not receive mail directly (i.e. it does not have its own +Internet domain name and its own fixed IP address), then you will +need a solution such as "fetchmail", which is outside the scope of +the Postfix documentation.

+ + + +

See the SASL_README and STANDARD_CONFIGURATION_README documents for +further information on these topics.

+ +EOF + +sed -n '/^

/,${ + /^

/q + p +}' STANDARD_CONFIGURATION_README.html + +sed -n '/^

/,${ + /^<\/body>/q + p +}' STANDARD_CONFIGURATION_README.html + +sed -n '/^

/h2>/g + p +}' SASL_README.html + +cat <<'EOF' + + + +EOF -- cgit v1.2.3