Comandos Esenciales para Postfix

bitfrost's picture

Some useful commands for managing the postfix queue:
postsuper -d Number (remove a message)
postsuper -d ALL (remove all messages)
postsuper -r Number (re queue the message)
postsuper -r ALL (re queue all the messages)
postqueue -p (print the content of the queue)
postqueue -f (flush the queue, try to deliver all queued mail)