Error: bin/newlist failed.

rill - June 12, 2006 - 02:17
Project:Mailman Mailing List Management Wrapper
Version:HEAD
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

I install drupal4.7.2, and mailman 2.1.8, os is FreeBSD6.1
Use web, I can use mailman very well. So mailman install is right.
Now, I install mlist-4.7.0.tar.gz, but this version have some bug. Then install mlist-cvs.tar.gz.
But I meet "Error: bin/newlist failed."

My /usr/local/etc/sudoers content is:
www ALL=(root) NOPASSWD: /usr/bin/newaliases, /usr/local/mailman/bin/newlist

apache22 runing user is www

#1

rill - June 12, 2006 - 03:25

Edit my /etc/groups as:
mailman:*:91:www

No effect for this error.

Then I use sudo and modify mlist.module
$cmd = 'sudo '. _MLIST_MAILMAN_DIR .'/bin/newlist -q '. $node->listname .' '. $node->owner .' '. $node->admin_password;

The error is fix, but I then meet db error, report no mailman table.

I see you write "The mailman mysql patch allows you to store your userbase in mysql rather", I donot know how to patch mysql for mailman.

In my drupal db, have mlist, mlist_user table, no mailman table.

 
 

Drupal is a registered trademark of Dries Buytaert.