mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
17 lines
320 B
Plaintext
17 lines
320 B
Plaintext
#MailSTone workload configuration
|
|
|
|
# Send 17k, 3 recipient messages from all clients
|
|
<SMTP>
|
|
weight 100
|
|
file en-17k.msg
|
|
|
|
# uncomment this line to just deliver to a subset of addresses
|
|
#numAddresses 200
|
|
|
|
# deliver each message to more than 1 address
|
|
numRecips 1
|
|
|
|
numLoops 1 # number of messages to send per login
|
|
|
|
</SMTP>
|