[Mailman-Users] User Management

2011-08-12 Thread Douglas D. J. de Macedo
Hi people,

I would like to know more about user management on Mailman system.

My problem is that I have more than 50 lists and every time time that one of
the users go out of the company I have to go one per one list removing this
user. And the other way, when a new person get a job here I have to sign
their email list per list ..

So there are some tool to help me?

Thanks in advance.

Doug
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] User Management

2011-08-12 Thread Adam McGreggor
On Thu, Aug 11, 2011 at 04:01:18PM -0300, Douglas D. J. de Macedo wrote:
 My problem is that I have more than 50 lists and every time time that one of
 the users go out of the company I have to go one per one list removing this
 user.

remove_members ?

(-a is useful)

 And the other way, when a new person get a job here I have to sign
 their email list per list ..

list_lists | while read L; do add_members -r /path/to/file ${L}; done

might do the trick.


-- 
Like any Englishman armed with a cricket bat, he was doomed to fail.
-- Guy Ladenburg (prosecuting counsel, comments on Paul Kelleher's
first attempt to behead a statue of Margaret Thatcher)
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] User Management

2011-08-12 Thread Rob McLear
I don't have a solution for adding new users easily, but removing them is easy 
from the command line:

./remove_members --fromall j...@gmail.com

-Rob

On Aug 11, 2011, at 3:01 PM, Douglas D. J. de Macedo wrote:

 Hi people,
 
 I would like to know more about user management on Mailman system.
 
 My problem is that I have more than 50 lists and every time time that one of
 the users go out of the company I have to go one per one list removing this
 user. And the other way, when a new person get a job here I have to sign
 their email list per list ..
 
 So there are some tool to help me?
 
 Thanks in advance.
 
 Doug
 --
 Mailman-Users mailing list Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://wiki.list.org/x/AgA3
 Security Policy: http://wiki.list.org/x/QIA9
 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
 Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/pennguin%40mac.com

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org