• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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