NetBSD/external/ibm-public/postfix/dist/proto
2010-06-17 18:18:14 +00:00
..
access Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
ADDRESS_CLASS_README.html
ADDRESS_REWRITING_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
ADDRESS_VERIFICATION_README.html Resolve conflicts from last import. 2010-06-17 18:18:14 +00:00
aliases
aliases0
BACKSCATTER_README.html
BASIC_CONFIGURATION_README.html
bounce
BUILTIN_FILTER_README.html
canonical
CDB_README.html
cidr_table
CONNECTION_CACHE_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
CONTENT_INSPECTION_README.html
DATABASE_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
DB_README.html
DEBUG_README.html
DSN_README.html
ETRN_README.html
FILTER_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
generic
header_checks Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
html2text.rc
INSTALL.html
IPV6_README.html
LDAP_README.html
ldap_table
LINUX_README.html
LOCAL_RECIPIENT_README.html
MAILDROP_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
Makefile.in
manual-format
master
MILTER_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
MULTI_INSTANCE_README.html
MYSQL_README.html
mysql_table
NFS_README.html
nisplus_table
OVERVIEW.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
PACKAGE_README.html
PCRE_README.html
pcre_table Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
PGSQL_README.html
pgsql_table
postconf.html.epilog
postconf.html.prolog
postconf.man.epilog
postconf.man.prolog
postconf.proto Resolve conflicts from last import. 2010-06-17 18:18:14 +00:00
postfix-wrapper Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
QSHAPE_README.html
README
regexp_table Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
relocated
RESTRICTION_CLASS_README.html
SASL_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
SCHEDULER_README.html
SMTPD_ACCESS_README.html
SMTPD_POLICY_README.html
SMTPD_PROXY_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
STANDARD_CONFIGURATION_README.html Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
stop
STRESS_README.html
tcp_table
TLS_LEGACY_README.html
TLS_README.html Resolve conflicts from last import. 2010-06-17 18:18:14 +00:00
transport Import Postfix 2.7.1. Major changes since Postfix 2.6.6: 2010-06-17 18:05:47 +00:00
TUNING_README.html
UUCP_README.html
VERP_README.html
virtual
VIRTUAL_README.html
XCLIENT_README.html
XFORWARD_README.html

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.