~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to proto/LINUX_README.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-04-15 16:00:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415160044-xl1vjlhf9mdmf43a
Tags: 2.4.0-3
Have preinst get user approval before installing (and being broken) on a
pre-2.6 kernel.  Closes: #417530

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
<h2>Berkeley DB issues</h2>
21
21
 
22
 
<p> Warning: if you can't compile Postfix because the file "db.h"
 
22
<p> If you can't compile Postfix because the file "db.h"
23
23
isn't found, then you MUST install the Berkeley DB development
24
24
package (name: db???-devel-???) that matches your system library.
25
25
You can find out what is installed with the rpm command. For example:
33
33
</blockquote>
34
34
 
35
35
<p> This means that you need to install db4-devel-4.3.29-2 (on
36
 
some systems, specify <tt>/lib/libdb.so</tt> in the rpm query). </p>
 
36
some systems, specify "<b>rpm -qf /lib/libdb.so</b>" instead). </p>
37
37
 
38
38
<p> DO NOT download some Berkeley DB version from the network.
39
39
Every Postfix program will dump core when it is built with a different
45
45
 
46
46
<p> On RedHat Linux 7.1 and later <b>procmail</b> no longer has
47
47
permission
48
 
to write the mail spool directory. Workaround: chmod 1777
49
 
/var/spool/mail.
50
 
</p>
 
48
to write the mail spool directory. Workaround: </p>
 
49
 
 
50
<blockquote>
 
51
<pre>
 
52
# chmod 1777 /var/spool/mail
 
53
</pre>
 
54
</blockquote>
51
55
 
52
56
<h2>Syslogd performance</h2>
53
57