NetBSD/gnu/dist/postfix/proto
rpaulo a41b242909 postfix 2.3.3 2006-08-27 00:37:46 +00:00
..
ADDRESS_CLASS_README.html
ADDRESS_REWRITING_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
ADDRESS_VERIFICATION_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
BACKSCATTER_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
BASIC_CONFIGURATION_README.html
BUILTIN_FILTER_README.html
CDB_README.html postfix 2.3.3 2006-08-27 00:37:46 +00:00
CONNECTION_CACHE_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
CONTENT_INSPECTION_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
CYRUS_README.html
DATABASE_README.html
DB_README.html postfix 2.3.2 2006-08-01 00:02:30 +00:00
DEBUG_README.html
DSN_README.html postfix 2.3.2 2006-08-01 00:02:30 +00:00
ETRN_README.html
FILTER_README.html postfix 2.3.2 2006-08-01 00:02:30 +00:00
INSTALL.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
IPV6_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
LDAP_README.html
LINUX_README.html postfix 2.3.2 2006-08-01 00:02:30 +00:00
LMTP_README.html
LOCAL_RECIPIENT_README.html
MACOSX_README
MAILDROP_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
MILTER_README.html postfix 2.3.2 2006-08-01 00:02:30 +00:00
MYSQL_README.html
Makefile.in postfix 2.3.0 2006-07-19 01:16:27 +00:00
NFS_README.html
OVERVIEW.html
PACKAGE_README.html
PCRE_README.html
PGSQL_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
QMQP_README.html
QSHAPE_README.html
README
RESTRICTION_CLASS_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
SASL_README.html postfix 2.3.3 2006-08-27 00:37:46 +00:00
SCHEDULER_README.html
SMTPD_ACCESS_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
SMTPD_POLICY_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
SMTPD_PROXY_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
STANDARD_CONFIGURATION_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
TLS_README.html postfix 2.3.2 2006-08-01 00:02:30 +00:00
TUNING_README.html
ULTRIX_README.html
UUCP_README.html
VERP_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
VIRTUAL_README.html
XCLIENT_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
XFORWARD_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
access postfix 2.3.0 2006-07-19 01:16:27 +00:00
aliases postfix 2.3.0 2006-07-19 01:16:27 +00:00
aliases0
bounce postfix 2.3.3 2006-08-27 00:37:46 +00:00
canonical postfix 2.3.0 2006-07-19 01:16:27 +00:00
cidr_table
generic postfix 2.3.0 2006-07-19 01:16:27 +00:00
header_checks postfix 2.3.0 2006-07-19 01:16:27 +00:00
html2text.rc
ldap_table postfix 2.3.0 2006-07-19 01:16:27 +00:00
manual-format
master postfix 2.3.3 2006-08-27 00:37:46 +00:00
mysql_table
nisplus_table
pcre_table postfix 2.3.0 2006-07-19 01:16:27 +00:00
pgsql_table
postconf.html.epilog
postconf.html.prolog
postconf.man.epilog
postconf.man.prolog
postconf.proto postfix 2.3.3 2006-08-27 00:37:46 +00:00
postconf.spec
regexp_table postfix 2.3.0 2006-07-19 01:16:27 +00:00
relocated postfix 2.3.0 2006-07-19 01:16:27 +00:00
stop postfix 2.3.0 2006-07-19 01:16:27 +00:00
tcp_table postfix 2.3.0 2006-07-19 01:16:27 +00:00
transport postfix 2.3.0 2006-07-19 01:16:27 +00:00
virtual postfix 2.3.0 2006-07-19 01:16:27 +00:00

README

This directory contains source for manual pages that aren't generated
from C source code comments, and for README files.

Tools for these conversions are found in the ../mantools subdirectory.
The most important tool is postlink, which adds all the hyperlinks
between manual pages, configuration parameters and README files.

Manual pages are in the form of "shell" style comments.  They are
converted into nroff(1) input with the srctoman utility, converted
to HTML with man2html, and hyperlinked with postlink.

The README files are in the form of HTML. The are converted into
hyperlinked HTML with postlink, and are converted into ASCII files
with html2readme.

The format of the README source files is a little tricky, because
of the way postlink works.

- postlink hyperlinks all the references to Postfix manual pages,
configuration parameters, README file names, RFC documents, Postfix
address class names, and URLs.  Therefore you should not hyperlink
those elements yourself.

- URLs (such as "http://www.example.com") cannot contain quote, comma,
or space characters. 

- An URL that appears at the end of a line must be followed by one
other character.

- Text must go between <p> and </p>, especially within lists, for
consistency of vertical space.

- Code fragments must go between <pre> and </pre>, again for
consistency of vertical space.