16 messages in net.sourceforge.lists.courier-usersRe: [courier-users] GUI to manage a m...
FromSent OnAttachments
Robert PenzDec 21, 2004 2:22 am 
Lindsay HaisleyDec 21, 2004 8:16 am 
Dennis SacksDec 21, 2004 8:30 am 
Ben KennedyDec 21, 2004 8:45 am 
Sam VarshavchikDec 21, 2004 4:04 pm 
Ben KennedyDec 21, 2004 4:14 pm 
Sam VarshavchikDec 21, 2004 4:31 pm 
Lindsay HaisleyDec 21, 2004 5:46 pm 
Sam VarshavchikDec 21, 2004 6:41 pm 
Lindsay HaisleyDec 22, 2004 8:30 am 
Ben KennedyDec 22, 2004 8:39 am 
Lindsay HaisleyDec 22, 2004 8:44 am 
Bill TaroliDec 22, 2004 11:54 am 
Sam VarshavchikDec 22, 2004 3:28 pm 
Lindsay HaisleyDec 22, 2004 6:59 pm 
Georg LutzDec 29, 2004 7:10 am.bz2
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] GUI to manage a mailling listActions...
From:Georg Lutz (gli@gmx.net)
Date:Dec 29, 2004 7:10:39 am
List:net.sourceforge.lists.courier-users
Attachments:
cmlm.pl.bz2 - 3k

On 2004-12-21, Robert Penz wrote:

Hi!

I'll looking for a GUI to manage a courier mailling list. I can do it on the command line thats no problem but I want the secretary to be able to add or remove users from a list.

Hi Robert,

some time ago I wrote a script for this. Its attached to this mail. You can use it as a template. But be warned: The script is really ugly and all comments/outputs are in german.

Basically it does the following: - show login form for the user - authenticates users with name/password via ldap - show available lists (listnames and path are configured in @lists) - lets user select list - user can delete an addresses or add a new one - logoff

The script is a simple wrapper around the couriermlm-command. It has to be installed setuid courier. Probably you need to install some of the perl modules which are referenced at the beginning of the file.