Kaushal Shriyan wrote: >On 6/26/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > >> I'm guessing at this point that no mail is being successfully delivered >> to Mailman. Have you installed aliases in sendmail's alias file and >> run 'newalias'? > >I have added the following aliases in the /etc/aliases file and run >newaliases next > >## test mailing list >test: "|/usr/local/mailman/mail/mailman post test" >test-admin: "|/usr/local/mailman/mail/mailman admin test" >test-bounces: "|/usr/local/mailman/mail/mailman bounces test" >test-confirm: "|/usr/local/mailman/mail/mailman confirm test" >test-join: "|/usr/local/mailman/mail/mailman join test" >test-leave: "|/usr/local/mailman/mail/mailman leave test" >test-owner: "|/usr/local/mailman/mail/mailman owner test" >test-request: "|/usr/local/mailman/mail/mailman request test" >test-subscribe: "|/usr/local/mailman/mail/mailman subscribe test" >test-unsubscribe: "|/usr/local/mailman/mail/mailman unsubscribe test"
This looks correct. >> Try confirming via web. Does that work? > >How do i confirm using web interface ?? Follow the link in the confirmation email. >> When you reply to the confirmation by email, do you get any kind of >> response - an undeliverable notice? What's in the sendmail logs? >> > >I dont get any undeliverable notice, I get the below information in >the sendmail maillog I get a headache just looking at this, and I'm not sure I understand it. >Jun 27 12:01:08 mydomain sendmail[14891]: k5R6V8aF014890: >to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> >(504/504), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=32260, >dsn=2.0.0, stat=Sent A message presumably delivered to test-request <imap stuff snipped> >Jun 27 12:04:53 mydomain sendmail[14952]: k5R6YraJ014952: >from=<[EMAIL PROTECTED]>, size=1485, class=-60, nrcpts=1, >msgid=<[EMAIL PROTECTED]>, proto=ESMTP, >daemon=MTA, relay=localhost.localdomain [127.0.0.1] A Mailman generated outgoing message from the test list. >Jun 27 12:04:53 mydomain sendmail[14953]: k5R6YraJ014952: >to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> >(501/501), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=139685, >dsn=2.0.0, stat=Sent Delivered to mailman-owner. Why is the test list sending messages to mailman-owner, not test-owner? >Jun 27 12:04:53 mydomain sendmail[14954]: k5R6YrdR014954: >from=<[EMAIL PROTECTED]>, size=1805, class=-60, nrcpts=1, >msgid=<[EMAIL PROTECTED]>, proto=ESMTP, >daemon=MTA, relay=localhost.localdomain [127.0.0.1] A different Mailman generated outgoing message from the test list >Jun 27 12:04:53 mydomain sendmail[14956]: k5R6YrdR014954: >to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> >(501/501), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=139999, >dsn=2.0.0, stat=Sent delivered to [EMAIL PROTECTED] >Jun 27 12:05:37 mydomain sendmail[14964]: k5R6Za1v014964: >from=<[EMAIL PROTECTED]>, size=1603, class=-60, nrcpts=1, >msgid=<[EMAIL PROTECTED]>, proto=ESMTP, >daemon=MTA, relay=localhost.localdomain [127.0.0.1] And another Mailman generated outgoing message from the test list >Jun 27 12:05:37 mydomain sendmail[14965]: k5R6Za1v014964: >to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> >(501/501), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=139796, >dsn=2.0.0, stat=Sent Delivered to [EMAIL PROTECTED] <imap stuff snipped> >Jun 27 12:06:23 mydomain sendmail[14973]: k5R6aNlg014973: >Authentication-Warning: mydomain.com: apache set sender to >[EMAIL PROTECTED] using -f >Jun 27 12:06:23 mydomain sendmail[14973]: k5R6aNlg014973: >[EMAIL PROTECTED], size=1771, class=0, nrcpts=1, >msgid=<[EMAIL PROTECTED]>, >[EMAIL PROTECTED] >Jun 27 12:06:23 mydomain sendmail[14974]: STARTTLS=server, >relay=localhost.localdomain [127.0.0.1], version=TLSv1/SSLv3, >verify=NO, cipher=DHE-RSA-AES256-SHA, bits=256/256 >Jun 27 12:06:23 mydomain sendmail[14973]: STARTTLS=client, >relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, >cipher=DHE-RSA-AES256-SHA, bits=256/256 >Jun 27 12:06:24 mydomain sendmail[14974]: k5R6aNVB014974: >from=<[EMAIL PROTECTED]>, size=1994, class=0, nrcpts=1, >msgid=<[EMAIL PROTECTED]>, proto=ESMTP, >daemon=MTA, relay=localhost.localdomain [127.0.0.1] Message from [EMAIL PROTECTED] (squirrel mail) >Jun 27 12:06:24 mydomain sendmail[14973]: k5R6aNlg014973: >[EMAIL PROTECTED], [EMAIL PROTECTED] (504/504), >delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=31771, >relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (k5R6aNVB014974 >Message accepted for delivery) to test-request, relayed to local host [127.0.0.1] <imap snipped> >Jun 27 12:06:24 mydomain sendmail[14975]: k5R6aNVB014974: >to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> >(504/504), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=32260, >dsn=2.0.0, stat=Sent and delivered to test-request. <imap snipped> So it looks like all mail delivery is working. I note that all the deliveries to list addresses say "mailer=local". I don't know if this is normal or not. I think some MTAs would say "pipe" here rather than local, but maybe not. Are there any list related mailboxes in /var/spool/mail or wherever your local mailboxes are? Have you ever gone to the web admindb interface to see if there are any requests waiting owner/moderator approval? Are all your Mailman queue runners running? Go to <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp> and check everything there. -- 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