RE: [Mailman-Users] Sendmail Performance w/ mailman

Hmm, interesting. I sent this to your list 5 days ago, it seems you guys are having problems with mailman performance as well. BTW, here's the header from the one I sent, not that I sent it on May 02 and it made it onto the list on May 07.
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org) by mail.python.org with esmtp (Exim 4.02) id 175AJj-0004rw-00; Tue, 07 May 2002 15:08:07 -0400 Received: from bwarsaw by mail.python.org with local (Exim 4.02) id 175AJ0-0004of-00 for mailman-users@python.org <mailto:mailman-users@python.org> ; Tue, 07 May 2002 15:07:22 -0400 Received: from dasmthkhn459.amedd.army.mil ([204.208.124.132]) by mail.python.org with esmtp (Exim 4.02) id 173Nx6-0006oh-00 for mailman-users@python.org <mailto:mailman-users@python.org> ; Thu, 02 May 2002 17:17:24 -0400 Received: by dasmthkhn459.amedd.army.mil with Internet Mail Service (5.5.2653.19) id <KFFR92YQ>; Thu, 2 May 2002 16:16:53 -0500 Message-ID:
-----Original Message----- From: Bueschel, Eric W RWBAHC DIN-PACS [mailto:Eric.Bueschel@CEN.AMEDD.ARMY.MIL] Sent: Thursday, May 02, 2002 2:16 PM Cc: mailman-users@python.org Subject: [Mailman-Users] Sendmail Performance w/ mailman
I have had an ongoing problem with qrunner being extremely slow, so I tried some of the suggestions in the faq. I made the following changes:
I added the followind to my sendmail startup.... /usr/sbin/sendmail -bd -ODeliveryMode=defer \ -ODaemonPortOptions=Name=MSA,Port=1313,M=E,Addr=127.0.0.1
I now have sendmail running on two ports, 25 and 1313. Was this correct?
In addition I added SMTPPORT = 1313 to my mm_cfg.py file.
My first question is, I can find no mention anywhere in the doc where it says I need to recompile or do something else to have mailman read the changed in mm_cfg.py, is this correct? Do these changes just take effect by adding them to that file? Next, how do I verify this is working? I can telnet into both ports and they respond as expected. Unfortunately I am now getting a lot of messages queued up by sendmail, and I am getting a lot of entries in the mailman smtp-failure log.
Eric
participants (1)
-
Bueschel, Eric W RWBAHC DIN-PACS