More Technical Help

Sunday, May 8, 2011

Exim Server Commands

How to check emails in mail queue?

exim -bpc

How to check full status of exim server?

eximstats -nr -ne /var/log/exim_mainlog

How to check exim pids running?
pidof exim
 
How to check frozen emails?

 exim -bpr | grep frozen | wc -l


How to delete frozen emails?

exiqgrep -z -i | xargs exim -Mrm


How to check mails sent per domain?

exim -bp | exiqsumm | more


 
 
 

0 comments:

Post a Comment