[Mailman-Users] help on user interface
Kevin McCann
kmccann at bellanet.org
Wed Aug 1 16:02:01 CEST 2001
At 08:41 AM 01/08/01 -0400, Greg Ward wrote:
>On 31 July 2001, Preeti Mehta said:
> > i know about the scripts it has etc but wanted to know if lists can b
> > created & deleted from a graphical user interface instead just like
> there is
> > the interface to view list info ,subscribe ,manage lists etc
>
>No, you cannot create lists through the web.
Unless, of course, you do it yourself with a secured PHP or Perl script.
Just execute the exec or system command and feed it Mailman's newlist
command with parameters from a form. Here's a PHP example:
$newlist = exec("/usr/local/bin/sudo /home/mailman/bin/newlist --quiet
$forumname $adminemail $adminpass",$alloutput,$returnvalue);
(I use the free sudo program to allow the web user "nobody" to run the
newlist command)
Cheers,
Kevin McCann
More information about the Mailman-Users
mailing list