combie wrote: > >Bad (the Problem) >the command "newlist" prints no aliases >Normal user dont recive any posted messages or archives or digest >only listadmins recive the mails > > >dirty hack: >i have put all members into the adminlist > >Already checked: >read http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.078.htp >creating aliases in /etc/aliases then "newaliases" an restart exim and >mailman
The normal setup with Exim doesn't use aliases. If it is set up according to the documents referred to in <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.019.htp>, you will have MTA = None in mm_cfg.py, and no aliases will be generated or used. In any case, posts are being delivered to lists (incoming) and archived, so delivery to Mailman is working. I don't understand the rest of your problem at all. Normal posts are delivered to list members, and not to list owner or moderator. Addresses in the owner or moderator lists do not receive outgoing posts unless they are also list members. Since posts are reaching the archives, they are being accepted by the list and should be delivered to list members provided the members are regular members with delivery enabled and OutgoingRunner is processing the out/ queue. What's in Mailman's smtp, smtp-failure and bounce logs? What's in Mailman's out/ queue? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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&file=faq01.027.htp
