Jump to content

Increasing simutanious mail delivery in Postifx


Noongar

Recommended Posts

How can I increase simultanious mail delivery in Postfix? According to the manual I need to use 'transport_destination_concurrency_limit' in the master configuration file, well I did this and now my mail server has stopped working.

 

transport_destination_concurrency_limit = 1000

Link to comment
Share on other sites

I think you misunderstood the manual.  "transport" in this case, is meant to be a placeholder for an actual transport method.  It is not a parameter in and of itself.  If you did want to effect outbound smtp connections then you'd want to set smtp_destination_concurrency_limit.

 

Even if that were not the case, 1000 is far too high of a value, since it is a "per domain" setting.  Just to give you an idea, the default for one of these settings is "20", based on the mapping driven via the

 

In the main.cf look for

 

#local_destination_concurrency_limit = 2
#default_destination_concurrency_limit = 20

 

Uncomment default_destination_concurrency_limit and increase it to something like 40-50 and see how that goes.

 

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.