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'
mail:~# postconf -n
Thanks, that confirms your settings are reasonable.
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)
It appears the QUEUEID you want to look for is A94B31FA4DA0.
That should be listed in the first (reading up from the
bottom) Received header in the message.
BTW, consider restricting access to "everyone" or other
easily-guessed list names using something similar to this
example:
http://www.postfix.org/RESTRICTION_CLASS_README.html#internal
-- Noel Jones