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

        Wietse

Reply via email to