
On Fri, 27 Jul 2001 15:32:24 +0530 Preeti Mehta <preeti.mehta@wipro.com> wrote:
i wanted to know if mailman has a user interface to create new lists????
Yes -- it would be rather useless if you could never create a list wouldn't it?
In the current version it is command line based. Depending on your choice of local MTA, it may or may not requite root access. In the next version of Mailman there is a web interface to list creation, which again, is somewhat subject to your MTA choice and configuration.
--
J C Lawrence )\._.,--....,'``.
---------(*) /, _.. \ _\ ;`._ ,.
claw@kanga.nu ._.-(,_..'--(,_..'
-.;.'
http://www.kanga.nu/~claw/ Oh Freddled Gruntbuggly

thanks for the reply actually i think i shd have asked whether it has a graphical user interface 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 if so cld b please tell me where i can find it
I am using sendmail ver 8.9.3 & mailman ver 2.0.5
thanks a ton regards preeti
----- Original Message ----- From: J C Lawrence <claw@kanga.nu> To: Preeti Mehta <preeti.mehta@wipro.com> Cc: <mailman-users@python.org> Sent: Tuesday, July 31, 2001 12:58 AM Subject: Re: [Mailman-Users] help on user interface

On 31 July 2001, Preeti Mehta said:
No, you cannot create lists through the web. Last I heard, this was on the to-do list for Mailman 2.1.
Greg
-- Greg Ward - software developer gward@mems-exchange.org MEMS Exchange http://www.mems-exchange.org

At 08:41 AM 01/08/01 -0400, Greg Ward wrote:
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

thanks for the reply actually i think i shd have asked whether it has a graphical user interface 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 if so cld b please tell me where i can find it
I am using sendmail ver 8.9.3 & mailman ver 2.0.5
thanks a ton regards preeti
----- Original Message ----- From: J C Lawrence <claw@kanga.nu> To: Preeti Mehta <preeti.mehta@wipro.com> Cc: <mailman-users@python.org> Sent: Tuesday, July 31, 2001 12:58 AM Subject: Re: [Mailman-Users] help on user interface

On 31 July 2001, Preeti Mehta said:
No, you cannot create lists through the web. Last I heard, this was on the to-do list for Mailman 2.1.
Greg
-- Greg Ward - software developer gward@mems-exchange.org MEMS Exchange http://www.mems-exchange.org

At 08:41 AM 01/08/01 -0400, Greg Ward wrote:
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
participants (4)
-
Greg Ward
-
J C Lawrence
-
Kevin McCann
-
Preeti Mehta