mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
# MailStone workload configuration file. See sample.wld for detailed usage
|
|
# Typical SMTP delivery with 5K message size and restricted accounts
|
|
|
|
<SMTP>
|
|
weight 100
|
|
file en-5k.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>
|