• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

changing concurrencyremote (qmail)

J

jayrex

Guest
hi,

can anyone please give me a procedure (or point me to one) that tells me how i can change concurrencyremote of qmail ?

i'm running a mail-application but it's too slow; it only sends one mail every 3.5 seconds...
so concurrencyremote is the thing to change, right?

thanx a lot in advance.
 
concurrencyremote defines the maximum number of sessions with remove SMTP servers that qmail can process at any one given time. Is that what you want?

You set it by editing:

/var/qmail/control/concurrencyremote

If the file doesn't exist create it.
 
no, that's not what i'm looking for, i wanted to know how i can make qmail send more mails per minute (by reducing delay time) so concurrencyremote is the wrong place to look i guess.

thanks for the reply Cranky .
 
If you want to force delivery you can always:

1. killall -ALRM qmail-send

or

2. restart qmail system

Good luck
 
Back
Top