~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to README_FILES/LINUX_README

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-ooo6yfg6kmoteu04
Tags: upstream-2.1.3
ImportĀ upstreamĀ versionĀ 2.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PPoossttffiixx aanndd LLiinnuuxx
 
2
 
 
3
-------------------------------------------------------------------------------
 
4
 
 
5
BBeerrkkeelleeyy DDBB iissssuueess
 
6
 
 
7
On RedHat Linux 7.0 you must install the db3-devel RPM before you can compile
 
8
the Postfix source code.
 
9
 
 
10
Warning: do not use multiple Berkeley DB versions. Every Postfix program will
 
11
dump core when it is built with a different Berkeley DB version than the
 
12
version that is used by the system library routines. See the DB_README file for
 
13
further information.
 
14
 
 
15
PPrrooccmmaaiill iissssuueess
 
16
 
 
17
On RedHat Linux 7.1 pprrooccmmaaiill no longer has permission to write the mail spool
 
18
directory. Workaround: chmod 1777 /var/spool/mail.
 
19
 
 
20
SSyyssllooggdd ppeerrffoorrmmaannccee
 
21
 
 
22
LINUX ssyyssllooggdd uses synchronous writes by default. Because of this, ssyyssllooggdd can
 
23
actually use more system resources than Postfix. To avoid such badness, disable
 
24
synchronous mail logfile writes by editing /etc/syslog.conf and by prepending a
 
25
- to the logfile name:
 
26
 
 
27
    /etc/syslog.conf:
 
28
        mail.*                          -/var/log/mail.log
 
29
 
 
30
Send a "kkiillll --HHUUPP" to the ssyyssllooggdd to make the change effective.
 
31