Jaymon / stockton

Quickly setup an email server to forward a personal domain to any email address
Other
4 stars 0 forks source link

Some main.cf changes #34

Open Jaymon opened 8 years ago

Jaymon commented 8 years ago

Not sure these do anything:

smtp_destination_rate_delay = 5s
smtp_extra_recipient_limit = 10

via:

There is no smtp_extra_recipient_limit parameter.

And the destination_rat_delay might delay with smtp_destination_concurrency_limit, from the same comment:

smtp_destination_concurrency_limit has no effect when you turn on smtp_destination_rate_delay. It specifies a delay BETWEEN deliveries, meaning the deliveries cannot be in parallel.