Re: [Mailman-Users] Code for allowing web-based delete and create lists

2004-06-27 Thread Ed Greenberg
I just went through this...
Mailman allows for creation of lists by going to 
http://webaddress/mailman/create

If you enable the proper variable, you can delete a list from it's admin 
page.

For postfix, there is some good integration between mailman and postfix.
Note that for sendmail, you need to do a manual process to enable the list 
addresses in the alias file.   There is an automation in the contrib 
directory which permits the integration you would expect, but it has 
several caveats. Read carefully.

I recently did a hack to give postfix-style automation to the 
mailman/sendmail interface and posted a procedure here, requesting 
feedback. Didn't get any, so I'm not sure if it's got serious problems. I 
don't create lists very often, but it works for me and for one customer for 
whom I installed it.  Check the archives for a posting called Please 
review this procedure for sendmail integration which was posted on 
6/19/2004.

/edg


--On Saturday, June 26, 2004 10:04 PM -0400 Paul L. Della Maggiora 
[EMAIL PROTECTED] wrote:

Hello, we run a non-profit server that includes mailman for our users.
Is there a web interface for allowing the creation or deletion of lists?
Couldn't find anything except the ~mailman/bin commands.  TIA
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


Re: [Mailman-Users] Code for allowing web-based delete and create lists

2004-06-27 Thread Richard Barrett
On 27 Jun 2004, at 22:03, Ed Greenberg wrote:
I just went through this...
Mailman allows for creation of lists by going to 
http://webaddress/mailman/create

If you enable the proper variable, you can delete a list from it's 
admin page.

For postfix, there is some good integration between mailman and 
postfix.

Note that for sendmail, you need to do a manual process to enable the 
list addresses in the alias file.   There is an automation in the 
contrib directory which permits the integration you would expect, but 
it has several caveats.
There is the following Mailman patch which avoids some of the decisive 
problems with David Champion' contrib to MM but suffers from the 
problems inherent in Sendmail including those regards to virtual 
hosting. But the patch completely eliminates maintenance of the alias 
database if it can be deployed in you environment:

http://www.openinfo.co.uk/mailman/patches/644810/index.html
Read carefully.
I recently did a hack to give postfix-style automation to the 
mailman/sendmail interface and posted a procedure here, requesting 
feedback. Didn't get any, so I'm not sure if it's got serious 
problems. I don't create lists very often, but it works for me and for 
one customer for whom I installed it.  Check the archives for a 
posting called Please review this procedure for sendmail integration 
which was posted on 6/19/2004.

/edg


--On Saturday, June 26, 2004 10:04 PM -0400 Paul L. Della Maggiora 
[EMAIL PROTECTED] wrote:

Hello, we run a non-profit server that includes mailman for our users.
Is there a web interface for allowing the creation or deletion of 
lists?
Couldn't find anything except the ~mailman/bin commands.  TIA

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


Re: [Mailman-Users] Code for allowing web-based delete and create lists

2004-06-27 Thread Brad Knowles
At 2:03 PM -0700 2004-06-27, Ed Greenberg wrote:
 I recently did a hack to give postfix-style automation to the
 mailman/sendmail interface and posted a procedure here, requesting
 feedback.
	Sorry, there's been some major problems with the mail server for 
python.org, and I don't recall seeing this one.  I must have missed 
it.

Didn't get any, so I'm not sure if it's got serious problems.
 I don't create lists very often, but it works for me and for one customer
 for whom I installed it.  Check the archives for a posting called Please
 review this procedure for sendmail integration which was posted on
 6/19/2004.
	One thing I'd recommend is to upload this as a suggested patch 
for Mailman to the SourceForge site, so that the programmers can see 
it in the tracking system and look at it for consideration for 
inclusion in upcoming versions.

	I've also created a FAQ entry which points to this message.  See 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.049.htp.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


[Mailman-Users] Code for allowing web-based delete and create lists

2004-06-26 Thread Paul L. Della Maggiora
Hello, we run a non-profit server that includes mailman for our users.  
Is there a web interface for allowing the creation or deletion of 
lists?  Couldn't find anything except the ~mailman/bin commands.  TIA

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


Re: [Mailman-Users] Code for allowing web-based delete and create lists

2004-06-26 Thread Mark Sapiro
Paul L. Della Maggiora wrote:

Is there a web interface for allowing the creation or deletion of 
lists?

http://your.web.host/mailman/create also linked from the Admin overview
page (http://your.web.host/mailman/admin).

I don't know about deletion.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan


--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


Re: [Mailman-Users] Code for allowing web-based delete and create lists

2004-06-26 Thread Brad Knowles
At 10:04 PM -0400 2004-06-26, Paul L. Della Maggiora wrote:
 Hello, we run a non-profit server that includes mailman for our users.
 Is there a web interface for allowing the creation or deletion of lists?
 Couldn't find anything except the ~mailman/bin commands.  TIA
	Unless you have made significant changes, the main admin web 
interface index page includes a link to allow a site administrator to 
create a new list.  If you have enabled the appropriate features in 
mm_cfg.py, list administrators can delete any list that they have 
access to.

	See the documentation for more information, and FAQ entry 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.022.htp.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/