[Mailman-Users] Sendmail performance

2008-08-08 Thread Knabe, Troy
I am quite certain that this is the answer to my issue, as I see the Mailman messages being routed through my spam filter 2x as it enters/leaves queues. But when I tried to impliment it sendmail quit listening on port 25. Anyone else experience issues with this solution? Any suggestions?

Re: [Mailman-Users] Sendmail performance

2008-08-08 Thread Mark Sapiro
Knabe, Troy wrote: You can do this without modifying your sendmail files at all. Instead, in your startup script, add: /usr/sbin/sendmail -bd -ODeliveryMode=defer \ -ODaemonPortOptions=Name=MSA,Port=,M=E,Addr=127.0.0.1 Did you ADD that, or replace something with

Re: [Mailman-Users] Sendmail performance

2008-08-08 Thread Knabe, Troy
So my sendmail start script included /usr/sbin/sendmail -bd -q5m So I made it /usr/sbin/sendmail -bd -ODeliveryMode=defer \ -ODaemonPortOptions=Name=MSA,Port=1313,M=E,Addr=127.0.0.1 On 8/8/08 12:04 PM, Mark Sapiro [EMAIL PROTECTED] wrote: Knabe, Troy wrote: You can do this without

Re: [Mailman-Users] Sendmail performance

2008-08-08 Thread Dragon
Knabe, Troy wrote: So my sendmail start script included /usr/sbin/sendmail -bd -q5m So I made it /usr/sbin/sendmail -bd -ODeliveryMode=defer \ -ODaemonPortOptions=Name=MSA,Port=1313,M=E,Addr=127.0.0.1 End original message. - Put the original line

Re: [Mailman-Users] Sendmail performance

2008-08-08 Thread Knabe, Troy
So that works, but I am still seeing 7 minutes where the messages are staying in the sendmail queue. Sendmail is configured to re-run the queue every 5 minutes so the extra 2 is about right for how long it takes to go through the other messages in the queue first. But why does the message hit

Re: [Mailman-Users] Sendmail performance

2008-08-08 Thread Brad Knowles
Knabe, Troy wrote: So that works, but I am still seeing 7 minutes where the messages are staying in the sendmail queue. Sendmail is configured to re-run the queue every 5 minutes so the extra 2 is about right for how long it takes to go through the other messages in the queue first. But why

Re: [Mailman-Users] Sendmail performance

2008-08-08 Thread Mark Sapiro
Knabe, Troy wrote: So that works, but I am still seeing 7 minutes where the messages are staying in the sendmail queue. Sendmail is configured to re-run the queue every 5 minutes so the extra 2 is about right for how long it takes to go through the other messages in the queue first. But why

[Mailman-Users] Sendmail Performance with mailman

2004-01-05 Thread Dr. M.C. Koops
Hi Graham, At http://mail.python.org/pipermail/mailman-users/2002-May/019621.html I found your post on SMTP. I have a similar problem to the one you replied to. i just installed Linux RedHat 9.0, and I want to use sendmail. The emails do not leave the server though, but they are queued. I have

Re: [Mailman-Users] Sendmail Performance with mailman

2004-01-05 Thread Brad Knowles
At 11:53 PM +0100 2004/01/05, Dr. M.C. Koops wrote: I have no experience with smtp, but lots of people tell me that it is really hard to configure sendmail. Not really. Using the m4 package, it's pretty easy to build a sendmail.mc file that can be compiled into a suitable sendmail.cf. Many

Re: [Mailman-Users] Sendmail performance

2003-01-08 Thread Todd C. Miller
In message av9u4k$mh6$[EMAIL PROTECTED] so spake David Gibbs (david): I've got an instance of sendmail listening specifically on 127.0.0.1 ... can anyone point me to some information on how to disable synchronous dns verification in sendmail? The TUNING file in the sendmail directory

[Mailman-Users] Sendmail performance

2003-01-05 Thread David Gibbs
Folks: The README.SENDMAIL has the following statement ... Since Mailman usually connects via localhost (i.e. 127.0.0.1) to the SMTP port of Sendmail, you should be sure to configure Sendmail /not/ to do DNS verification synchronously for localhost connections. I've got an instance of

RE: [Mailman-Users] Sendmail Performance with mailman

2002-05-06 Thread Bueschel, Eric W RWBAHC DIN-PACS
Title: RE: [Mailman-Users] Sendmail Performance with mailman Thanks for the answer. By default in Slackware, the sendmail queue was running every 15 minutes, so I set it to 2 minutes. That seems to have sped it up quite a bit. Now if I could just solve the DNS problem without running Bind

RE: [Mailman-Users] Sendmail Performance with mailman

2002-05-06 Thread Bueschel, Eric W RWBAHC DIN-PACS
Title: RE: [Mailman-Users] Sendmail Performance with mailman Yah, I have done that. Decent performance gain. However I still have to use DNS for sendmail itself (don't want an open relay), and I can't run Bind on the box locally so I guess I just have to live with it. -Original Message

[Mailman-Users] Sendmail Performance with mailman

2002-05-03 Thread Bueschel, Eric W RWBAHC DIN-PACS
Title: Sendmail Performance with 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 \

RE: [Mailman-Users] Sendmail Performance with mailman

2002-05-03 Thread Bueschel, Eric W RWBAHC DIN-PACS
, or a local mail, the message is immediately sent and delivered. So it seems to be something related to Mailman. Eric -Original Message-From: Bueschel, Eric W RWBAHC DIN-PACS [mailto:[EMAIL PROTECTED]]Sent: Friday, May 03, 2002 7:31 AMTo: '[EMAIL PROTECTED]'Subject: [Mailman-Users

Re: [Mailman-Users] Sendmail Performance with mailman

2002-05-03 Thread Graham TerMarsch
On May 3, 2002 12:18 pm, Bueschel, Eric W RWBAHC DIN-PACS wrote: As of today, I am no longer getting failures in the smtp-error logs, however it seems that incoming messages are parsed to mailman, then queued for 10 to 40 minutes where they just wait. No errors, no timeouts, they just wait.