blob: 35a22a7a4266cc5df40dee714cf2409bd0b9c4d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LINUX PORTABILITY
=================
On RedHat Linux 7.0, you must install the db3-devel RPM before you
can compile the Postfix source code.
LINUX SYSLOGD PERFORMANCE
=========================
LINUX syslogd uses synchronous writes by default, which is very
expensive. For services such as mail it is recommended that you
disable synchronous logfile writes by editing /etc/syslog.conf and
by prepending a - to the logfile name:
mail.* -/var/log/mail.log
Send a "kill -HUP" to the syslogd to make the change effective.
|