Autor: Derrick
Data:
A: exim-users
Assumpte: [Exim] Alpha version issues:
One very minor, in the default Makefile (src/EDTIME)
the pid line is missing a "%s"
it has
# PID_FILE_PATH=/var/lock/exim.pid
and should read
# PID_FILE_PATH=/var/lock/exim%s.pid
and when I ran the config converter, my RBL list shows up like:
dnslists
and the default configure script has:
dns_lists
(which errors)