Inspecting Postfix’s email queue

Για να δείς το περιεχόμενο της ουράς μηνυμάτων
postqueue -p | more

the above commands display all queued messages (Not the message itself but the sender and recipients and ID), The ID is particularly useful if you want to inspect the message itself.

postcat -vq XXXXXXXXXX

View message (contents, header and body) in Postfix queue

Assuming the message has the ID XXXXXXX (you can see the ID form the QUEUE)


more

  • 0 Users Found This Useful
這篇文章有幫助嗎?

相關文章

Πώς μπορώ να δω τα email μέσω WEB (webmail);

Για να συνδεθείτε σε έναν λογαριασμό e-mail του hosting σας μέσω web πηγαίνετε στην εξής...

How to add a SPF record for my mail accounts?

1. Introduction The Problem: Sender Address Forgery. Today, nearly all abusive e-mail messages...