Bill Honneus wrote: > >I renamed the old mailman folder and restarted both mailman and apache. >I retried emailing the list using my test-join alias and now got the >following error: > >From: Mail Delivery Subsystem <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Sent: Tuesday, May 6, 2008 10:45:53 AM >Subject: Returned mail: see transcript for details > >The original message was received at Tue, 6 May 2008 10:45:53 -0400 >from my.hostname.domain.com [111.111.111.111] > > ----- The following addresses had permanent fatal errors ----- >"|/usr/local/mailman/mail/mailman join test" > (reason: Service unavailable) > (expanded from: <[EMAIL PROTECTED]>) > > ----- Transcript of session follows ----- >smrsh: "mailman" not available for sendmail programs (stat failed) >554 5.0.0 Service unavailable >Reporting-MTA: dns; my.domain.com >Received-From-MTA: DNS; my.hostname.domain.com >Arrival-Date: Tue, 6 May 2008 10:45:53 -0400
Now we're getting somewhere. You have smrsh enabled in sendmail and it is not allowed to execute the /usr/local/mailman/mail/mailman wrapper. It probably was allowed to execute the old one which is why you didn't see this before. I.e. you probably have a symlink from mailman to /var/lib/mailman/mail/mailman is the smrsh directory which needs to be changed (or added if not there) to go to /usr/local/mailman/mail/mailman. See <http://www.list.org/mailman-install/node32.html> and/or sec 3 of <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.078.htp>. -- 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