On 28/04/17 00:02, Kevin Bowen via Users wrote:
> Hello,
> In the default cluebringer.conf (at least the one that came with the
> rpm version I installed), all of the options under "Preforking
> configuration", i.e. min_servers etc, were commented out. When I ran
> in this configuration, my postfix logs showed a large number of mails
> being rejected with "451 Server configuration problem", apparently
> because under load postfix was unable to contact a cbpolicyd instance.
> I uncommented all those directives and set them to the recommended
> "large server" values (8, 8, 16, 64, 1000), and that seems to have
> resolved the problem. I'm just wondering though, what values does
> policyd use for those settings when they're not specified in
> cluebringer.conf - i.e. what values was I using before when I was
> leaving them commented out?
>

The defaults are defined in Net::Server::Prefork, according to the
manpage...

           Key                 Value                   Default
           min_servers         \d+                     5
           min_spare_servers   \d+                     2
           max_spare_servers   \d+                     10
           max_servers         \d+                     50
           max_requests        \d+                     1000


-N
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org

Reply via email to