[Mailman-Users] Stalled queue

2005-01-16 Thread Jos Zapata
Hello folks

I still haven't figured out why the Mailman in queue gets stalled. Mailmanctl 
is running apparently with no problems but the in queue still doesn't empy. I 
have to stop and restart Mailman in order for the queue to run.

Any ideas, please?
--
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/


Re: [Mailman-Users] ImportError: No module named csq - mailman 2.1.5

2005-01-16 Thread Mark Sapiro
effebi wrote:

I installed mailman 2.1.5 about 2 months ago today i discovered an
error on https://bootlog.info/mailman/listinfo, everything seems
working ok, mail deliverying, admin page, subscriptions, etc..
only listinfo..

i googled and searched in FAQ but can't find anything, anyone can help me? :|

thnx

this is the error i get (on GNU/Linux Debian Sarge system):

Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of this 
page to the webmaster for this site with a description of what happened. 
Thanks!
Traceback:

Traceback (most recent call last):
  File /var/lib/mailman/scripts/driver, line 96, in run_main
main()
  File /usr/lib/mailman/Mailman/Cgi/listinfo.py, line 42, in main
listinfo_overview()
  File /usr/lib/mailman/Mailman/Cgi/listinfo.py, line 87, in 
 listinfo_overview
mlist = MailList.MailList(name, lock=0)
  File /usr/lib/mailman/Mailman/MailList.py, line 128, in __init__
self.Load()
  File /usr/lib/mailman/Mailman/MailList.py, line 593, in Load
dict, e = self.__load(file)
  File /usr/lib/mailman/Mailman/MailList.py, line 566, in __load
dict = loadfunc(fp)
ImportError: No module named csq‚]qƒUbounce_notify_owner_on_disableq„I01


It looks to me as if one of your lists/listname/config.pck (list
configuration) files is corrupt.

bin/check-db --all --verbose

might help you find which one. If the config.pck is bad, but the
config.pck.last is good, just copy the config.pck.last to config.pck.
Otherwise, you may need to restore from a backup or delete the list
and start over.

Even if the file is corrupt and can't be recovered, you may be able to
get useful information out of it with

bin/list_members and
bin/config_list or
bin/dumpdb

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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/


Re: [Mailman-Users] Stalled queue

2005-01-16 Thread Mark Sapiro
José Zapata wrote:

I still haven't figured out why the Mailman in queue gets stalled. Mailmanctl 
is running apparently with no problems but the in queue still doesn't empy. I 
have to stop and restart Mailman in order for the queue to run.

Any ideas, please?

When it stops, is the IncomingRunner still running? Normally, in
addition to mailmanctl, the following qrunners should all be running.

ArchRunner
BounceRunner
CommandRunner
IncomingRunner
NewsRunner
OutgoingRunner
VirginRunner
RetryRunner

If any qrunners have stopped, the Mailman qrunner log (or the error
log) may have information.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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/


Re: [Mailman-Users] Stalled queue

2005-01-16 Thread José Zapata
Okay, so that's the problem. I have the following in my qrunner log:

Jan 15 10:53:18 2005 (27571) ArchRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27572) BounceRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27571) ArchRunner qrunner exiting.
Jan 15 10:53:18 2005 (27573) CommandRunner qrunner caught SIGTERM.
Stopping.
Jan 15 10:53:18 2005 (27573) CommandRunner qrunner exiting.
Jan 15 10:53:18 2005 (27574) IncomingRunner qrunner caught SIGTERM.
Stopping.
Jan 15 10:53:18 2005 (27574) IncomingRunner qrunner exiting.
Jan 15 10:53:18 2005 (27575) NewsRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27575) NewsRunner qrunner exiting.
Jan 15 10:53:18 2005 (27576) OutgoingRunner qrunner caught SIGTERM.
Stopping.
Jan 15 10:53:18 2005 (27576) OutgoingRunner qrunner exiting.
Jan 15 10:53:18 2005 (27577) VirginRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27577) VirginRunner qrunner exiting.
Jan 15 10:53:18 2005 (27578) RetryRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27578) RetryRunner qrunner exiting.

I checked the error logs and there's no entry for the same date/hour. Most
certainly I didn't stop the qrunners manually. So... does the qrunners stop
automatically after a certain time of activity? If so, where can I
see/change that?

Many thanks.

José
- Original Message - 
From: Mark Sapiro [EMAIL PROTECTED]
To: José Zapata [EMAIL PROTECTED];
mailman-users@python.org
Sent: Sunday, January 16, 2005 11:49 AM
Subject: Re: [Mailman-Users] Stalled queue


 José Zapata wrote:
 
 I still haven't figured out why the Mailman in queue gets stalled.
Mailmanctl is running apparently with no problems but the in queue still
doesn't empy. I have to stop and restart Mailman in order for the queue to
run.
 
 Any ideas, please?

 When it stops, is the IncomingRunner still running? Normally, in
 addition to mailmanctl, the following qrunners should all be running.

 ArchRunner
 BounceRunner
 CommandRunner
 IncomingRunner
 NewsRunner
 OutgoingRunner
 VirginRunner
 RetryRunner

 If any qrunners have stopped, the Mailman qrunner log (or the error
 log) may have information.


--
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/


[Mailman-Users] mm_cfg.py file

2005-01-16 Thread Robert Hsiung
Hi,
Is this really the address to send this to? I couldn't find anything 
more specific, and it's the one given under Email Us at:

http://www.list.org/docs.html
Anyway, I'm trying to set up Mailman, and I came upon this:
Make any necessary changes in the mm_cfg.py file, not in the mm_cfg.py file.
http://www.list.org/mailman-install/node43.html
Where should necessary changes be made? Thanks,
Bob
--
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/


Re: [Mailman-Users] mm_cfg.py file

2005-01-16 Thread Mark Sapiro
Robert Hsiung wrote:

Anyway, I'm trying to set up Mailman, and I came upon this:

Make any necessary changes in the mm_cfg.py file, not in the mm_cfg.py file.
http://www.list.org/mailman-install/node43.html

Where should necessary changes be made? Thanks,

You should make changes in mm_cfg.py. The section you quote above
should say Make any necessary changes in the mm_cfg.py file, not in
the Defaults.py file.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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/


Re: [Mailman-Users] Stalled queue

2005-01-16 Thread Mark Sapiro
José Zapata wrote:

Okay, so that's the problem. I have the following in my qrunner log:

Jan 15 10:53:18 2005 (27571) ArchRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27572) BounceRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27571) ArchRunner qrunner exiting.
Jan 15 10:53:18 2005 (27573) CommandRunner qrunner caught SIGTERM.
Stopping.
Jan 15 10:53:18 2005 (27573) CommandRunner qrunner exiting.
Jan 15 10:53:18 2005 (27574) IncomingRunner qrunner caught SIGTERM.
Stopping.
Jan 15 10:53:18 2005 (27574) IncomingRunner qrunner exiting.
Jan 15 10:53:18 2005 (27575) NewsRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27575) NewsRunner qrunner exiting.
Jan 15 10:53:18 2005 (27576) OutgoingRunner qrunner caught SIGTERM.
Stopping.
Jan 15 10:53:18 2005 (27576) OutgoingRunner qrunner exiting.
Jan 15 10:53:18 2005 (27577) VirginRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27577) VirginRunner qrunner exiting.
Jan 15 10:53:18 2005 (27578) RetryRunner qrunner caught SIGTERM.  Stopping.
Jan 15 10:53:18 2005 (27578) RetryRunner qrunner exiting.

I checked the error logs and there's no entry for the same date/hour. Most
certainly I didn't stop the qrunners manually. So... does the qrunners stop
automatically after a certain time of activity? If so, where can I
see/change that?

The qrunners aren't supposed to stop on their own in the absence of
errors. There's no time limit within Mailman. I don't think there's
anything within Mailman that would cause the above and leave
mailmanctl running. As far as I can see, the only thing that SIGTERM's
the qrunners is mailmanctl and it only does it in response to stop
or when otherwise exiting.

Likewise, some OS event like changing run level or ?? that would
SIGTERM all the qrunners would probably also SIGTERM mailmanctl.

Does this happen at a regular time? I.e., is it possible that there's a
crontab entry that's doing something to cause this?

I'm out of ideas.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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/


[Mailman-Users] Temporary local failure

2005-01-16 Thread Ross Anderson
I've got a configuration question that I've been unable to resolve and I
was hoping someone here could assist. 

Here's the config

Postfix w/mysql for virtual delivery to Cyrus-imap. 

Mailman for multiple virtual domain lists. 

Postfix is in a dual injection mode where it hands messages off to
amavis-new.  

 

Sometimes the local users are deleted and yet they are not removed from
the mail man list right away. What occurs is a temporary delivery error
and the messages destin for the now removed users hang in the que. For
some reason they are just laying there in the postfix que and never seem
to get processed properly by mailman as a bouncing user. Postfix options


unknown_local_recipient_reject_code = 550

unknown_virtual_alias_reject_code = 550

are engaged. 

 

Anyone have thoughts or suggestions? 

 

Ross Anderson

--
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/


[Mailman-Users] Cannot connect to web administration

2005-01-16 Thread Ralph Utbult
Hi,

Last autum, I set up a MandrakeLinux with Postfix. Later I added Mailman, 
mainly for its integration with Mandrake. Last week the server crashed, so I 
had to set up a new one. It worked great! Three hours after I started the 
installation, Postfix was up and running! Mailman took another hour or so...

My problem: I run my mail sefver behind a firewall, with port 25 open. Problem 
is, I can't access Mailman web pages. 
This is what I try to access http://hyndan.gbg.abf.se/mailman/admin/mailman If 
I change to IP numbers, I can get connected. Sounds to me like some sort of 
DNS-problem? I'm accessing from a computer in the LAN, so the firewall 
shouldn't be the problem. I'v added the mail server to my DNS server (Windows 
2000 Advanced server), but that didn't help.

Regards,

Ralph Utbult
Systemansvarig
ABF Göteborg

Besöksadress: Södra Allégatan 1, 4:e vån, Göteborg
Postadress: Olof Palmes Plats, 413 04  Göteborg

Telefon: 031-7743176
Mobil:   0706-743176
Fax: 031-7743105
E-post:  [EMAIL PROTECTED]
ICQ: 108998663
--
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/


SV: [Mailman-Users] Cannot connect to web administration

2005-01-16 Thread Ralph Utbult
Forget this problem! I didn't put the right URL entry in mm_cfg ;-) Sorry to 
bother you with this, but sometimes you just have to formulate the problem 
(like in a mail to this excellent list!) to find the problem!

Regards,
Ralph



 -Ursprungligt meddelande-
 Från: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] För Ralph Utbult
 Skickat: den 17 januari 2005 08:32
 Till: Mailman Users Mailing List
 Ämne: [Mailman-Users] Cannot connect to web administration
 
 Hi,
 
 Last autum, I set up a MandrakeLinux with Postfix. Later I 
 added Mailman, mainly for its integration with Mandrake. Last 
 week the server crashed, so I had to set up a new one. It 
 worked great! Three hours after I started the installation, 
 Postfix was up and running! Mailman took another hour or so...
 
 My problem: I run my mail sefver behind a firewall, with port 
 25 open. Problem is, I can't access Mailman web pages. 
 This is what I try to access 
 http://hyndan.gbg.abf.se/mailman/admin/mailman If I change to 
 IP numbers, I can get connected. Sounds to me like some sort 
 of DNS-problem? I'm accessing from a computer in the LAN, so 
 the firewall shouldn't be the problem. I'v added the mail 
 server to my DNS server (Windows 2000 Advanced server), but 
 that didn't help.
 
 Regards,
 
 Ralph Utbult
 Systemansvarig
 ABF Göteborg
 
 Besöksadress: Södra Allégatan 1, 4:e vån, Göteborg
 Postadress: Olof Palmes Plats, 413 04  Göteborg
 
 Telefon: 031-7743176
 Mobil:   0706-743176
 Fax: 031-7743105
 E-post:  [EMAIL PROTECTED]
 ICQ: 108998663
 --
 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/
 
--
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/