• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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