4. After type the commands will showing total sending email user account
5.
a.To display the number of emails in the queue we use the command
exim -bpc
b. To remove all messages from the queue, we use the below command.
exim -bp|grep "<"|awk {'print $3'}|xargs exim -Mrm
6. When the command is executed to remove all messages from the queue, it will show you the messages that are being removed now until the process is done