Steffen Nurpmeso:
> Wietse Venema wrote in
> <[email protected]>:
> |natan:
> |> Hi
> |> I have one specific question
> |>
> |> in main.cf i have:
> |> ...
> |> smtpd_hard_error_limit = 5
> |> smtpd_soft_error_limit = 2
> |> ...
> |>
> |> It is possible to change number *_error_limit for one IP ?
> |
> |This is not per client configurable. I suggest that you use the Postfix
> |defaults.
> |
> |$ postconf -d smtpd_hard_error_limit smtpd_soft_error_limit
> |smtpd_hard_error_limit = ${stress?{1}:{20}}
> |smtpd_soft_error_limit = 10
>
> It would be interesting to know how these numbers "come".
These limits are part of a Postfix safety net. The defaults
are chosen such that they won't affect most normal traffic.
Wietse