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=utf-8"> 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="postdrop.1.html">postdrop(1)</a>, Postfix mail posting utility 88 89<li> <a href="postfix.1.html">postfix(1)</a>, Postfix control program 90 91<li> <a href="postfix-tls.1.html">postfix-tls(1)</a>, Postfix TLS management 92 93<li> <a href="postkick.1.html">postkick(1)</a>, trigger Postfix daemon 94 95<li> <a href="postlock.1.html">postlock(1)</a>, Postfix-compatible locking 96 97<li> <a href="postlog.1.html">postlog(1)</a>, Postfix-compatible logging 98 99<li> <a href="postmap.1.html">postmap(1)</a>, Postfix lookup table manager 100 101<li> <a href="postmulti.1.html">postmulti(1)</a>, Postfix multi-instance manager 102 103<li> <a href="postqueue.1.html">postqueue(1)</a>, Postfix mail queue control 104 105<li> <a href="postsuper.1.html">postsuper(1)</a>, Postfix housekeeping 106 107<li> <a href="mailq.1.html">mailq(1)</a>, Sendmail compatibility interface 108 109<li> <a href="newaliases.1.html">newaliases(1)</a>, Sendmail compatibility interface 110 111<li> <a href="sendmail.1.html">sendmail(1)</a>, Sendmail compatibility interface 112 113</ul> 114 115<h2> Postfix configuration </h2> 116 117<ul> 118 119 120<li> <a href="bounce.5.html">bounce(5)</a>, Postfix bounce message templates 121 122<li> <a href="master.5.html">master(5)</a>, Postfix <a href="master.5.html">master.cf</a> file syntax 123 124<li> <a href="postconf.5.html">postconf(5)</a>, Postfix <a href="postconf.5.html">main.cf</a> file syntax 125 126<li> <a href="postfix-wrapper.5.html">postfix-wrapper(5)</a>, Postfix multi-instance API 127 128</ul> 129 130<h2> Table-driven mechanisms </h2> 131 132<ul> 133 134 135<li> <a href="access.5.html">access(5)</a>, Postfix SMTP access control table 136 137<li> <a href="aliases.5.html">aliases(5)</a>, Postfix alias database 138 139<li> <a href="canonical.5.html">canonical(5)</a>, Postfix input address rewriting 140 141<li> <a href="generic.5.html">generic(5)</a>, Postfix output address rewriting 142 143<li> <a href="header_checks.5.html">header_checks(5)</a>, <a href="header_checks.5.html">body_checks(5)</a>, Postfix content inspection 144 145<li> <a href="relocated.5.html">relocated(5)</a>, Users that have moved 146 147<li> <a href="transport.5.html">transport(5)</a>, Postfix routing table 148 149<li> <a href="virtual.5.html">virtual(5)</a>, Postfix virtual aliasing 150 151</ul> 152 153<h2> Table lookup mechanisms </h2> 154 155<ul> 156 157 158<li> <a href="cidr_table.5.html">cidr_table(5)</a>, Associate CIDR pattern with value 159 160<li> <a href="ldap_table.5.html">ldap_table(5)</a>, Postfix LDAP client 161 162<li> <a href="lmdb_table.5.html">lmdb_table(5)</a>, Postfix LMDB database driver 163 164<li> <a href="memcache_table.5.html">memcache_table(5)</a>, Postfix memcache client 165 166<li> <a href="mysql_table.5.html">mysql_table(5)</a>, Postfix MYSQL client 167 168<li> <a href="nisplus_table.5.html">nisplus_table(5)</a>, Postfix NIS+ client 169 170<li> <a href="pcre_table.5.html">pcre_table(5)</a>, Associate PCRE pattern with value 171 172<li> <a href="pgsql_table.5.html">pgsql_table(5)</a>, Postfix PostgreSQL client 173 174<li> <a href="regexp_table.5.html">regexp_table(5)</a>, Associate POSIX regexp pattern with value 175 176<li> <a href="socketmap_table.5.html">socketmap_table(5)</a>, Postfix socketmap client 177 178<li> <a href="sqlite_table.5.html">sqlite_table(5)</a>, Postfix SQLite database driver 179 180<li> <a href="tcp_table.5.html">tcp_table(5)</a>, Postfix client-server table lookup 181 182</ul> 183 184<h2> Daemon processes </h2> 185 186<ul> 187 188 189<li> <a href="anvil.8.html">anvil(8)</a>, Postfix connection/rate limiting 190 191<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 192 193<li> <a href="cleanup.8.html">cleanup(8)</a>, canonicalize and enqueue message 194 195<li> <a href="discard.8.html">discard(8)</a>, Postfix discard delivery agent 196 197<li> <a href="dnsblog.8.html">dnsblog(8)</a>, DNS allow/denylist logger 198 199<li> <a href="error.8.html">error(8)</a>, Postfix error delivery agent 200 201<li> <a href="flush.8.html">flush(8)</a>, Postfix fast ETRN service 202 203<li> <a href="local.8.html">local(8)</a>, Postfix local delivery agent 204 205<li> <a href="master.8.html">master(8)</a>, Postfix master daemon 206 207<li> <a href="qmgr.8.html">oqmgr(8)</a>, old Postfix queue manager 208 209<li> <a href="pickup.8.html">pickup(8)</a>, Postfix local mail pickup 210 211<li> <a href="pipe.8.html">pipe(8)</a>, deliver mail to non-Postfix command 212 213<li> <a href="postlogd.8.html">postlogd(8)</a>, Postfix internal logging service 214 215<li> <a href="postscreen.8.html">postscreen(8)</a>, Postfix zombie blocker 216 217<li> <a href="proxymap.8.html">proxymap(8)</a>, Postfix lookup table proxy server 218 219<li> <a href="qmgr.8.html">qmgr(8)</a>, Postfix queue manager 220 221<li> <a href="qmqpd.8.html">qmqpd(8)</a>, Postfix QMQP server 222 223<li> <a href="scache.8.html">scache(8)</a>, Postfix connection cache manager 224 225<li> <a href="showq.8.html">showq(8)</a>, list Postfix mail queue 226 227<li> <a href="smtp.8.html">smtp(8)</a>, <a href="lmtp.8.html">lmtp(8)</a>, Postfix SMTP+LMTP client 228 229<li> <a href="smtpd.8.html">smtpd(8)</a>, Postfix SMTP server 230 231<li> <a href="spawn.8.html">spawn(8)</a>, run non-Postfix server 232 233<li> <a href="tlsmgr.8.html">tlsmgr(8)</a>, Postfix TLS cache and randomness manager 234 235<li> <a href="tlsproxy.8.html">tlsproxy(8)</a>, Postfix TLS proxy server 236 237<li> <a href="trivial-rewrite.8.html">trivial-rewrite(8)</a>, Postfix address rewriting 238 239<li> <a href="verify.8.html">verify(8)</a>, Postfix address verification 240 241<li> <a href="virtual.8.html">virtual(8)</a>, Postfix virtual delivery agent 242 243</ul> 244 245 246</body> 247 248</html> 249