RE: [Mailman-Users] Return to performance

2003-07-09 Thread Eric Miller
Thank you all for the suggestions and references.
I made some quick changes, especially the

O Timeout.iconnect=5s

sendmail option seemed to really help. I'm down to 4 to 10 minutes
with most messages at 6.

One question:  Should I be looking at a better MTA?
What is the fastest that works with RedHat 9?
(I guess that is two questions...)

Thanks!

Eric

-
Eric Miller
Director: Support,
Training & Development
Phoenix Analysis &
Design Technologies
(480) 813-4884, x103
www.padtinc.com



-Original Message-
From: Brad Knowles [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 2:19 PM
To: Eric Miller
Cc: [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] Return to performance


At 8:36 AM -0700 2003/07/09, Eric Miller wrote:

>  Something else that puzzles me is that some of the recipients seem to
have
>  very slow mail receivers, especially in India and China.  Is there a way
>  to find slow connections and group them together so they don't slow down
>  everyone else?

For MTA performance tuning issues (especially sendmail), see my 
paper <http://www.shub-internet.org/brad/papers/sendmail-tuning/>, 
Nick's paper <http://www.jetcafe.org/npc/doc/performance_tuning.pdf>, 
and and Nick's book <http://www.jetcafe.org/npc/book/sendmail/>.

For issues with regards to tuning the performance of mailing 
lists in specific as opposed to MTAs in general, see 
<http://www.usenix.org/publications/library/proceedings/lisa97/21.kolstad.ht
ml> 
and 
<http://www.usenix.org/publications/library/proceedings/lisa98/chalup.html>.

-- 
Brad Knowles, <[EMAIL PROTECTED]>

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
 -Benjamin Franklin, Historical Review of Pennsylvania.

GCS/IT d+(-) s:+(++)>: a C++(+++)$ UMBSHI$ P+>++ L+ !E-(---) W+++(--) N+
!w--- O- M++ V PS++(+++) PE- Y+(++) PGP>+++ t+(+++) 5++(+++) X++(+++)
R+(+++)
tv+(+++) b+() DI+() D+(++) G+() e++> h--- r---(+++)* z(+++)

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Return to performance

2003-07-09 Thread Eric Miller
Dear all,

In my last post on performance you gave me a lot of good advice.
Some things that helped:
  Set SMTP_MAX_RCTPS back to default of 500 (I found a posting
   that said 3 to 5 was better, must have been an old version)
  Upped my RAM to 1.5 GB
  Rearranged how the machine saw the internet so my firewall was
less of a choke on flow.

I implemented all that I could and my send times are now down
to from 5 to 30 minutes.  I'd like to see better.

Some facts on my setup:

OS: Redhat 9
Mailman Version: 2.1
Hardware: 2.5 Mhz Athlon
Drive: Single 40 GB 
MTA: sendmail (default with Redhat) (SMTPDirect)
DNS Helper: pdnsd
Network Connection: Full T1 from Sprint 
Usage: Average 12 Messages a Day, 8 in a four hour window from 6AM to 10AM
   Pacific Standard Time  
Subscriber: Around 2000, around 1/2 overseas


When I check times I look at the time from when Mailman received
the message till it shows up on my company mailserver (different machines on
two different networks)

99.9% of my recipients are outside my LAN

I am looking at disk utilization and see if that is hurting me as well.

Something else that puzzles me is that some of the recipients seem to have
very slow mail receivers, especially in India and China.  Is there a way
to find slow connections and group them together so they don't slow down
everyone else?

Thank you in advance for any and all advice!  As I said earlier, this
really is a very cool piece of software.  I just want to make sure I am
getting the most out of it.

Thanks

Eric



-
Eric Miller
Director: Support,
Training & Development
Phoenix Analysis &
Design Technologies
(480) 813-4884, x103
www.padtinc.com


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


RE: [Mailman-Users] Slow Performance on Mailman, Next Steps?

2003-06-21 Thread Eric Miller
Dear all,

I changed my SMTP_MAX_RCPTS to 500 as suggested.  Now I'm averaging 20
minutes
and as fast as 10.  

I suspect my firewall is a problem.  It is issuing warnings about being
overwhelmed.
In that I've been away from Unix for almost 7 years now and I'm new to
Linux, I really
don't know what tools I could use to find my bottleneck.  Any suggestions?

Eric

-----
Eric Miller
Director, CAD &
Software Services
Phoenix Analysis &
Design Technologies
(480) 813-4884, x103
www.padtinc.com



-Original Message-
From: Eric Miller [mailto:[EMAIL PROTECTED]
Sent: Friday, June 20, 2003 11:45 AM
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] Slow Performance on Mailman, Next Steps?


Dear all,

We moved our mailman list over from yahoo to my server this
week.  No a painless move but it went OK.
(This is some pretty good software!)

My big issue is performance.  Our list has 2300 subscribers and
we do about 20 to 50 e-mails a day, nothing too big.

Messages were taking 3 to 4 hours to be sent.  I went through
the FAQ on performance and have done the following to get down
to 30 to 90 minutes:

1: Put in a DNS server on my machine with caching (pdnsd)
2: Used the following mailman settings: 
DELIVERY_MODULE = 'SMTPDirect'
SMTP_MAX_RCPTS = 3
SMTP_MAX_SESSIONS_PER_CONNECTION = 100
3: Turned off the logging

Some other facts:

a: I'm running RedHat 9 Linux
b: We are getting lots of bounces: 258 have been put on hold because they
   went over their bounce score
c: I'm using a 2+GHz AMD machine.  Lots of horse power and it seems like
   I'm not using much.  CPU is sitting at between 5% and 10%


So, my obvious questions are:

I: Any suggestions on my mm_cfg.py settings?
II: Anything else you can recommend?
III: My assumption is that since I'm using SMTPDirect it doesn't
 matter if I use the default stuff that comes with Redhat or
 should I load something better?
IV: Is it the bounces that are my problem?

Thank you in advance for any advice!

Eric


---------
Eric Miller
Director: Support,
Training & Development
Phoenix Analysis &
Design Technologies
(480) 813-4884, x103
www.padtinc.com


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/eric.miller%40padtinc.c
om

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Slow Performance on Mailman, Next Steps?

2003-06-20 Thread Eric Miller
Dear all,

We moved our mailman list over from yahoo to my server this
week.  No a painless move but it went OK.
(This is some pretty good software!)

My big issue is performance.  Our list has 2300 subscribers and
we do about 20 to 50 e-mails a day, nothing too big.

Messages were taking 3 to 4 hours to be sent.  I went through
the FAQ on performance and have done the following to get down
to 30 to 90 minutes:

1: Put in a DNS server on my machine with caching (pdnsd)
2: Used the following mailman settings: 
DELIVERY_MODULE = 'SMTPDirect'
SMTP_MAX_RCPTS = 3
SMTP_MAX_SESSIONS_PER_CONNECTION = 100
3: Turned off the logging

Some other facts:

a: I'm running RedHat 9 Linux
b: We are getting lots of bounces: 258 have been put on hold because they
   went over their bounce score
c: I'm using a 2+GHz AMD machine.  Lots of horse power and it seems like
   I'm not using much.  CPU is sitting at between 5% and 10%


So, my obvious questions are:

I: Any suggestions on my mm_cfg.py settings?
II: Anything else you can recommend?
III: My assumption is that since I'm using SMTPDirect it doesn't
 matter if I use the default stuff that comes with Redhat or
 should I load something better?
IV: Is it the bounces that are my problem?

Thank you in advance for any advice!

Eric


---------
Eric Miller
Director: Support,
Training & Development
Phoenix Analysis &
Design Technologies
(480) 813-4884, x103
www.padtinc.com


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org