Re: [Mailman-Users] Still can't send out from Mailman

2006-10-26 Thread Mark Sapiro
Dr. Scott S. Jones wrote: > >The output from /var/log/mailman/smtp-failures includes the following: > >Oct 26 17:22:40 2006 (13140) delivery to [EMAIL PROTECTED] failed with code >-1: [Errno 9] Bad file descriptor >Oct 26 17:22:40 2006 (13140) delivery to [EMAIL PROTECTED] failed >with code -1: [E

Re: [Mailman-Users] Still can't send out from Mailman

2006-10-26 Thread Mark Sapiro
Dr. Scott S. Jones wrote: > >I changed my mm_cfg.py to read as last two lines: > >SMTPHOST = 'localhost' >SMTPPORT = 0 This does no harm, but putting those lines in mm_cfg.py doesn't really do anything as you are just resetting them to the same values they already have from Defaults.py. >I hav

Re: [Mailman-Users] Still can't send out from Mailman

2006-10-26 Thread Mark Sapiro
Dr. Scott S. Jones wrote: >> >> You can try the following: >> >> Give the command >> >> /usr/lib/python2.x/smtplib.py >> > >fyrenice:/var/log/mailman# /usr/lib/python2.3/smtplib.py >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Enter message, end with ^D: >this is a test message, at M. Sapiro

Re: [Mailman-Users] Still can't send out from Mailman

2006-10-26 Thread Mark Sapiro
Dr. Scott S. Jones wrote: >AFAIK, my mailman failure to send out issue, resides solely at the pathway >from mailman -> exim. All other email traffic, i.e., exim->mailman and all >other email traffic, seems to work just fine. > >I have included the debug line in my SMTPDirect.py file, and yet noth

[Mailman-Users] Still can't send out from Mailman

2006-10-26 Thread Dr. Scott S. Jones
AFAIK, my mailman failure to send out issue, resides solely at the pathway from mailman -> exim. All other email traffic, i.e., exim->mailman and all other email traffic, seems to work just fine. I have included the debug line in my SMTPDirect.py file, and yet nothing shows up in /var/log/mailman