> > it has
> > # PID_FILE_PATH=/var/lock/exim.pid
> >
> > and should read
> > # PID_FILE_PATH=/var/lock/exim%s.pid
>
> As Kirill pointed out, the value is correct. I gave up trying to be too
> clever with the pid file name.
Hmm. Well:
*** "/tmp/exim.pid" (PID_FILE_PATH) must contain precisely one occurence
of
*** "%s". Please review your build-time configuration.
When I tried the first time, that's the error I got. When I do a make
again, right after it builds the eximon script it errors with:
In file included from exim.h:317,
from spool_in.c:12:
structs.h:606 `DNS_MAXNAME' undeclared here (not in a function)
but no mention of the %s.
(I would have put more of the error here, but I can't copy and paste in
this terminal session)