~ubuntu-branches/ubuntu/karmic/postfix/karmic-security

« back to all changes in this revision

Viewing changes to proto/DATABASE_README.html

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2008-09-07 14:02:15 UTC
  • mfrom: (29.1.21 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080907140215-d9zf8bj803ditke5
Tags: 2.5.5-1.1
* Non-maintainer upload.
* Add rsyslog.d config snipped to create a /dev/log syslog socket in the
  postfix chroot.  Also, add a note about other syslog daemons to
  README.Debian.  Closes: #311812

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
<li> You can use Berkeley DB files with fixed lookup strings for
82
82
simple address rewriting operations and you can use regular expression
83
 
tables for the more complicated work.
 
83
tables for the more complicated work. In other words, you don't
 
84
have to put everything into the same table.
84
85
 
85
86
</ul>
86
87
 
189
190
postmap(1) or postalias(1) overwrite existing files. If the update
190
191
fails in the middle then you have no usable database, and Postfix
191
192
will stop working. This is not an issue with the CDB database type
192
 
available with Postfix 2.2 and later, because <a href="CDB_README.html">CDB</a>
193
 
database rebuilds are atomic. </p>
 
193
available with Postfix 2.2 and later: <a href="CDB_README.html">CDB</a>
 
194
creates a new file, and renames the file upon successful completion.
 
195
</p>
194
196
 
195
197
<p> With multi-file databases such as DBM, there is no simple
196
198
solution. With Berkeley DB and other "one file" databases, it is
363
365
described in tcp_table(5). The lookup table name is "tcp:host:port"
364
366
where "host" specifies a symbolic hostname or a numeric IP address,
365
367
and "port" specifies a symbolic service name or a numeric port
366
 
number. This protocol is not available up to and including Postfix
367
 
version 2.2.  </dd>
 
368
number. This protocol is not available in the stable Postfix release.
 
369
</dd>
368
370
 
369
371
<dt> <b>unix</b> (read-only) </dt>
370
372