Re: [Exim] /var/spool/exim/db

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Sam Michaels
Datum:  
To: Sergei Gerasenko, exim-users
Betreff: Re: [Exim] /var/spool/exim/db
> failed to open database lock file
/var/spool/exim/db/wait-remote_smtp.lockfile: Permission denied (euid=8
egid=8)

You could also check the permissions of /var/tmp and /tmp to make sure you
can write to the dir.

A while back I had to do an strace on the delivery exim process and found
that the DB routine tried to access the dir and couldn't, so it gave that
error and sent me on a wild goose chase for 2 months.

-Sam