ljwhite

Well-Known Member
Jun 20, 2005
363
0
166
I sent some emails out. They are not received by my friends for several days. I think they may delay or dropped because our server is overloaded these days. Is there a way that I can check server through whm or ssh to make sure the emails I sent our are not dropped but would delay because server is overloaded.
 

meweb

Well-Known Member
Feb 10, 2003
58
0
156
Hello

Try clearing the mails from whm >> mail >> mail queue manager. You can also check the logs for your emails via ssh using

tail -f /var/log/exim_mainlog

The above command will tell you if the emails have gone through or else it will give you a error. If you want logs for a particular domain, use

egrep domainname /var/log/exim_mainlog

Thank you