CSS:
> On May 27, 2013, at 5:58 PM, Wietse Venema wrote:
> 
> > CSS:
> >> Hello,
> >> 
> >> I'm having trouble chasing down an occasional delay in our submission
> >> service.  We run policyd to enforce sending quotas, and I sometimes
> >> see a 1 minute to 2 minute delay between the "connect from?" line
> >> in the postix log and the line from cbpolicyd that lists the
> > 
> > 1) How many concurrent connections will the policy daemon handle?
> 
> Ah.  Thank you.
> 
> # Medium mailserver: 4, 4, 12, 25, 1000
> # Large mailserver: 8, 8, 16, 64, 1000
> #
> min_servers=4
> min_spare_servers=4
> max_spare_servers=12
> max_servers=25
> max_requests=1000
> 
> > 2) How many concurrent connections will the Postfix SMTP daemon handle?
> 
> smtpd_client_connection_count_limit = 50

The number of concurrent SMTP sessions is set in master.cf.

        Wietse

Reply via email to