shivamxp

Well-Known Member
Jan 30, 2005
47
0
156
I have like 5000 Emails stuck in quue since the last 4 days ..they just wont get sent. what is a good command that will get them sent . i used the whm send but it doesnt work at all
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
You need to make sure that your servers load average is well below 3 otherwise the exim mail queue processing will simply stop. You can start off a mail queue run with:

exim -qff

But watch exim_mainlog to see what happens with the queue run, i.e. whether it stops due to server load being too high. The other obvious possibility is that they cannot be delievered, this typically happens when using :blackhole: when you should be using :fail:
 

HappymanUK

Well-Known Member
May 3, 2003
255
1
168
chirpy said:
You need to make sure that your servers load average is well below 3 otherwise the exim mail queue processing will simply stop. You can start off a mail queue run with:

exim -qff

But watch exim_mainlog to see what happens with the queue run, i.e. whether it stops due to server load being too high. The other obvious possibility is that they cannot be delievered, this typically happens when using :blackhole: when you should be using :fail:
How can you check that you have :fail: set for undeliverables ??

Thanks
Daniel
 

dalem

Well-Known Member
PartnerNOC
Oct 24, 2003
2,983
159
368
SLC
cPanel Access Level
DataCenter Provider
just do this command in SSH and it will change all blackholes to fail

replace :blackhole: :fail: -- /etc/valiases/*
 

HappymanUK

Well-Known Member
May 3, 2003
255
1
168
dalem said:
just do this command in SSH and it will change all blackholes to fail

replace :blackhole: :fail: -- /etc/valiases/*
Thanks for your help.

Is there anyway to view which files contain it before actually making the changes ?

Thanks again
Daniel