PDA

View Full Version : E-mail Error



jl2005uk
04-27-2004, 11:33 AM
Hi,

Im just wondering if someone has any idea why my mail is not working.

Im running Exim 4.24 & mailscanner and they have been working fine for ages.

Mail is coming in fine, going into the /var/spool/exim.in/input file and being moved over for Exim to process at /var/spool/exim/input

However all e-mail is then being queued in ../exim/input without being moved out, At present the folder has about 45,000 e-mails in and its growing quick, I was just wondering if anyone knows how to resolve this?

Regards

John

DirectAdmin Support
04-29-2004, 01:31 PM
Hello,

I'm not sure about Mailscanner, but you can get exim up and running again by running the following (will kill Mailscanner)

rm -f /etc/exim.conf
rm -f /etc/exim_outgoing.conf
wget -O /etc/exim.conf http://files.directadmin.com/services/exim4.conf
service exim restart
John