I think I found a bit of the problem. The most common line in the panic logs is "daemon: accept process fork failed: Cannot allocate memory" >From this I would surmise that the errors were due to insufficient ram. Thanks for your help.
Richie Schut -------- Original Message -------- Subject: Re: [exim] intro & trouble shooting From: Ted Cooper <[email protected]> To: [email protected] Date: 1/26/2010 11:50 PM > On Tue, 2010-01-26 at 03:07 -0600, James Price wrote: > >> Otherwise exim should have 3 basic log sets: >> exim_mainlog - main log file - I believe aggregates everything >> exim_paniclog - might be a good place to start as its specifically panic >> events during runtime >> exim_rejectlog - delivery rejects, ACL validation failures, etc. >> > cPanel default log location is in /var/log with the above names. Once > one the logs gets to 1Mb in size, all are rotated up to 4 times .. eg > > # ls -1 /var/log/exim_* > /var/log/exim_mainlog > /var/log/exim_mainlog.1.gz > /var/log/exim_mainlog.2.gz > /var/log/exim_mainlog.3.gz > /var/log/exim_mainlog.4.gz > /var/log/exim_paniclog > /var/log/exim_paniclog.1.gz > /var/log/exim_paniclog.2.gz > /var/log/exim_paniclog.3.gz > /var/log/exim_paniclog.4.gz > /var/log/exim_rejectlog > /var/log/exim_rejectlog.1.gz > /var/log/exim_rejectlog.2.gz > /var/log/exim_rejectlog.3.gz > /var/log/exim_rejectlog.4.gz > > > > -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
