Re: [Mailman-Users] scalability + ldap

2012-05-29 Thread Anil Jangity
> > You'd need an LDAP member adapter -- basically, an LDAP database interface > driver for Python. There was some experimental work that was done in this > area for Mailman 2.1.x, but I don't think it ever got formally included in > the code base. This sort of thing should be relatively easy

[Mailman-Users] scalability + ldap

2012-05-29 Thread Anil Jangity
How does mailman scale to large lists? What about 200,000 members or more? I know a large part of this has to do with the performance of the email infrastructure. Are there plans to make use of LDAP for storing Lists information (lists+members+lists configuration)? Right now, we have corporate

Re: [Mailman-Users] slow "out" queue

2012-03-08 Thread Anil Jangity
ssume there won't be issues if all I do is change that variable to SmartHostA in the mm_cfg.py file. I would like everything else to be in tact, and only want the outgoing mail to be directed to smart host. I will test it out in our UAT. Thanks! Anil On Mar 8, 2012, at 2:23 PM, Mark Sapiro wro

Re: [Mailman-Users] slow "out" queue

2012-03-08 Thread Anil Jangity
DEFAULT_EMAIL_HOST to be SmartHostA? Thanks, Anil PS: Now I am getting about 3000 recips in about 5 minutes. Still not the greatest but it's better than before. On Feb 22, 2012, at 6:53 PM, Mark Sapiro wrote: > Anil Jangity wrote: >> >> This sendmail server is setup t

Re: [Mailman-Users] slow "out" queue

2012-02-22 Thread Anil Jangity
is a possibility, but not yet. On Feb 1, 2012, at 10:56 PM, Mark Sapiro wrote: > Anil Jangity wrote: > >> Does mailman actually (if it works) send to 15 recipients at a time - per >> SMTP session? > > > Mailman's use of the term session is not consisten

Re: [Mailman-Users] slow "out" queue

2012-02-01 Thread Anil Jangity
Yes. What exactly does that option do/mean? Does mailman actually (if it works) send to 15 recipients at a time - per SMTP session? On Feb 1, 2012, at 5:02 PM, Carl Zwanzig wrote: > On 2/1/2012 3:57 PM, Anil Jangity wrote: > >> I have these set in mm_cfg.py: >> >

Re: [Mailman-Users] slow "out" queue

2012-02-01 Thread Anil Jangity
Actually, looking at the code... it seems it might be because I have these set for some of the lists. VERP_PERSONALIZED_DELIVERIES = 1 OWNERS_CAN_ENABLE_PERSONALIZATION = 1 Thanks On Feb 1, 2012, at 9:01 PM, Anil Jangity wrote: > Yes. > What exactly does that option do/mean? > Doe

Re: [Mailman-Users] slow "out" queue

2012-02-01 Thread Anil Jangity
It seems it is doing about 6000 users in 35 minutes. The problem seems to be that sendmail is doing one email connection per recipient. I have these set in mm_cfg.py: SMTP_MAX_RCPTS = 15 SMTP_MAX_SESSIONS_PER_CONNECTION = 50 It seems Qrunner isn't honoring those? > > Look at Mailman's 'smt

[Mailman-Users] CSRF prevention in mailman3

2012-01-29 Thread Anil Jangity
Will mailman3 have any security measures in the form submissions to prevent CSRF? http://en.wikipedia.org/wiki/Cross-site_request_forgery This is one of our requirements for using mailman. Thanks, Anil -- Mailman-Users mailing list Mailman-User

Re: [Mailman-Users] digests not getting sent

2012-01-22 Thread Anil Jangity
t mailman to different python binary. I am sure I need to reconfigure, but just wanted to double check. Also, how do I re-inject the emails in qfiles/bad back into system? Thanks On Jan 22, 2012, at 7:57 PM, Mark Sapiro wrote: > Anil Jangity wrote: > >> error log shows t

Re: [Mailman-Users] digests not getting sent

2012-01-22 Thread Anil Jangity
amed header Jan 22 14:13:32 2012 (10035) Skipping and preserving unparseable message: 1327270411.424971+ea345bed52b63ad4d2c02cec5964d2df915a4b43 On Jan 21, 2012, at 9:31 PM, Mark Sapiro wrote: > Anil Jangity wrote: > >> Using the Solaris python version: >> >> {imsadm

Re: [Mailman-Users] digests not getting sent

2012-01-21 Thread Anil Jangity
> email.__version__ '3.0.2' >>> On Jan 21, 2012, at 1:30 PM, Anil Jangity wrote: > Hi, > > I ran into a problem with digests not getting sent and I found out the root > cause to be something like this, on Solaris: > http://mail.python.org/pipermail/mailm

[Mailman-Users] not expanding msg_footer

2012-01-21 Thread Anil Jangity
The footer for the emails that I send aren't getting expanded. The mailing list name is working, but not the other variables. Where is this pulled from? Thanks. The list configuration shows: msg_footer = """ ___ Do not post admin requests to the lis

[Mailman-Users] digests not getting sent

2012-01-21 Thread Anil Jangity
Hi, I ran into a problem with digests not getting sent and I found out the root cause to be something like this, on Solaris: http://mail.python.org/pipermail/mailman-users/2009-September/066979.html So, I compiled my own Python 2.7, and tried to send /path/to/python2.7 -S /path/to/senddigests

[Mailman-Users] slow "out" queue

2012-01-19 Thread Anil Jangity
We just moved a very old mailman infrastructure mailman to Solaris and sendmail. It seems, when a message is posted, the "out" directory doesn't seem to clear out fast enough. 1K archive 1K bounces 1K commands 1K in 1K news 403K out 1K retry 1K shunt 1K