- Joined
- Sep 8, 2016
- Messages
- 57
- Points
- 8
Managing the Mail queue using 'exim' command
# exim -bpc
-Print the total number of mail in mail queue.
# exim -bp
-Print a listing of mails in the queue (time queued, size, message-id, sender, recipient)
# exim -bp | exiqsumm
-Print a summary of messages in the queue (count, volume, oldest, newest, domain, and totals)
# exiwhat
-To print what Exim is doing right now
----------------------------------------------------------------------------------------------------------------------------------
# exim -Mvh <message-id>
-To view a message's headers
# exim -Mvb <message-id>
-To view a message's body
# exim -Mvl <message-id>
-To view a message's logs
# exim -Mes <message-id> <address>
-To edit the sender of a message
# exim -Mrm <message-id>
-To remove a message from the queue
# exim -Mf <message-id>
-To freeze a message
# exim -bpc
-Print the total number of mail in mail queue.
# exim -bp
-Print a listing of mails in the queue (time queued, size, message-id, sender, recipient)
# exim -bp | exiqsumm
-Print a summary of messages in the queue (count, volume, oldest, newest, domain, and totals)
# exiwhat
-To print what Exim is doing right now
----------------------------------------------------------------------------------------------------------------------------------
# exim -Mvh <message-id>
-To view a message's headers
# exim -Mvb <message-id>
-To view a message's body
# exim -Mvl <message-id>
-To view a message's logs
# exim -Mes <message-id> <address>
-To edit the sender of a message
# exim -Mrm <message-id>
-To remove a message from the queue
# exim -Mf <message-id>
-To freeze a message