0

I'm trying to achieve 200 emails per second. Which is 0.7 million emails in one hour.

While researching I found, If I render emails and handover 720 000 emails to exim before my scheduled emails sending time.

Then exim not having any other work. It will concentrate only on delivering emails.

Is there any way(hack) to achieve multiple queues in exim and I can trigger release the emails

James Z
  • 12,209
  • 10
  • 24
  • 44
Manjesh V
  • 1,230
  • 15
  • 22
  • "Lac" is a regionalism which isn't generally understood outside of the Indian cultural sphere. – tripleee Dec 09 '17 at 08:44
  • Your bottleneck is probably your network bandwidth, not Exim or generally anything on the CPU. Even if you have gigabit speeds to all your destinations, having more than 50,000 concurrent TCP sessions isn't architecturally feasible. – tripleee Dec 09 '17 at 08:50
  • Not a programming question; voting to close as off-topic for Stack Overflow. – tripleee Dec 09 '17 at 09:04

0 Answers0