I just did a fresh compile of 4.12 on my Sparcstation 5 running Debian
Linux (my regular server chewed up and spat out its /usr hdd today).
Now I'm seeing this in the logs for every remote delivery:
2003-01-06 12:56:28 18VcP2-0004Co-00 failed to open DB file
/var/spool/exim/db/wait-remote_smtp: Success
I compiled with GDBM instead of Sleepycat.
This doesn't seem to be causing an issue except slow delivery of
outgoing mail. Any ideas on a fix? Here's what exim is linked against:
libresolv.so.2 => /lib/libresolv.so.2 (0x50029000)
libnsl.so.1 => /lib/libnsl.so.1 (0x50049000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x5006d000)
libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0x500a9000)
libc.so.6 => /lib/libc.so.6 (0x500bf000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x50000000)
Paul