Exim configuration and messages in mail queue – cPanel server
March 21st, 2009
0 Comments
If you have cpanel then you can check email queue in cpanel by login to cpanel and then “Email” and then “Manage Mail Queue.
In command line, you can run following command to check queue
# exim -bpc
If you need the summary of messages in queue then you can run
# exim -bp | exiqsumm
If you want to print message ID in queue then
# exiqgrep -i
If you want to clean mail queue then
# exim -qff
If you want to do debug while cleaning then
# exim -qff -d9
Related posts:
















No Comment to “Exim configuration and messages in mail queue – cPanel server”