question about default postfix config

General eFa discussion
Post Reply
tobiasp
Posts: 13
Joined: 15 Nov 2020 10:42

question about default postfix config

Post by tobiasp »

Hi,

I saw that efa setup sets

Code: Select all

postconf -e "default_destination_recipient_limit = 1"
.
what is the reasoning behind this?

cheers,
Tobias
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: question about default postfix config

Post by shawniverson »

Off the top of my head it is to prevent excessive throttling/defers from remote SMTP relays. I'll have to look back to see exactly what prompted this limit.
tobiasp
Posts: 13
Joined: 15 Nov 2020 10:42

Re: question about default postfix config

Post by tobiasp »

thanks for your reply. the reason why I ask is that this setting has more implication than I first thought. I was in the process of setting up a "destination_rate_delay" and wondering why it was not working, but having an destination_recipient_limit of 1 means some settings are per recipient and not per domain... (see http://www.postfix.org/postconf.5.html# ... ient_limit) so essentially a rate_delay would be mostly useless in throttling emails. maybe setting destination_concurrency_limit would be more suited?
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: question about default postfix config

Post by shawniverson »

You can go ahead and raise this limit if you like. I'll study this and see about using the other setting instead as a future default.
Post Reply