Re: [Mailman-Users] Can't send messages to list

2006-11-24 Thread Lukasz Szybalski
On 11/10/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > > > >Please not the smtlib.py is the one given to me and smtlib.py.1 is the > >original one causing the problem. > >I posted the whole file to debian bug report also. > > > Your diff and the smtplib.py (the file you ref

Re: [Mailman-Users] Can't send messages to list

2006-11-10 Thread Mark Sapiro
Lukasz Szybalski wrote: > >Please not the smtlib.py is the one given to me and smtlib.py.1 is the >original one causing the problem. >I posted the whole file to debian bug report also. Your diff and the smtplib.py (the file you refer to above as smtplib.py.1) you posted to the bug report confirm

Re: [Mailman-Users] Can't send messages to list

2006-11-10 Thread Lukasz Szybalski
On 11/8/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > > > >I put the original smtplib.py file back in /varlib/python.3/smtplib.py > >and i get the same problem again. > > > >Nov 08 16:41:31 2006 (13973) Low level smtp error: [Errno 9] Bad file > >descriptor, msgid: > ><[EMA

Re: [Mailman-Users] Can't send messages to list

2006-11-08 Thread Dr. Scott S. Jones
Mark: I made the changes that Lucaz mentioned, with the two files, replacing them and now mailman SEEMS to be working. It is sending out to my list anyway. I am not sure that everything is working quite right though so I'll test things more, for a few days. Scott

Re: [Mailman-Users] Can't send messages to list

2006-11-08 Thread Mark Sapiro
Lukasz Szybalski wrote: > >I put the original smtplib.py file back in /varlib/python.3/smtplib.py >and i get the same problem again. > >Nov 08 16:41:31 2006 (13973) Low level smtp error: [Errno 9] Bad file >descriptor, msgid: ><[EMAIL PROTECTED]> >Nov 08 16:46:31 2006 (13973) delivery to [EMAIL PRO

Re: [Mailman-Users] Can't send messages to list

2006-11-08 Thread Lukasz Szybalski
On 11/3/06, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > > Lukasz Szybalski wrote: > /var/lib/mailman/Mailman/Handlers/SMTPDirect.py > > > > > >That is the file i patched SMTPDirect.py > > > > > > 57 class Connection: > > > 58 def __init__(self): > > > 59 self.__conn = None > >

Re: [Mailman-Users] Can't send messages to list

2006-11-03 Thread Mark Sapiro
Lukasz Szybalski wrote: > >After placing a bug report in debian, i have been given two files to >make debug information work. > >"replacements for /usr/lib/python2.3/smtplib.py >and /usr/lib/mailman/Mailman/Logging/Utils.py that will enable >smtplib-debugging to work (you still have to patch SMTPDi

Re: [Mailman-Users] Can't send messages to list

2006-11-03 Thread Lukasz Szybalski
> Lukasz Szybalski wrote: /var/lib/mailman/Mailman/Handlers/SMTPDirect.py > > >That is the file i patched SMTPDirect.py > > > > 57 class Connection: > > 58 def __init__(self): > > 59 self.__conn = None > > 60 > > 61 def __connect(self): > > 62 self.__con

Re: [Mailman-Users] Can't send messages to list

2006-10-25 Thread Mark Sapiro
Lukasz Szybalski wrote: >That is the file i patched SMTPDirect.py > > 57 class Connection: > 58 def __init__(self): > 59 self.__conn = None > 60 > 61 def __connect(self): > 62 self.__conn = smtplib.SMTP() > 63 self.__conn.set_debuglevel(1) >

Re: [Mailman-Users] Can't send messages to list

2006-10-25 Thread Lukasz Szybalski
On 10/24/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > > >On 10/24/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > >> > >> We still don't know what causes the timeout. The smtplib debugging info > >> would help. > >Where would i find it or how would i get it. Error, smtp, > >s

Re: [Mailman-Users] Can't send messages to list

2006-10-24 Thread Mark Sapiro
Lukasz Szybalski wrote: >On 10/24/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: >> >> We still don't know what causes the timeout. The smtplib debugging info >> would help. >Where would i find it or how would i get it. Error, smtp, >smtp-failure, syslog has only what i have pasted in. The patch to S

Re: [Mailman-Users] Can't send messages to list

2006-10-24 Thread Lukasz Szybalski
On 10/24/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > > > >Why do i get this error in smtp-failure? > >Any ideas? > > > >Oct 23 20:30:31 2006 (13510) delivery to email at email.com failed with > >code -1: [Errno 9] Bad file descriptor > >Oct 23 20:30:31 2006 (13510) delive

Re: [Mailman-Users] Can't send messages to list

2006-10-24 Thread Mark Sapiro
Lukasz Szybalski wrote: > >Why do i get this error in smtp-failure? >Any ideas? > >Oct 23 20:30:31 2006 (13510) delivery to email at email.com failed with >code -1: [Errno 9] Bad file descriptor >Oct 23 20:30:31 2006 (13510) delivery to email at email.com failed with >code -1: [Errno 9] Bad file de

Re: [Mailman-Users] Can't send messages to list

2006-10-24 Thread Mark Sapiro
Lukasz Szybalski wrote: > >error: (doesn't have much there) > >Oct 23 20:50:42 2006 mailmanctl(13642): The master qrunner lock could >not be acquired because it appears as if another >master qrunner is already running. >I was restarting mailman.. 'restart' won't issue this message. This message c

Re: [Mailman-Users] Can't send messages to list

2006-10-24 Thread Lukasz Szybalski
On 10/24/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > > > >mailman has been restarted many times...and here are the outputs: > >It seems as some messages go through after few hours. I created test > >mailing list subscribed users, and 4 hours later subscription emal > >wen

Re: [Mailman-Users] Can't send messages to list

2006-10-24 Thread Mark Sapiro
Lukasz Szybalski wrote: > >mailman has been restarted many times...and here are the outputs: >It seems as some messages go through after few hours. I created test >mailing list subscribed users, and 4 hours later subscription emal >went through...but here is the errior with the same time stamps. >

Re: [Mailman-Users] Can't send messages to list

2006-10-24 Thread Lukasz Szybalski
On 10/23/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > > > >Why do i get this error in smtp-failure? > >Any ideas? > > > >Oct 23 20:30:31 2006 (13510) delivery to [EMAIL PROTECTED] failed with > >code -1: [Errno 9] Bad file descriptor > >Oct 23 20:30:31 2006 (13510) deliver

Re: [Mailman-Users] Can't send messages to list

2006-10-23 Thread Mark Sapiro
Lukasz Szybalski wrote: > >Why do i get this error in smtp-failure? >Any ideas? > >Oct 23 20:30:31 2006 (13510) delivery to [EMAIL PROTECTED] failed with >code -1: [Errno 9] Bad file descriptor >Oct 23 20:30:31 2006 (13510) delivery to [EMAIL PROTECTED] failed with >code -1: [Errno 9] Bad file desc

Re: [Mailman-Users] Can't send messages to list

2006-10-23 Thread Lukasz Szybalski
On 10/23/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > > >One issue was a domain. I am not sure why it has worked before and one > >day it stopped, but to continue on; i still have a problem. > > > >http://mail.python.org/pipermail/mailman-users/2005-May/044742.html > >I di

Re: [Mailman-Users] Can't send messages to list

2006-10-23 Thread Mark Sapiro
Lukasz Szybalski wrote: >One issue was a domain. I am not sure why it has worked before and one >day it stopped, but to continue on; i still have a problem. > >http://mail.python.org/pipermail/mailman-users/2005-May/044742.html >I did following test which showed me that when i use my >SMTPHOST='ex

Re: [Mailman-Users] Can't send messages to list

2006-10-23 Thread Lukasz Szybalski
On 10/18/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Lukasz Szybalski wrote: > > > >/var/log/mailman/smtp-failure > >says > >Oct 18 11:47:06 2006 (29893) delivery to [EMAIL PROTECTED] failed with code > >-1: (110, 'Connection timed out') > > > >/var/log/mailman/smtp > >says: > >Oct 18 11:47:06 200

Re: [Mailman-Users] Can't send messages to list

2006-10-18 Thread Mark Sapiro
Lukasz Szybalski wrote: > >/var/log/mailman/smtp-failure >says >Oct 18 11:47:06 2006 (29893) delivery to [EMAIL PROTECTED] failed with code >-1: (110, 'Connection timed out') > >/var/log/mailman/smtp >says: >Oct 18 11:47:06 2006 (29893) ><[EMAIL PROTECTED]> smtp for >34 recips, completed in 378.081

[Mailman-Users] Can't send messages to list

2006-10-18 Thread Lukasz Szybalski
http://mail.python.org/pipermail/mailman-users/2006-August/thread.html#52865 Hello, I have similar problem as was discussed in link i just gave. When i send email to the list. It get's received, Oct 16 14:11:12 localhost postfix/qmgr[1153]: BECCC25C12A: from=, size=203906, nrcpt=1 (queue active)

Re: [Mailman-Users] Can't send messages to list

2006-08-30 Thread Eric Howland
On 8/30/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Patrick Bogen wrote: > > >On 8/30/06, Eric Howland <[EMAIL PROTECTED]> wrote: > >> I thought I have another machine that can act as a mail server (and is > >> also running postfix) maybe I could get it to sent the mail. Since I > >> am running >

Re: [Mailman-Users] Can't send messages to list

2006-08-30 Thread Mark Sapiro
Patrick Bogen wrote: >On 8/30/06, Eric Howland <[EMAIL PROTECTED]> wrote: >> I thought I have another machine that can act as a mail server (and is >> also running postfix) maybe I could get it to sent the mail. Since I >> am running >> DELIVERY_MODULE = 'SMTPDirect' > >Are you sure that the machi

Re: [Mailman-Users] Can't send messages to list

2006-08-30 Thread Patrick Bogen
On 8/30/06, Eric Howland <[EMAIL PROTECTED]> wrote: > I thought I have another machine that can act as a mail server (and is > also running postfix) maybe I could get it to sent the mail. Since I > am running > DELIVERY_MODULE = 'SMTPDirect' Are you sure that the machine in question is configured

Re: [Mailman-Users] Can't send messages to list

2006-08-30 Thread Eric Howland
On 8/29/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Eric Howland wrote: > > > >I have used both DELIVERY_MODULE = 'Sendmail' > >and > >DELIVERY_MODULE = 'SMTPDirect' > > > >This just shifts the directory in which the outgoing email is stuck. > >SMTPDirect leaves them in the out directory > >Sendma

Re: [Mailman-Users] Can't send messages to list

2006-08-28 Thread Mark Sapiro
Eric Howland wrote: > >I have used both DELIVERY_MODULE = 'Sendmail' >and >DELIVERY_MODULE = 'SMTPDirect' > >This just shifts the directory in which the outgoing email is stuck. >SMTPDirect leaves them in the out directory >Sendmail leaves them in the shunt directory > >Should this tell me anything

Re: [Mailman-Users] Can't send messages to list

2006-08-28 Thread Eric Howland
On 8/27/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Eric Howland wrote: > > > >I have this problem as well. Mark's response describes my case. In my > >smtp-failures file I get: > > > >[EMAIL PROTECTED] src]# tail /var/log/mailman/smtp-failure > >Aug 27 04:20:05 2006 (23140) delivery to [EMAIL PR

Re: [Mailman-Users] Can't send messages to list

2006-08-27 Thread Brad Knowles
At 7:04 AM -0700 2006-08-27, Mark Sapiro wrote: > The symptoms are those of a hoplessly backlogged 'out' queue in > Mailman. If you have access to them, you can look at Mailman's > qfiles/out/ directory, which will probably contain a large number of > entries waiting to be processed, and Mailm

Re: [Mailman-Users] Can't send messages to list

2006-08-27 Thread Brad Knowles
At 11:17 AM -0400 2006-08-27, Eric Howland wrote: > I take it that the Low level smtp errors are comming from my MTA > (postfix). In my case the problem was intermittent untill about a week > ago when it became steady. I have posted to the postfix list but I > still have no understanding of w

Re: [Mailman-Users] Can't send messages to list

2006-08-27 Thread Mark Sapiro
Eric Howland wrote: > >I have this problem as well. Mark's response describes my case. In my >smtp-failures file I get: > >[EMAIL PROTECTED] src]# tail /var/log/mailman/smtp-failure >Aug 27 04:20:05 2006 (23140) delivery to [EMAIL PROTECTED] failed with >code -1: (110, 'Connection timed out') >Aug

Re: [Mailman-Users] Can't send messages to list

2006-08-27 Thread Eric Howland
On 8/27/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Brad Knowles wrote: > > >At 12:31 AM -0400 2006-08-27, David Diskin wrote: > > > >>What is happening lately is that new posts are > >> visible in the archives, but in general are not mailed out or may not > >> be mailed

Re: [Mailman-Users] Can't send messages to list

2006-08-27 Thread Mark Sapiro
Brad Knowles wrote: >At 12:31 AM -0400 2006-08-27, David Diskin wrote: > >>What is happening lately is that new posts are >> visible in the archives, but in general are not mailed out or may not >> be mailed out for several hours to several days. There are no >> errors

Re: [Mailman-Users] Can't send messages to list

2006-08-26 Thread Brad Knowles
At 12:31 AM -0400 2006-08-27, David Diskin wrote: >What is happening lately is that new posts are > visible in the archives, but in general are not mailed out or may not > be mailed out for several hours to several days. There are no > errors in the error log. The mem

[Mailman-Users] Can't send messages to list

2006-08-26 Thread David Diskin
We have an announcement list set up on a high speed rails server. (high speed rails is a successor hosting service to zettai.net). Moderated members can't post. We have a few unmoderated members who are allowed to post. What is happening lately is that new posts are visible in the archi