Show summary mail in queue: exim -bpc show sender in mail queue: exim -bp | grep "emailname" show count mail with spesific sender: exim -bp | grep "emailname" wc -l delete mail in queue with spesific sender: exim -bp|grep mailname |awk '{print $3}' |xargs exim -Mrm Basic information Print a count of the messages in the queue: root@localhost# exim -bpc Print a listing of the messages in the queue (time queued, size, message-id, sender, recipient): root@localhost# exim -bp Print a summary of messages in the queue (count, volume, oldest, newest, domain, and totals): root@localhost# exim -bp | exiqsumm Print what Exim is doing right now: root@localhost# exiwhat Test how exim will route a given address: root@localhost# exim -bt alias@localdomain.com user@thishost.com <-- alias@localdomain.com router = localuser, transport = local_delivery root@localhost# exim -bt user@thishost.com user@thishost.com router = localuser, transp...
Never lose hope, because it is the key to achieve all your dreams.