Home | History | Annotate | only in /src/external/ibm-public/postfix/dist/proto
Up to higher level directory
NameDateSize
access10-May-202618.8K
ADDRESS_CLASS_README.html25-Feb-202510.3K
ADDRESS_REWRITING_README.html25-Feb-202542.7K
ADDRESS_VERIFICATION_README.html25-Feb-202523.9K
aliases10-May-20269.4K
aliases023-Jun-2009834
BACKSCATTER_README.html25-Feb-202513.5K
BASIC_CONFIGURATION_README.html25-Feb-202523.1K
BDAT_README.html25-Feb-20255.8K
bounce14-Feb-20177.4K
BUILTIN_FILTER_README.html25-Feb-202517.1K
canonical10-May-202611.2K
CDB_README.html10-May-20264.5K
cidr_table10-May-20266K
COMPATIBILITY_README.html10-May-202623.1K
CONNECTION_CACHE_README.html25-Feb-202511.9K
CONTENT_INSPECTION_README.html25-Feb-20253.4K
DATABASE_README.html10-May-202617.7K
DB_README.html25-Feb-20258.3K
DEBUG_README.html25-Feb-202518.6K
DEPRECATION_README.html10-May-202619.5K
DSN_README.html25-Feb-20254.7K
ETRN_README.html25-Feb-202512K
FILTER_README.html25-Feb-202532.5K
FORWARD_SECRECY_README.html25-Feb-202525.9K
generic10-May-20269.4K
header_checks25-Feb-202520K
html2text.rc23-Jun-2009308
index.html10-May-20265.1K
INSTALL.html10-May-202653.2K
IPV6_README.html25-Feb-202511.2K
LDAP_README.html25-Feb-202522.3K
ldap_table10-May-202628.6K
LINUX_README.html25-Feb-20253.2K
LMDB_README.html25-Feb-202513.2K
lmdb_table10-May-20264.1K
LOCAL_RECIPIENT_README.html25-Feb-20257K
MAILDROP_README.html25-Feb-20255.8K
MAILLOG_README.html25-Feb-20255.5K
Makefile.in10-May-202617.4K
manual-format23-Jun-2009240
master25-Feb-202510.5K
MEMCACHE_README.html25-Feb-20252.5K
memcache_table10-May-20269.2K
MILTER_README.html25-Feb-202534.1K
MONGODB_README.html25-Feb-20258.2K
mongodb_table10-May-20268.4K
MULTI_INSTANCE_README.html10-May-202643.6K
MYSQL_README.html10-May-20266.5K
mysql_table10-May-202616.3K
NFS_README.html25-Feb-20255.1K
nisplus_table10-May-20262.5K
NON_BERKELEYDB_README.html09-May-202628.8K
OVERVIEW.html10-May-202631.3K
PACKAGE_README.html25-Feb-20255K
PCRE_README.html25-Feb-20253.9K
pcre_table10-May-202610.1K
PGSQL_README.html25-Feb-20255.5K
pgsql_table10-May-202613.5K
postconf.html.epilog23-Jun-200924
postconf.html.prolog10-May-20264.3K
postconf.man.epilog14-Feb-2017412
postconf.man.prolog10-May-20263.5K
postconf.proto10-May-2026715K
postfix-wrapper25-Feb-202510.6K
POSTSCREEN_3_5_README.html25-Feb-202543K
POSTSCREEN_README.html25-Feb-202543.5K
QSHAPE_README.html25-Feb-202538.2K
README25-Feb-20251.3K
regexp_table10-May-20268.4K
relocated10-May-20267K
REQUIRETLS_README.html09-May-202621.3K
RESTRICTION_CLASS_README.html25-Feb-20257.4K
SASL_README.html10-May-202666K
SCHEDULER_README.html25-Feb-202568.4K
SMTPD_ACCESS_README.html25-Feb-202516.9K
SMTPD_POLICY_README.html25-Feb-202528.8K
SMTPD_PROXY_README.html25-Feb-202515.5K
SMTPUTF8_README.html10-May-202613.7K
socketmap_table10-May-20263.8K
SQLITE_README.html25-Feb-20253.1K
sqlite_table10-May-20269.6K
STANDARD_CONFIGURATION_README.html10-May-202629.6K
stop10-May-202612K
stop.double-cc10-May-202613.5K
stop.double-history10-May-202611.3K
stop.double-install-proto-text10-May-20261.9K
stop.double-proto-html10-May-202628.1K
stop.spell-cc10-May-202613.6K
stop.spell-history10-May-20261K
stop.spell-proto-html10-May-20263K
STRESS_README.html25-Feb-202521.3K
tcp_table10-May-20263.5K
TLS_LEGACY_README.html25-Feb-202554.3K
TLS_README.html25-Feb-2025129K
TLSRPT_README.html10-May-202617.2K
transport10-May-202612.6K
TUNING_README.html25-Feb-202525.4K
UUCP_README.html10-May-20265.8K
VERP_README.html25-Feb-20258.4K
virtual10-May-202612.5K
VIRTUAL_README.html10-May-202625.3K
XCLIENT_README.html10-May-20268.8K
XFORWARD_README.html25-Feb-20258K

README

      1 This directory contains source for manual pages that aren't generated
      2 from C source code comments, and for README files.
      3 
      4 Tools for these conversions are found in the ../mantools subdirectory.
      5 The most important tool is postlink, which adds all the hyperlinks
      6 between manual pages, configuration parameters and README files.
      7 
      8 Manual pages are in the form of "shell" style comments.  They are
      9 converted into nroff(1) input with the srctoman utility, converted
     10 to HTML with man2html, and hyperlinked with postlink.
     11 
     12 The README files are in the form of HTML. The are converted into
     13 hyperlinked HTML with postlink, and are converted into ASCII files
     14 with html2readme.
     15 
     16 The format of the README source files is a little tricky, because
     17 of the way postlink works.
     18 
     19 - postlink hyperlinks all the references to Postfix manual pages,
     20 configuration parameters, README file names, RFC documents, Postfix
     21 address class names, and URLs.  Therefore you should not hyperlink
     22 those elements yourself.
     23 
     24 - URLs (such as "https://www.example.com") cannot contain quote, comma,
     25 or space characters. 
     26 
     27 - An URL that appears at the end of a line must be followed by one
     28 other character.
     29 
     30 - Text must go between <p> and </p>, especially within lists, for
     31 consistency of vertical space.
     32 
     33 - Code fragments must go between <pre> and </pre>, again for
     34 consistency of vertical space.
     35