[Mailman-Users] Delete a subscriber

2008-08-26 Thread Meenal Pant
Hello all,
I work on the SELS project (http://sels.ncsa.uiuc.edu)

We store the GnuPG keyring of list members in the list folder (ex.
/var/lib/mailman/list/testlist/SELS)

During " delete " a subscriber I want to perform an additional action on
my lists folder , which is delete the keys from the keyring for that
subscriber.

I am trying to figure out all the scripts I need to modify to add this
feature to mailman. Also where is the source code located for
executables generated in ~/mailman/bin ?

I referred to the developers wiki but could not find what I was looking for.

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

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] 2008 Pizzigati Prize

2008-03-06 Thread Meenal Pant
Barry Warsaw wrote:
> I realize that I've been remiss in announcing this.  My apologies.
> 
> I have been awarded the 2008 Pizzigati Prize for Public Interest  
> Computing for GNU Mailman.
> 
> http://www.pizzigatiprize.org/
> 

Congratulations Barry !
Our sincere thanks to Mailman developers and community. We are using
Mailman for our Secure Email List Service (SELS) project.
(http://sels.ncsa.uiuc.edu/) and now also providing it as a service to
user communities.
Meenal
(on behalf of the SELS team)
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Secure Email List Services using Mailman and GnuPG

2008-01-07 Thread Meenal Pant
This might be of interest to the Mailman User Community.

Our team has recently released SELS v0.4 software.
http://sels.ncsa.uiuc.edu/

This software release has two parts. One for the List Server (LS), which
 enables a list administrator to set up a Secure List Server using
Mailman and GnuPG. The second is for a List Moderator(LM), who  uses
this software to set up a secure list at the Secure List Server. Then
any list subscriber can exchange emails with the other list members
using COTS email clients with GnuPG plugins, ex: Thunderbird with
Enigmail. One main feature of our implementation is that the contents of
the email are never visible in plain text at the List Server. So even if
the List Server gets compromised, the message contents remain encrypted.

We look forward to your feedback, comments , suggestions.

Thanks and regards
Meenal Pant (SELS Team Member)
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Custom handler error

2007-12-13 Thread Meenal Pant
I am trying to implement a custom handler and referring to
http://www.python.org/cgi-bin/faqw-mm.py?req=edit&file=faq04.067.htp for
doing so. I insert the

 GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Moderate'), 'MyHandler')

line in mm_cfg.py and restart the qrunner  as 
/usr/lib/mailman/bin/mailmanctl restart 

However the handler does not get inserted in Defaults.py

I am using RHEL FC7 and mailman is installed in /usr/lib and /var/lib.
Thanks
Meenal
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Gnu Autotools: Mailman

2007-08-23 Thread Meenal Pant
My software uses Mailman. I am using GNU autotools to bundle my software
for distribution.  During ./configure I want to check if mailman is
installed and capture the path and version in  some variables. What rules 
should I define in configure.ac ? Look for mailmanctl using AC_CHECK_PROGS ? 
Thanks
Meenal

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Check for mailman

2007-08-20 Thread Meenal Pant
My software uses Mailman. I am using GNU autotools to bundle my software
for distribution.  During ./configure I want to check if mailman is
installed and capture the path and version in  some variables. How do I
achieve this ?
Thanks
Meenal
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Mailman with remote smtp

2007-07-13 Thread Meenal Pant
I had sent an email to this list sometime ago with a question about
using Mailman with a remote smtp server. I have managed to make this
work with the following setup:
webserver.foo.com is the Mailman webserver where lists are hosted and
smtp.foo.com is the mailserver. Both machines have sendmail running on
them. I have created a mail alias on smtp.foo.com  for every list hosted
on webserver.foo.com. fetchmail runs on webserver.foo.com and pops email
from these accounts on smtp.foo.com and these mails are then posted to
the lists based on aliases defined in /etc/alias on webserver.foo.com

The problem is that this method is no at all scalable and portable.  Is
there a  better way of doing this ?

I am using a remote smtp server due to security issues. I do not want to
open any ports on the webserver. However fetchmail requires running
sendmail in daemon mode ( listening at port 25).  Is there a good
security solution if I decide to run an smtp server and the mailman
webserver on the same machine ?

Thanks
Meenal


--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Using Mailman with Apache Tomcat

2007-05-04 Thread Meenal Pant
I have a server running Liferay using apache tomcat. I access the portal as:
https://abc.xyz.org/web/guest/home

Can I still install mailman and use it with apache as described in the
Mailman
Documentation.(http://www.gnu.org/software/mailman/mailman-install/front.html)
?

Basically I want to access mailman webserver as :
https://abc.xyz.org/mailman/listinfo

Will this work or do I have to integrate mailman with Tomcat ? If yes,
then how to do so? 
Thanks
Meenal
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Mailman with remote smtp server

2007-05-02 Thread Meenal Pant
Thanks Donald and Mark for your help. A few more queries...
I want to set up a remote SMTP server using qmail and use it  for both
inbound and outbound.

So what kind of aliases do I require for sendmail and qmail on the
remote smtp server to forward the messages on to the mailman server. Are
these to be defined in /etc/aliases on the remote smtp server ? Also, do
I need to run fetchmail on the mailman server to fetch messages from the
remote smtp server ?
Many thanks
Meenal
D G Teed wrote:
> Do you mean a remote SMTP server for inbound or outbound?
> List aliases only need to be known on the inbound MX server
> and on mailman server itself.
>
> The aliases on the mailman server would look like the kind
> you see if you run the newlist command for a new list or
> run genaliases.  They pipe each email to the mailman program
> with an argument.
>
> The aliases on the inbound MX server are the sort which
> forward [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> to
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> If you are using postfix, you might need to work with the
> transport file to deliver email to the subdomain
> mailman.yourdomain.com <http://mailman.yourdomain.com>
> (where mailman is the name of your mailman server and yourdomain.com
> <http://yourdomain.com>
> is the name of your domain).
>
>
> On 5/1/07, *Meenal Pant* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> Hi ,
> I want to set up mailman to use a remote smtp server. How to achieve
> this ? I am having trouble understanding how to set up list aliases in
> /etc/alias  in particular?
> Thanks
> Meenal
>
> --
> Mailman-Users mailing list
> Mailman-Users@python.org <mailto:Mailman-Users@python.org>
> http://mail.python.org/mailman/listinfo/mailman-users
> <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/
> <http://www.mail-archive.com/mailman-users%40python.org/>
> Unsubscribe:
> 
> http://mail.python.org/mailman/options/mailman-users/donald.teed%40gmail.com
>
> Security Policy:
> http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
> <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp>
>
>

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Mailman with remote smtp server

2007-05-01 Thread Meenal Pant
Hi ,
I want to set up mailman to use a remote smtp server. How to achieve
this ? I am having trouble understanding how to set up list aliases in
/etc/alias  in particular?
Thanks
Meenal

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp