Bill Honneus 
> 
>When I send an email to [EMAIL PROTECTED],
>I get the following returned email error:
> 
>----- Forwarded Message ----
>From: Mail Delivery Subsystem <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
>Sent: Monday, May 5, 2008 4:55:07 PM
>Subject: Returned mail: see transcript for details
>
>The original message was received at Mon, 5 May 2008 16:55:07 -0400
>from myEmailServer.domain.com
><BLOCKED::http://159056-ironportmail.cisco.com>  [111.111.111.111]
>
>  ----- The following addresses had permanent fatal errors -----
>"|/usr/local/mailman/mail/mailman join test"
>    (reason: 1)
>    (expanded from: <[EMAIL PROTECTED]
><mailto:[EMAIL PROTECTED]> >)
>
>  ----- Transcript of session follows -----
>join script, list not found: test


The first question is how many scripts/ directories you have? Judjing
from the path to the wrapper, there should be a
/usr/local/mailman/scripts/ and that's it. Check that this is the case.

Also check that you have /usr/local/mailman/lists/test/ and that it
contains a config.pck file.

Also look at /usr/local/mailman/scripts/paths.py. It should have

prefix = '/usr/local/mailman'


>I don't understand why it says it can't find the "test" list as my
>apache server finds it just fine via the web browser, and I see the
>"test" appear in the "lists" folder underneath /usr/local/mailman.


Sendmail is invoking the wrapper at /usr/local/mailman/mail/mailman,
and it is invoking some scripts/join script, but the paths.py in that
scripts/ directory doesn't have the appropriate prefix.

Since the web interface works and normally invokes the scripts/driver
script from the same scripts/ directory, I have to think that the mail
wrapper was compiled with a different 'prefix' and is pointing at a
different scripts/ directory.

-- 
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&amp;file=faq01.027.htp

Reply via email to