On 6/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 2005-06-21 14:48:36 queue run: process 23416 crashed with signal 11 > while delivering 1Dki6h-00064E-Hc
This happened to me on Exim3 a loooooong time ago (it's probably on the list archive somewhere). After running strace on it, I found that Berkeley DB accessed /var/tmp instead of /tmp and /var/tmp had incorrect permissions...'chmod ugo+rwxt /var/tmp' fixed it. Get strace and run: 'strace /usr/local/exim/bin/exim -M 1Dki9D-00065B-Kt' It'll show you step by step what Exim is accessing. Sam -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
