mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
22 lines
487 B
Plaintext
22 lines
487 B
Plaintext
# MailStone workload configuration file. See sample.wld for detailed usage
|
|
# Deliver mail using SMTP
|
|
# This can measure delivery rates for a specified message type.
|
|
# This also fills the store for POP or IMAP tests
|
|
|
|
<includeOnce conf/general.wld>
|
|
|
|
<CONFIG> # test specific config
|
|
title POP reads with SMTP message deliveries
|
|
clientCount 50
|
|
</CONFIG>
|
|
|
|
<include conf/smtp1k.wld>
|
|
<include conf/smtp5k.wld>
|
|
<include conf/smtp17k.wld>
|
|
|
|
<POP3>
|
|
weight 100
|
|
#leaveMailOnServer 1
|
|
</POP3>
|
|
|