Howdy, I'm have the following setup:

      Postfix:    2.2.3

      Mailman:    2.1.6

 

THE PROBLEM:

      Here's the error I see in my /var/log/maillog after sending a mail to
[EMAIL PROTECTED]

 

to=<[EMAIL PROTECTED]>, relay=local, delay=1, status=bounced
(Command died with status 2: "/usr/local/mailman/mail/mailman subscribe
test". Command output: /usr/bin/python: can't open file
'/usr/local/mailman/scripts/subscribe' )

 

      I looked in /usr/local/mailman/scripts and sure enough that script
isn't there!

      

 

MY CONFIGURATION:

I installed from source using the configure command:

      ./configure --with-mail-gid=nogroup

 

Based on one of the Postfix install guides, I have these settings in my
/etc/aliases file (and in the aliases.db created by ./bin/genaliases)

      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"

 

------------------------------------------------------
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