[email protected]:
> From what I can see in our logs, the transgressions that are logged
> only related to the worst offender in that time slot.  If that is
> the case, is there a way to read the other offenders, i.e. to read
> a complete list of connection counts, etc. for other clients that
> are exceeding the limits.

Postfix already logs the transgressions along with the number that
is in violation.

    Message delivery request rate limit exceeded: %d from %s for service %s
    Recipient address rate limit exceeded: %d from %s for service %s
    New TLS session rate limit exceeded: %d from %s for service %s
    Refusing STARTTLS request from %s for service %s
    Connection concurrency limit exceeded: %d from %s for service %s
    Connection rate limit exceeded: %d from %s for service %s

Where %d is the number that you are looking for.

        Wietse

Reply via email to