Re: [Mailman-Users] Error when subscribing to list

2007-09-12 Thread Ben Ostrowsky
Oddly, this seems to happen when I try to get to this list's admin interface, too: Sep 12 13:03:21 2007 admin(16872): admin(16872): [- Mailman Version: 2.1.9 -] admin(16872): [- Traceback --] admin(16872): Traceback (most recent call

[Mailman-Users] Error when subscribing to list

2007-09-12 Thread Ben Ostrowsky
(16095): HTTP_ACCEPT_ENCODING: gzip,deflate admin(16095): PATH_INFO: /askref What should I be looking for here? Regards, Ben Ostrowsky -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mail

[Mailman-Users] A script for changing subscriber/owner email domains

2007-06-28 Thread Ben Ostrowsky
I didn't know any other way to do this, so I wrote a script. Hope it's not politically incorrect around here to have used Perl. ;) Share and enjoy! Ben #!/usr/bin/perl -w # Change all Mailman email addresses from one domain to another. # Example: change_subscriber_domain tblc.lib.fl.us tblc.o

Re: [Mailman-Users] Where's my mail?

2005-12-20 Thread Ben Ostrowsky
> See > . Thanks -- it seems that the problem here is not actually with Mailman, as I can post to lists as long as I'm not in the building. I think I have to configure my main mail server, since in-house PCs deliver all their m

[Mailman-Users] Where's my mail?

2005-12-20 Thread Ben Ostrowsky
I sent mail to [EMAIL PROTECTED] a few minutes ago, but it hasn't appeared on the list, it's not in the archives, and I haven't gotten any error messages, either. And I've tried mailq | grep suntalk, but it returns null. How should I troubleshoot this problem? Ben -

Re: [Mailman-Users] Bounces are going to my old mail server

2005-12-19 Thread Ben Ostrowsky
> OK, I found that; is there an easy way to change that to > lists.tblc.org for all existing lists? Hey, dummy, (he said to himself), this one's in the FAQ! http://www.python.org/cgi-bin/faqw-mm.py?req=all#4.38 Ben -- Mailman-Users mailing l

Re: [Mailman-Users] Bounces are going to my old mail server

2005-12-19 Thread Ben Ostrowsky
> The domain in the -bounces and other addresses comes directly > from the list's host_name attribute which is visible on the > list's General Options page OK, I found that; is there an easy way to change that to lists.tblc.org for all existing lists? Ben -

Re: [Mailman-Users] Bounces are going to my old mail server

2005-12-19 Thread Ben Ostrowsky
> One of two things. Assuming DEFAULT_EMAIL_HOST is not > 'snoopy.tblc.org' DEFAULT_EMAIL_HOST was 'mail.tblc.org' but I've changed it to 'lists.tblc.org' and done 'mailman reload'. Still seems to do the same thing. > either the host name part of the web_page_url attribute of the bentest > lis

[Mailman-Users] Bounces are going to my old mail server

2005-12-19 Thread Ben Ostrowsky
I've created a mailing list called bentest. My bounce messages are going to [EMAIL PROTECTED], but I don't remember telling this new mailman server about a host named "snoopy". I did copy the list data over from snoopy (which is our general email server, but not our mailing list server). Several

[Mailman-Users] Configuring Apache for Mailman - /pipermail/ is redirecting in a way I don't like

2005-12-19 Thread Ben Ostrowsky
I can't see the archives because Apache is redirecting requests for pipermail: [EMAIL PROTECTED] httpd]# telnet lists.tblc.org 80 Trying 64.128.136.9... Connected to lists.tblc.org (64.128.136.9). Escape character is '^]'. HEAD /pipermail/ipac/ HTTP/1.1 Host: lists.tblc.org HTTP/1.1 302 Found Dat

Re: [Mailman-Users] "There are no pending requests"

2005-12-19 Thread Ben Ostrowsky
Looks like my system wasn't as configured as I thought it was. Never mind, I'm sure I'll have other questions later. Ben -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ:

Re: [Mailman-Users] "There are no pending requests"

2005-12-19 Thread Ben Ostrowsky
> If the number of messages being held is -1, then there was a > bug/problem with upgrade that caused that. You go to handle > the messages, you see -1, you try to release -1 messages, > after that things are fine. No, the message I get is "ipac Administrative Database (newline) There are no p

[Mailman-Users] "There are no pending requests"

2005-12-16 Thread Ben Ostrowsky
As you may remember from our last thrilling episode, I've upgraded from 2.1.4 to 2.1.5. Our users are trying to send messages that are being held for review, which is fine. But when we try to release the messages, Mailman says that there are no pending messages. I've tried deleting the request.*

Re: [Mailman-Users] All my lists are unadvertised, even after fix_url

2005-12-15 Thread Ben Ostrowsky
OK, got it figured out -- somehow I'd neglected to look at DEFAULT_URL_HOST! No wonder fix_url wasn't working! Ben -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://

Re: [Mailman-Users] All my lists are unadvertised, even after fix_url

2005-12-15 Thread Ben Ostrowsky
Weirder yet, http://www.tblc.org/mailman/listinfo shows all my lists, but http://lists.tblc.org/mailman/listinfo doesn't -- even though www and lists have the same IP address. I think this is related to FAQ 4.17, but I don't see a web_page_url setting on the General Options page of the list's admi

[Mailman-Users] All my lists are unadvertised, even after fix_url

2005-12-15 Thread Ben Ostrowsky
> >Hmm, looks like I'm almost done... Only thing is, now none of my lists > >are marked as publicly advertised. I guess I'll just have to change > >that, list by list. > That's taken care of by running the fix_url.py script I mentioned. Hmm. I tried running bin/withlist -l -r fix_url suntalk,

[Mailman-Users] Mailman is on the web server, mail is going to the mail server. How do I connect them?

2005-12-15 Thread Ben Ostrowsky
PROTECTED] Mail.tblc.org is currently running Postfix, but will eventually become an Exchange server. (I know, I know.) Is fetchmail a viable solution? If you've got a similar setup (Mailman not running on the MX), how do you handle it? Thanks

[Mailman-Users] Migrating from 2.1.4 on one machine to 2.1.5 on another?

2005-12-14 Thread Ben Ostrowsky
from the 2.1.4 installation on our old SuSE Linux 8.1 server. Should I do this? If so, what's the easiest sane way to do it? Thanks! Ben Ostrowsky -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/m

[Mailman-Users] I want to upgrade from 1.1 to 2.1.1 -- am I doomed?

2003-03-28 Thread Ben Ostrowsky
We've got about 20 lists, some of which have hundreds of subscribers, but it's time to upgrade to 2.1.1. (We're planning to install Mailman 2.1.1 on a new server.) Am I doomed? Our usual Linux consultant is stumped. Suggestions welcomed. Ben ---