Re: [Mailman-Users] Administrative actions extremely slow

2010-12-30 Thread Mark Sapiro
Mark Sapiro wrote: > >Server overload is a possible explaination. Slow NFS is also possible, >but it seems unlikely as I think if the admindb interface for a list >with no outstanding requests takes on the order of 10 seconds to load, >the listinfo overview showing 15 lists would take substantially

Re: [Mailman-Users] Administrative actions extremely slow

2010-12-30 Thread Mark Sapiro
Brian J Mingus wrote: > >On Wed, Dec 22, 2010 at 5:48 PM, Mark Sapiro wrote: > >> I assume you are talking about links in the 'admindb' interface. How >> about the 'admin' interface? >> >> >In this e-mail I was referring to the admin interface. I was unaware that I >could replace admin with admind

Re: [Mailman-Users] Mailman web interface - specifydifferentIP:port?

2010-12-30 Thread Tanstaafl
On 2010-12-29 9:07 PM, Mark Sapiro wrote: > This might be related to the DocumentRoot. I don't know. I would change > the DocumentRoot for the reasons I indicate above. Done, and thanks... > That probably won't change these errors, and if it doesn't, and the > Mailman web interface continues t

Re: [Mailman-Users] Administrative actions extremely slow

2010-12-30 Thread Brian J Mingus
On Wed, Dec 22, 2010 at 5:48 PM, Mark Sapiro wrote: > Brian J Mingus wrote: > > >I am moderating a list with 4200 members. Clicking on any link is > extremely > >slow. > > > I assume you are talking about links in the 'admindb' interface. How > about the 'admin' interface? > > In this e-mail I wa

Re: [Mailman-Users] Custom E-Mail-Command vs no Confirmation or Approval

2010-12-30 Thread Mark Sapiro
m...@mblessenohl.de wrote: > >Can deactivate ANY confirmation and approval emails for email commands >authorized by the site administrator password? How? This would require source code modification. probably several of the Mailman/Commands/cmd_* modules would require modification. Also, Mailman/Q

Re: [Mailman-Users] User unknown in virtual mailbox table

2010-12-30 Thread Mark Sapiro
Umarzuki Mochlis wrote: >i changed my mm_cfg.py setting to: > >POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mydomain.my'] > > > >i ran genaliases, restarted postfix & mailman but still having the same >problem where my email is umarz...@mydomain.my & the mailserver's hostname >is mail-server.mydomain.my

Re: [Mailman-Users] User unknown in virtual mailbox table

2010-12-30 Thread Umarzuki Mochlis
2010/12/30 Mark Sapiro > > If your list mail domain is local in Postfix, all you need is > alias_maps. If it is not local in Postfix, as indicated by the "User > unknown in virtual mailbox table" error, you need to add > > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mydomain.com.my'] > > to Mailman's mm_cf

[Mailman-Users] Custom E-Mail-Command vs no Confirmation or Approval

2010-12-30 Thread mm
Hi everybody, Can deactivate ANY confirmation and approval emails for email commands authorized by the site administrator password? How? Is there an elegant update-proof solution? I need that especially for subscription and unsubscription. Thanks, MM