NetBSD/gnu/dist/postfix/proto
2007-02-05 17:36:15 +00:00
..
access postfix 2.3.0 2006-07-19 01:16:27 +00:00
ADDRESS_CLASS_README.html
ADDRESS_REWRITING_README.html postfix-2.3.5 2006-12-21 02:27:16 +00:00
ADDRESS_VERIFICATION_README.html 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
BACKSCATTER_README.html postfix 2.3.0 2006-07-19 01:16:27 +00:00
BASIC_CONFIGURATION_README.html
bounce postfix-2.3.5 2006-12-21 02:27:16 +00:00
BUILTIN_FILTER_README.html
canonical postfix 2.3.0 2006-07-19 01:16:27 +00:00
CDB_README.html postfix 2.3.3 2006-08-27 00:37:46 +00:00
cidr_table
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.7 2007-02-05 17:36:15 +00:00
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
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
ldap_table postfix 2.3.0 2006-07-19 01:16:27 +00:00
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
Makefile.in 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
MILTER_README.html postfix 2.3.2 2006-08-01 00:02:30 +00:00
MYSQL_README.html
mysql_table
NFS_README.html
nisplus_table
OVERVIEW.html
PACKAGE_README.html
PCRE_README.html
pcre_table postfix 2.3.0 2006-07-19 01:16:27 +00:00
PGSQL_README.html 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.7 2007-02-05 17:36:15 +00:00
postconf.spec
QMQP_README.html
QSHAPE_README.html
README
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
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 postfix 2.2.9 2006-02-25 22:04:07 +00:00
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
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
TLS_README.html postfix 2.3.2 2006-08-01 00:02:30 +00:00
transport postfix 2.3.0 2006-07-19 01:16:27 +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 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

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.