On 28/09/16 03:00, [email protected] wrote: > I have defer ACL in "acl_smtp_connect" to reject connections from all > IPs except one if total number of connections is above some number. This > is working well. > > But I tried to add option: -connection_reject in log_selector to avoid > adding such information to mainlog and rejectlog: > > temporarily rejected connection in "connect" ACL > > -connection_reject in log_selector does not help in my situation - this
It looks like, currently, the log_selector is only applied to the logging done by the "direct" policy control options, and not by the result of the acl_smtp_connect ACL. This looks like a bug. For now, could you use smtp_accept_max, smtp_accept_reserve and smtp_reserve_hosts instead of the ACL coding? -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
