Gentoo Archives: gentoo-server

From: kashani <kashani-list@××××××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] sendmail
Date: Fri, 20 May 2005 20:51:16
Message-Id: 428E4DCF.9080109@badapple.net
In Reply to: Re: [gentoo-server] sendmail by khurram bhatti
1 khurram bhatti wrote:
2 > well I have very strange sendmail behaviour some times it sends 200+ emails/sec
3 > and some times down to 30 emails/sec, and can't figure it out what's the issue
4 > !
5 > using sendmail for mailing list purpose
6 >
7
8 Ah, this is a very different question from the one you originally asked.
9 30 mails/sec over the course of a day is incredibly good performance.
10 But seeing that over very short intervals especially when sending out
11 10k or less emails in not so good.
12
13 I have a general idea of what the problem might be, but you may have to
14 Google the details yourself. It's my understanding that sendmail does
15 something similar to this:
16 http://www.postfix.org/CONNECTION_CACHE_README.html
17
18 And something like this as well.
19 http://www.postfix.org/TUNING_README.html#rope
20
21 Sorry I'm much more familiar with Postfix and qmail internals than
22 Sendmail or I'd have given you better links. I'd start looking around at
23 how Sendmail does it's queuing and tracking which domains you deliver
24 fastest to and which are slower. Also look at your mail list software's
25 docs because there are usually specific tuning data for each MTA. Mail
26 lists are a bit odd because you're sending the same email X times so you
27 can do things with them that you can't do with other mail. And most of
28 the weird performance hacks are MTA specific.
29
30 kashani
31 --
32 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] sendmail khurram bhatti <kbhatti@×××××××××××××××.pk>