INFORMATICS

The Best

Useful tools postfix

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

Automatically translated document

Useful tools postfix
Tools postfix queue:
mailq
Checking the postfix queue
mailq or sendmail -q -bp
list of messages in the queue to serve
#tail -f / var / log / messages | grep sasl
Checking SASL Auth
#tail -f / var / log / maillog | grep postfix
check logos Posfix
# qshape-maia -s deferred
List of detainees mails
postqueue -p
listing the message queue - shows all the mails in the queue
postcat -q
view the contents of the queue file
postsuper -d (Queue ID)
allows you to delete the message from the queue with the given ID
postsuper -d ALL
delete all messages from the queue
postqueue -f
refresh queue - sends all mail queue
postqueue –i queue_id
immediate delivery of specified email deferred ID
postsuper -h (Queue ID)
stop the messages in the queue (queue hold)
postsuper -H (Queue ID)
move the message back to the queue manager
postsuper -r ALL
returns the message back to the queue, the message they receive new IDs and additional header Received
postqueue -s domain
sending a message from the queue for the specified domain

Search