On 8/2/2016 12:50 PM, Fazzina, Angelo wrote: > > My question is what would be a good explanation for having BOTH > smtpd_client_message_rate_limit and smtpd_client_connection_rate_limit > Set at the same time? >
A client can send multiple deliveries per connection, such as postfix does with connection caching. A broken client may connect and not send any mail -- connect, hang around a while, disconnect. -- Noel Jones
