On Fri, Oct 16, 2009 at 06:11:19PM +0200, Len Conrad wrote:

> postconf mail_version
> mail_version = 2.3-20060126
> 
> postconf | egrep smtpd_client_connection_rate_limit
> smtpd_client_connection_rate_limit = 0

This is the default value. To disable anvil in an otherwise default
configuration:

        smtpd_client_connection_rate_limit = 0
        smtpd_client_connection_count_limit = 50
        smtpd_client_message_rate_limit = 0
        smtpd_client_recipient_rate_limit = 0
        smtpd_client_new_tls_session_rate_limit = 0

change the *count* limit from 50 to zero.

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majord...@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to