Re: [Mailman-Users] List Admin sent to wrong domain--solved

2003-08-14 Thread John Locke
start, but the process came right back up to the top of the list. So I tried doing an strace on the process, and it was quite active... it kept adding, renaming, and deleting a file in qfiles/out. On Sat, 2003-08-09 at 13:11, John Locke wrote: > I checked in the qfiles/ directories, couldn&#

Re: [Mailman-Users] how can I get a list of all members of my maillist

2003-08-12 Thread John Locke
ber bigger than the number of subscribers (this affects all lists on the Mailman installation): DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 200 Cheers, John Locke [EMAIL PROTECTED] wrote: Folks, I using mailman 2.1.2. How can I get a list of all members of my maillist? I wnat to be able to cut and paste

[Mailman-Users] List Admin sent to wrong domain--cancel?

2003-08-10 Thread John Locke
I checked in the qfiles/ directories, couldn't find it there. I tried stopping and starting mailmanctl. I checked all of the Postfix queues, and it's nowhere to be found. Where do I find this message, and how do I get rid of it

Re: [Mailman-Users] Keeping subscription info in sync acrossservers

2003-02-10 Thread John Locke
rn about web services, it would be a great sample project. Lots of ways to make this more sophisticated, if you need to keep track of who's on digest, etc. Hope that helps... Cheers -- John Locke Owner, Freelock, LLC http://freelock.com Just launched: http://teamcheckin.com -

Re: [Mailman-Users] Mailman stat's

2003-02-07 Thread John Locke
when SQL plugins for Mailman exist). > Yes, I'd like to see the rest of your scripts... I have ideas on how to do this, but a few other things that need to get done first. I'll post back to the list PHP/MySQL versions of your scripts, if they seem relevant to my needs (to synchron

Re: [Mailman-Users] Per Virtual domain customizations

2003-02-04 Thread John Locke
On Tue, 2003-02-04 at 09:25, Todd wrote: > I haven't seen anyone announce a MySQLMemberAdaptor yet either, but > Martin > Whinnery made an announcement here a few weeks ago for an > LDAPMemberAdaptor. > If you know some python, perhaps you want to look at the LDAP version > and > try and convert i

Re: [Mailman-Users] Per Virtual domain customizations

2003-02-04 Thread John Locke
On Tue, 2003-02-04 at 00:40, Simon White wrote: > 03-Feb-03 at 20:00, John Locke ([EMAIL PROTECTED]) wrote : > > > > 1. Is there any support for storing member information in a SQL > > database, with MM 2.1? > > > > I do this via synchronisation. A script that

Re: [Mailman-Users] Per Virtual domain customizations

2003-02-03 Thread John Locke
rent templates/ directory for each domain would be what I'm looking for--but can't quite get it to work. Thanks, -- John Locke http://freelock.com Just launched: http://teamcheckin.com On Sun, 2003-02-02 at 17:47, John Locke wrote: > 1. I've seen some references to a way of m

[Mailman-Users] Per Virtual domain customizations

2003-02-02 Thread John Locke
y short cuts I should look at for the others, it'd be great! I do have virtual domains working just fine, otherwise... Thanks, John Locke http://www.freelock.com Just launched: http://teamcheckin.com

Re: [Mailman-Users] single sign-on

2002-11-21 Thread John Locke
Wow. Storing user info in a SQL database is exactly a feature I need. I was about to write a script to synchronize member data with a SQL database--if I could store the member data there in the first place, I won't need to write the script! Where can I learn the details? Cheers, John On Wed, 20

Re: [Mailman-Users] Still can't locate the place to change a virtual domain name's base URL for MM2.1b3

2002-10-17 Thread John Locke
Fuzzy said: > > I reran with the same script, I'd posted before. > its still failing. I don't know python, I looked > and line 271 is just > > mail() > > > Script started on Thu Oct 17 19:31:09 2002 > pooh /usr/local/mailman> bin/withlist -l -r fix_url_mt mt > Importing fix_url_mt... > Running fix

Re: [Mailman-Users] Still can't locate the place to change a virtual domain name's base URL for MM2.1b3

2002-10-17 Thread John Locke
Hey fuzzy, fix your MTA! Responding via the list, because your MTA is bouncing mail from me... because, according to your MTA, my mail's coming from a spam-friendly domain... I'm relaying my mail through my ISP, AT&T Broadband (attbi.com), and you're bouncing all mail from there. Hate to think h

Re: [Mailman-Users] Still can't locate the place to change a virtual domain name's base URL for MM2.1b3

2002-10-17 Thread John Locke
L_HOST to: mlist.web_page_url = 'http://www.domain.com/mailman' Then ran the script with: bin/withlist -l -r fix_domain Hope this helps, -- John Locke Owner, Freelock, LLC http://www.freelock.com Fuzzy said: > > Mailman 2.1b3 > FreeBSD 4.7rc > Python 2.2.1 >

[Mailman-Users] Accessing commands from PHP

2002-06-24 Thread John Locke
I run, I get no response (list_lists, list_members ). I'm sure the command is being run as the web server (nobody:nobody). I'm guessing this is a permissions issue. What permissions do I need/how can I get responses to these commands, in t