E-mail Error

jl2005uk

Verified User
Joined
Jun 29, 2003
Messages
11
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
 
Hello,

I'm not sure about Mailscanner, but you can get exim up and running again by running the following (will kill Mailscanner)
Code:
rm -f /etc/exim.conf
rm -f /etc/exim_outgoing.conf
wget -O /etc/exim.conf [url]http://files.directadmin.com/services/exim4.conf[/url]
service exim restart
John
 
Back
Top