On 12/23/2010 12:50 PM, Roman Gelfand wrote:
I am encountering trouble sending outbound email (connection time outs). Is there a way I could see mail header contents without connecting to the target server to send out the email?Thanks in advance
The postcat(1) command allows you to examine mail in the postfix queue.
http://www.postfix.org/postcat.1.html # postcat -q QUEUEID | more Or with postfix 2.7 or newer you can use # postcat -hq QUEUEID | more to examine just the headers. -- Noel Jones