• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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