[Mailman-Users] Mailman/Sendmail not accepting email's

2011-01-08 Thread Llewellyn Curran
Hi All,

I've recently started assisting a friend with a mailman build on his Centos
5.5 box. I followed:
http://davmp.kimanddave.com/2008/03/30/installing-mailman-to-use-https-on-centos-51/but
now im stuck I added my mail address, got the confirmation, went to
the
site, signed up and all that. I have to stay with sendmail due to my friends
configuration at the moment. So I attempt to send my first mail, no joy, and
I go to analyze my /var/log/maillog theres nothing there, so I login to
telnet, and im able to send mail. So I throw TCPDump up using : tcpdump
smtp, and send another mail from gmail. I see Gmail's mail server send the
mail to the box, and then basically it disappears from there, no logs or
anything? I've done around 8 hours of googling, and I still can't figure it
out? Anyone?

Kind Regards,

-- 
Llewellyn G.S. Curran
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Follow up to a Lock problem.

2010-10-26 Thread Llewellyn Curran
Hi All,

I've summarized my issue below, and I would like to say I have around 215K
subscribers on a Dedicated Server With a Quad Xeon CPU and 4GB's Ram. Most
notably Mailman chews up around 2GB's+ of Ram but completely max's my CPU
usage in top on CentOS. Python runs about 98% to 100% - I suspect this is
from a mail drop going on however it doesn't explain below. Please read on.

Mailman Version: 2.1.9

Symptoms:
I had an issue a month or so ago where my web interface on 
http://mysite.com/mailman/admin/mylist; would lock up on login, and I
couldnt access that list. The other lists I could access no problems. I was
guided to  the FAQ at http://wiki.list.org/x/noA9 by Mark S. and that
temporarily relieved the problem. I find now that I have to completely
delete my locks everytime I want to go to a new location in the admin
interface. I have included some errors from the locks log below. Can you
assist me?

Errors:
[r...@x mailman]# tail -50 /var/log/mailman/locks
Oct 26 21:13:56 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/IncomingRunner.py, line 115, in _dispose
Oct 26 21:13:56 2010 (17763)
mlist.Lock(timeout=mm_cfg.LIST_LOCK_TIMEOUT)
Oct 26 21:13:56 2010 (17763)   File /usr/lib/mailman/Mailman/MailList.py,
line 161, in Lock
Oct 26 21:13:56 2010 (17763) self.__lock.lock(timeout)
Oct 26 21:13:56 2010 (17763)   File /usr/lib/mailman/Mailman/LockFile.py,
line 287, in lock
Oct 26 21:13:56 2010 (17763) self.__linkcount(), important=True)
Oct 26 21:13:56 2010 (17763)   File /usr/lib/mailman/Mailman/LockFile.py,
line 416, in __writelog
Oct 26 21:13:56 2010 (17763) traceback.print_stack(file=logf)
Oct 26 21:13:58 2010 (17763) xlt.lock unexpected linkcount: 1
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/bin/qrunner, line
278, in ?
Oct 26 21:13:58 2010 (17763) main()
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/bin/qrunner, line
238, in main
Oct 26 21:13:58 2010 (17763) qrunner.run()
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/Runner.py, line 71, in run
Oct 26 21:13:58 2010 (17763) filecnt = self._oneloop()
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/Runner.py, line 112, in _oneloop
Oct 26 21:13:58 2010 (17763) self._onefile(msg, msgdata)
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/Runner.py, line 170, in _onefile
Oct 26 21:13:58 2010 (17763) keepqueued = self._dispose(mlist, msg,
msgdata)
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/VirginRunner.py, line 38, in _dispose
Oct 26 21:13:58 2010 (17763) return IncomingRunner._dispose(self, mlist,
msg, msgdata)
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/IncomingRunner.py, line 115, in _dispose
Oct 26 21:13:58 2010 (17763)
mlist.Lock(timeout=mm_cfg.LIST_LOCK_TIMEOUT)
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/Mailman/MailList.py,
line 161, in Lock
Oct 26 21:13:58 2010 (17763) self.__lock.lock(timeout)
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/Mailman/LockFile.py,
line 287, in lock
Oct 26 21:13:58 2010 (17763) self.__linkcount(), important=True)
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/Mailman/LockFile.py,
line 416, in __writelog
Oct 26 21:13:58 2010 (17763) traceback.print_stack(file=logf)
Oct 26 21:13:58 2010 (17763) xlt.lock unexpected linkcount: 1
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/bin/qrunner, line
278, in ?
Oct 26 21:13:58 2010 (17763) main()
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/bin/qrunner, line
238, in main
Oct 26 21:13:58 2010 (17763) qrunner.run()
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/Runner.py, line 71, in run
Oct 26 21:13:58 2010 (17763) filecnt = self._oneloop()
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/Runner.py, line 112, in _oneloop
Oct 26 21:13:58 2010 (17763) self._onefile(msg, msgdata)
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/Runner.py, line 170, in _onefile
Oct 26 21:13:58 2010 (17763) keepqueued = self._dispose(mlist, msg,
msgdata)
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/VirginRunner.py, line 38, in _dispose
Oct 26 21:13:58 2010 (17763) return IncomingRunner._dispose(self, mlist,
msg, msgdata)
Oct 26 21:13:58 2010 (17763)   File
/usr/lib/mailman/Mailman/Queue/IncomingRunner.py, line 115, in _dispose
Oct 26 21:13:58 2010 (17763)
mlist.Lock(timeout=mm_cfg.LIST_LOCK_TIMEOUT)
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/Mailman/MailList.py,
line 161, in Lock
Oct 26 21:13:58 2010 (17763) self.__lock.lock(timeout)
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/Mailman/LockFile.py,
line 287, in lock
Oct 26 21:13:58 2010 (17763) self.__linkcount(), important=True)
Oct 26 21:13:58 2010 (17763)   File /usr/lib/mailman/Mailman/LockFile.py,
line 416, in __writelog
Oct 26 21:13:58 2010 (17763) traceback.print_stack(file=logf)
[r...@x mailman]#

-- 
Llewellyn