• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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