On Mon, Mar 30, 2009 at 02:18:44PM -0400, Carlos Williams wrote:

> On Mon, Mar 30, 2009 at 11:59 AM, Noel Jones <njo...@megan.vbhcs.org> wrote:
> > To search the log, use the QUEUEID reported in the first Received: header
> > added by your system. ??Note Received headers are read bottom to top, so the
> > first one is the lowest one with your server name.
> 
> Sorry all. Let me start with posting the output of 'postconf -n'
> 
> Now I am searching for that QUEUEID and maybe I am doing this wrong...
> 
> mail:~# less /var/log/mail.log | grep B71C61FA4DA3
> Mar 30 10:33:01 mail postfix/cleanup[15401]: B71C61FA4DA3:
> message-id=<01c9b172$81de7e00$cd05a...@teemigh>
> Mar 30 10:33:01 mail postfix/local[15394]: A94B31FA4DA0:
> to=<every...@ideorlando.org>, relay=local, delay=0.21,
> delays=0.06/0/0/0.16, dsn=2.0.0, status=sent (forwarded as
> B71C61FA4DA3)

Wrong queue-id, try:

    grep A94B31FA4DA0 /var/log/mail.log

You really should look at the message headers and find the Received
header which shows the message first entering your environment. That
Received header will show the Postfix queue-id that you need to search
for. It may well be A94B31FA4DA0, or it be an earlier delivery stage.

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majord...@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to