1<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" 2 "http://www.w3.org/TR/html4/loose.dtd"> 3 4<html> 5 6<head> 7 8<title>Postfix Manual Pages </title> 9 10<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> 11 12</head> 13 14<body> 15 16<h1><img src="postfix-logo.jpg" width="203" height="98" ALT="">Postfix 17Manual Pages </h1> 18 19<hr> 20 21<h2> Information for new Postfix users </h2> 22 23<p> New Postfix users should first look at the following introductory 24documents. These introductions are hyperlinked to more advanced 25documents and to UNIX-style manual pages. The UNIX-style manual 26pages are intended for people who are already familiar with Postfix. 27</p> 28 29<ul> 30 31<li> <a href="OVERVIEW.html"> Postfix architecture overview </a> 32 33<li> <a href="BASIC_CONFIGURATION_README.html"> Basic configuration 34</a> 35 36<li> <a href="DEBUG_README.html"> Trouble shooting </a> 37 38<li> <a href="CONTENT_INSPECTION_README.html"> Content inspection 39overview</a> 40 41<li> <a href="SMTPD_ACCESS_README.html">Relay/access control overview 42</a> 43 44<li> <a href="DATABASE_README.html"> Lookup table overview </a> 45 46</ul> 47 48<h2> Postfix manual page organization </h2> 49 50<p> Each Postfix manual page is numbered after a section of the 51UNIX manual: examples are <a href="mailq.1.html">mailq(1)</a> or <a href="access.5.html">access(5)</a>. Unfortunately, 52there is no single universal method to organize manual pages; each 53UNIX flavor appears to be different. Postfix documentation assumes 54the following convention: </p> 55 56<blockquote> 57 58<table cellpadding="0" cellspacing="0"> 59 60<tr><th> Section </th> <th> Topic </th> </tr> 61 62<tr><td colspan="2"> <hr> </td> </tr> 63 64<tr><td align="center"> 1 </td> <td> Commands </td> </tr> 65 66<tr><td align="center"> 3 </td> <td> Library routines </td> </tr> 67 68<tr><td align="center"> 5 </td> <td> File formats </td> </tr> 69 70<tr><td align="center"> 8 </td> <td> Daemons </td> </tr> 71 72</table> 73 74</blockquote> 75 76<h2> Commands </h2> 77 78<ul> 79 80 81<li> <a href="postalias.1.html">postalias(1)</a>, create/update/query alias database 82 83<li> <a href="postcat.1.html">postcat(1)</a>, examine Postfix queue file 84 85<li> <a href="postconf.1.html">postconf(1)</a>, Postfix configuration utility 86 87<li> <a href="postfix.1.html">postfix(1)</a>, Postfix control program 88 89<li> <a href="postkick.1.html">postkick(1)</a>, trigger Postfix daemon 90 91<li> <a href="postlock.1.html">postlock(1)</a>, Postfix-compatible locking 92 93<li> <a href="postlog.1.html">postlog(1)</a>, Postfix-compatible logging 94 95<li> <a href="postmap.1.html">postmap(1)</a>, Postfix lookup table manager 96 97<li> <a href="postmulti.1.html">postmulti(1)</a>, Postfix multi-instance manager 98 99<li> <a href="postqueue.1.html">postqueue(1)</a>, Postfix mail queue control 100 101<li> <a href="postsuper.1.html">postsuper(1)</a>, Postfix housekeeping 102 103<li> <a href="mailq.1.html">mailq(1)</a>, Sendmail compatibility interface 104 105<li> <a href="newaliases.1.html">newaliases(1)</a>, Sendmail compatibility interface 106 107<li> <a href="sendmail.1.html">sendmail(1)</a>, Sendmail compatibility interface 108 109</ul> 110 111<h2> Postfix configuration </h2> 112 113<ul> 114 115 116<li> <a href="bounce.5.html">bounce(5)</a>, Postfix bounce message templates 117 118<li> <a href="master.5.html">master(5)</a>, Postfix <a href="master.5.html">master.cf</a> file syntax 119 120<li> <a href="postconf.5.html">postconf(5)</a>, Postfix <a href="postconf.5.html">main.cf</a> file syntax 121 122<li> <a href="postfix-wrapper.5.html">postfix-wrapper(5)</a>, Postfix multi-instance API 123 124</ul> 125 126<h2> Table-driven mechanisms </h2> 127 128<ul> 129 130 131<li> <a href="access.5.html">access(5)</a>, Postfix SMTP access control table 132 133<li> <a href="aliases.5.html">aliases(5)</a>, Postfix alias database 134 135<li> <a href="canonical.5.html">canonical(5)</a>, Postfix input address rewriting 136 137<li> <a href="generic.5.html">generic(5)</a>, Postfix output address rewriting 138 139<li> <a href="header_checks.5.html">header_checks(5)</a>, <a href="header_checks.5.html">body_checks(5)</a>, Postfix content inspection 140 141<li> <a href="relocated.5.html">relocated(5)</a>, Users that have moved 142 143<li> <a href="transport.5.html">transport(5)</a>, Postfix routing table 144 145<li> <a href="virtual.5.html">virtual(5)</a>, Postfix virtual aliasing 146 147</ul> 148 149<h2> Table lookup mechanisms </h2> 150 151<ul> 152 153 154<li> <a href="cidr_table.5.html">cidr_table(5)</a>, Associate CIDR pattern with value 155 156<li> <a href="ldap_table.5.html">ldap_table(5)</a>, Postfix LDAP client 157 158<li> <a href="mysql_table.5.html">mysql_table(5)</a>, Postfix MYSQL client 159 160<li> <a href="nisplus_table.5.html">nisplus_table(5)</a>, Postfix NIS+ client 161 162<li> <a href="pcre_table.5.html">pcre_table(5)</a>, Associate PCRE pattern with value 163 164<li> <a href="pgsql_table.5.html">pgsql_table(5)</a>, Postfix PostgreSQL client 165 166<li> <a href="regexp_table.5.html">regexp_table(5)</a>, Associate POSIX regexp pattern with value 167 168<li> <a href="tcp_table.5.html">tcp_table(5)</a>, Postfix client-server table lookup 169 170</ul> 171 172<h2> Daemon processes </h2> 173 174<ul> 175 176 177<li> <a href="anvil.8.html">anvil(8)</a>, Postfix connection/rate limiting 178 179<li> <a href="bounce.8.html">bounce(8)</a>, <a href="defer.8.html">defer(8)</a>, <a href="trace.8.html">trace(8)</a>, Delivery status reports 180 181<li> <a href="cleanup.8.html">cleanup(8)</a>, canonicalize and enqueue message 182 183<li> <a href="discard.8.html">discard(8)</a>, Postfix discard delivery agent 184 185<li> <a href="error.8.html">error(8)</a>, Postfix error delivery agent 186 187<li> <a href="flush.8.html">flush(8)</a>, Postfix fast ETRN service 188 189<li> <a href="local.8.html">local(8)</a>, Postfix local delivery agent 190 191<li> <a href="master.8.html">master(8)</a>, Postfix master daemon 192 193<li> <a href="qmgr.8.html">oqmgr(8)</a>, old Postfix queue manager 194 195<li> <a href="pickup.8.html">pickup(8)</a>, Postfix local mail pickup 196 197<li> <a href="pipe.8.html">pipe(8)</a>, deliver mail to non-Postfix command 198 199<li> <a href="proxymap.8.html">proxymap(8)</a>, Postfix lookup table proxy server 200 201<li> <a href="qmgr.8.html">qmgr(8)</a>, Postfix queue manager 202 203<li> <a href="qmqpd.8.html">qmqpd(8)</a>, Postfix QMQP server 204 205<li> <a href="scache.8.html">scache(8)</a>, Postfix connection cache manager 206 207<li> <a href="showq.8.html">showq(8)</a>, list Postfix mail queue 208 209<li> <a href="smtp.8.html">smtp(8)</a>, <a href="lmtp.8.html">lmtp(8)</a>, Postfix SMTP+LMTP client 210 211<li> <a href="smtpd.8.html">smtpd(8)</a>, Postfix SMTP server 212 213<li> <a href="spawn.8.html">spawn(8)</a>, run non-Postfix server 214 215<li> <a href="tlsmgr.8.html">tlsmgr(8)</a>, Postfix TLS cache and randomness manager 216 217<li> <a href="trivial-rewrite.8.html">trivial-rewrite(8)</a>, Postfix address rewriting 218 219<li> <a href="verify.8.html">verify(8)</a>, Postfix address verification 220 221<li> <a href="virtual.8.html">virtual(8)</a>, Postfix virtual delivery agent 222 223</ul> 224 225 226</body> 227 228</html> 229