On 27-Apr-08, at 12:30 PM, [EMAIL PROTECTED]
wrote:
On Sun, 27 Apr 2008, Chris Lewis wrote:
[EMAIL PROTECTED] wrote:
On Apr 26, 2008, at 7:19 PM, a-rope.net-sub-
[EMAIL PROTECTED]
wrote:
Can anyone recommend specific tools (or even algorithms or
methodologies)
Take a look at smtpsource out of the postfix distribution. If
that can't
flood qpsmtpd, nothing can.
Thank-you.
I found it as "smtp-source". Looks like it will prove useful, in part.
However, I want to not only test the traffic volume, but also the
volume
of the profile of connections my site receives. Different profiles
will,
no doubt, cause differents combinations of modules to run, and some
modules require more resources than others.
I may have to write a configurable "harness" with various sets of
messages
for certain profile types, and then crank it up.
Why don't you take the code in plugins/async/queue/smtp-forward and
write a wrapper around it to send lots of mail? It'd make a nice
async SMTP sender that scales up pretty well.
Matt.