On 12/4/06, Ken Cheney <[EMAIL PROTECTED]> wrote:
> there are log entries in maillog that say
>   Dec  4 09:15:07 listserv postfix/smtpd[2573]: connect from
>   listserv.mydomain.com[127.0.0.1]
>   Dec  4 09:15:07 listserv postfix/smtpd[2573]: 0C3CA2184C3:
>   client=listserv.mydomain.com[127.0.0.1]
>   Dec  4 09:15:07 listserv postfix/cleanup[2576]: 0C3CA2184C3:
>   message-id=<[EMAIL PROTECTED]>
>   Dec  4 09:15:07 listserv postfix/qmgr[2438]: 0C3CA2184C3:
>   from=<[EMAIL PROTECTED]>, size=3775, nrcpt=1 (queue active)
>   Dec  4 09:15:07 listserv postfix/smtpd[2573]: disconnect from
>   listserv.mydomain.com[127.0.0.1]
Something connected from the local computer and sent a message.

>   Dec  4 09:15:07 listserv postfix/smtp[2580]: 0C3CA2184C3:
>   to=<[EMAIL PROTECTED]>, relay=mydomain.com[10.180.50.2], delay=0,
>   status=bounced (host mydomain.com[10.180.50.2] said: 550 5.7.1 Unable to 
> relay for
>   [EMAIL PROTECTED] (in reply to RCPT TO command))
The message was to [EMAIL PROTECTED] The server attempted to
deliver this by connecting to mydomain.com (IP 10.180.50.2), which
refused to relay to the address [EMAIL PROTECTED]

>   Dec  4 09:15:07 listserv postfix/cleanup[2576]: 34EAD2184EA:
>   message-id=<[EMAIL PROTECTED]>
>   Dec  4 09:15:07 listserv postfix/qmgr[2438]: 34EAD2184EA: from=<>, 
> size=5858,
>   nrcpt=1 (queue active)
>   Dec  4 09:15:07 listserv postfix/qmgr[2438]: 0C3CA2184C3: removed
The local SMTP server generated a bounce notification and removed the
original message from its queue.

>   Dec  4 09:15:07 listserv postfix/local[2577]: 34EAD2184EA:
>   to=<[EMAIL PROTECTED]>, relay=local, delay=0, status=sent
>   (delivered to command: /usr/lib/mailman/mail/mailman bounces mailman)
>   Dec  4 09:15:07 listserv postfix/qmgr[2438]: 34EAD2184EA: removed
The bounce notification was delivered to mailman's bounce handler, and
the bounce notification was removed from postfix's queue.

>   If that part where is says "removed" means that they are off the list - 
> they aren't.
The 'removed' is postfix removing messages from its queue, which is
completely normal and correct.

>   This is the vette log says:
>
>
> Dec 04 08:25:03 2006 (2762) -request/hold autoresponse discarded for:
> [EMAIL PROTECTED]
>   Dec 04 08:25:03 2006 (2762) Mailman post from [EMAIL PROTECTED] held,
>  message-id=<[EMAIL PROTECTED]>: Post by
>  non-member to a members-only list
Once again, '[EMAIL PROTECTED]' isn't a member of the list.
This is probably a postfix DSN, which is sent 'from' postfix, or
something similar.

It looks like no posts are actually reaching your mailing list.

>
>   I am very confused.  Could the fact that it wont relay to my local domain 
> be the
>   problem?
Your server doesn't seem to realize that [EMAIL PROTECTED] is
supposed to be delivered locally. Perhaps this is correct; however,
the smart host that it's set up to deliver through ALSO won't accept
[EMAIL PROTECTED] At least one of these is incorrect. If the
mailman server is also the server where you read your mail (e.g., your
POP or IMAP server), then it needs to be configured to accept messages
for kcheney for local delivery. If your SMTP relay host is the server
where you read your mail, IT Needs to be set up to accept mail from
[EMAIL PROTECTED] for local delivery.

-- 
- Patrick Bogen
------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to