~ubuntu-branches/ubuntu/trusty/postfix/trusty

« back to all changes in this revision

Viewing changes to html/INSTALL.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (58.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140211074430-kwkoxdz0fbajn0fj
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
 
230
230
<p> and so on. In some cases, optimization is turned off automatically. </p>
231
231
 
232
 
<h3>4.3 - Building with optional extensions</h3>
 
232
<h3>4.3 - Building with optional features</h3>
233
233
 
234
234
By default, Postfix builds as a mail system with relatively few
235
235
bells and whistles. Support for third-party databases etc.
236
 
must be configured when Postfix is compiled.  The following documents describe how to build Postfix with support for extensions:
 
236
must be configured when Postfix is compiled.  The following documents
 
237
describe how to build Postfix with support for optional features:
237
238
 
238
239
<blockquote>
239
240
<table border="1">
240
241
 
241
 
<tr> <th>Postfix extension </th> <th>Document </th> <th>Availability</th>
 
242
<tr> <th>Optional feature </th> <th>Document </th> <th>Availability</th>
242
243
</tr>
243
244
 
244
245
<tr> <td> Berkeley DB database</td> <td><a href="DB_README.html">DB_README</a></td> <td> Postfix
245
246
1.0 </td> </tr>
246
247
 
 
248
<tr> <td> LMDB database</td> <td><a href="LMDB_README.html">LMDB_README</a></td> <td> Postfix
 
249
2.11 </td> </tr>
 
250
 
247
251
<tr> <td> LDAP database</td> <td><a href="LDAP_README.html">LDAP_README</a></td> <td> Postfix
248
252
1.0 </td> </tr>
249
253
 
306
310
<tr> <td>DEF_CONFIG_DIR</td> <td><a href="postconf.5.html#config_directory">config_directory</a></td>
307
311
<td>/etc/postfix</td> </tr>
308
312
 
 
313
<tr> <td>DEF_DB_TYPE</td> <td><a href="postconf.5.html#default_database_type">default_database_type</a></td>
 
314
<td>hash</td> </tr>
 
315
 
309
316
<tr> <td>DEF_DAEMON_DIR</td> <td><a href="postconf.5.html#daemon_directory">daemon_directory</a></td>
310
317
<td>/usr/libexec/postfix</td> </tr>
311
318
 
372
379
 
373
380
<tr> <td> </td> <td> -DNO_DB </td> <td> Do not build with Berkeley
374
381
DB support. By default, Berkeley DB support is compiled in on
375
 
platforms that are known to support this feature.  </td> </tr>
 
382
platforms that are known to support this feature. If you override
 
383
this, then you probably should also override DEF_DB_TYPE as described
 
384
in section 4.4.  </td> </tr>
376
385
 
377
386
<tr> <td> </td> <td> -DNO_DEVPOLL </td> <td> Do not build with
378
387
Solaris <tt>/dev/poll</tt> support. By default, <tt>/dev/poll</tt>
395
404
</td> </tr>
396
405
 
397
406
<tr> <td> </td> <td> -DNO_NIS </td> <td> Do not build with NIS or
398
 
NISPLUS support. NIS is not available on some recent Linux or Solaris
 
407
NISPLUS support. NIS is not available on some recent Linux
 
408
distributions. </td> </tr>
 
409
 
 
410
<tr> <td> </td> <td> -DNO_NISPLUS </td> <td> Do not build with
 
411
NISPLUS support. NISPLUS is not available on some recent Solaris
399
412
distributions. </td> </tr>
400
413
 
401
414
<tr> <td> </td> <td> -DNO_PCRE </td> <td> Do not build with PCRE