On Thu, 14 Jul 2005, Miles Beck wrote: > if [ -x /usr/sbin/exim_tidydb ]; then > /usr/sbin/exim_tidydb /var/spool/exim retry >/dev/null; fi > > failed to open DB file /var/spool/exim/db/retry: File exists > > and > > if [ -x /usr/sbin/exim_tidydb ]; then > /usr/sbin/exim_tidydb /var/spool/exim wait-remote_smtp >/dev/null; fi > > failed to open DB file /var/spool/exim/db/wait-remote_smtp: File exists Looks like you have conflicting Berkeley DB types (I saw an old message from Exim developer on Exim list). And see bug report from last year: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248622 I didn't look, but I think you can remove the old files from your old Debian -- old Exim and the new Exim will recreate these hints files. Jeremy C. Reed BSD News, BSD tutorials, BSD links http://www.bsdnewsletter.com/ --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss