Koozali.org: home of the SME Server

The email server sends to email clients packets of 5 emails per session

Offline girimia

  • *
  • 22
  • +0/-0
Hello,

The email server sends to email clients (outlook) packets of 5 emails from the same sender address. But 30 emails were sent.
After a while, he will receive another 5 emails.
Where can I increase the number of emails that can be delivered to the email client in a single delivery?

Thank you,
Gabriel


Offline girimia

  • *
  • 22
  • +0/-0
I discovered the problem.
The ConcurrencyRemote and ConcurrencyLocal settings were set to very high values (1000 !?).
We have shrunk these values now, everything is all right.

Thank you!

Offline ReetP

  • *
  • 3,731
  • +5/-0
Very odd.

They should both be set to 20

Code: [Select]
cat /var/qmail/control/concurrencyremote20

Code: [Select]
cat /var/qmail/control/concurrencylocal20

These are set in these templates and you can see the defaults are 20

/etc/e-smith/templates/var/qmail/control/concurrencylocal:1:
{ $DB->get('qmail')->prop('ConcurrencyLocal') || "20"; }

/etc/e-smith/templates/var/qmail/control/concurrencyremote:1:
{ $DB->get('qmail')->prop('ConcurrencyRemote') || "20"; }

You can probably reset them by just deleting the qmail keys, or setting them to the default values above.

You probably ought to go and look at the what qmail actually does, and IMAP. And find out why these settings were set so high.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Jean-Philippe Pialasse

  • *
  • 2,762
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
The default 20 could be too low in lot of cases, you might need to increase it, but not that high ;)