On 21/10/14 10:20, [email protected] wrote: > I need to limit incoming smtp mail connections and defer > additional smtp connections whenever we have a peak of mail / spam. I > want to do this without limiting smtp auth connections as our users need > to be able to relay mail out via the exim servers all the time. Anyone > know how to achieve this with exim settings?
The version of exim you have matters. Look into the $smtp_count_at_connection_start and $load_average variables, and think about applying them in your mail-acl (so that you can test authentication status too). If auth only uses non-25, do it in a separated conn-acl. Look also at queue_only_load. -- 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/
