shann

Well-Known Member
Jul 5, 2002
366
0
166
cPanel Access Level
Website Owner
Hello guys.


After I converted to maildir, mails are in queue and not delivering to inbox, I run the following


/convert2maildir

/courierup

/eximup


Is anything I can do? When I do exim -bpc I can see around 5K messages, when I look at through whm I couldn't find any messages. Am I missing some thing here?
 

d_t

Well-Known Member
Sep 20, 2003
245
3
168
Bucharest
First restart exim
Code:
service exim restart
then check the logs to see if any error appear
Code:
tail /var/log/exim_mainlog
You can force sending messages one by one in verbose mode using
Code:
exim -bpru | awk {'print $3'} | xargs exim -v -M
Statistics about mail queue can be obtined with
Code:
exim -bp | exiqsumm -c