Ken Cheney 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] > 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 above is a message from Mailman to <[EMAIL PROTECTED]> that can't be delivered because Postfix doesn't know how to route mail to mydomain.com or it is not allowed to relay mail from 127.0.0.1 to mydomain.com. This is a Postfix configuration issue. > 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) The above are an incoming message (a DSN from Postfix back to Mailman saying the first message was undeliverable). > Dec 4 09:15:07 listserv postfix/qmgr[2438]: 0C3CA2184C3: removed This is Postfix telling you the the first message (0C3CA2184C3) was removed from Postfix's queue because Postfix was done with it. Postfix has no knowledge of what Mailman does and you won't find anything in the Postfix maillog that relates to any action Mailman has taken other than mail delivery. > 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 And these are Postfix's delivery of the DSN to the mail/mailman wrapper for 'mailman-bounces' and the subsequent removal of the processed message from Postfix's queue. > If that part where is says "removed" means that they are off the list - they > aren't. That's not what it says. The above entries presumably all come after some message to listname-leave was received and delivered to Mailman. These are a reply from Mailman which is undeliverable (most likely because you aren't allowing relaying from localhost/127.0.0.1) and the subsequent bounce being returned to Mailman. > 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 <and several more snipped> > > I am very confused. Could the fact that it wont relay to my local domain be > the problem? The first message above is saying that Mailman is trying to send an autoresponse to a message received at the listname-request (or -join, -leave or -(un)subscribe) address, but the user has already received the daily limit of such messages. The second is a held post. What happens to these? Do you see them in the admindb interface for the list? Messages clearly reach Mailman. The problem is that the messages that mailman sends can't be relayed. You have to configure Postfix to relay from localhost/127.0.0.1 to anywhere. Then you will see Mailman's responses and more will become clear. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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&file=faq01.027.htp