On Mon, Jun 22, 2009 at 09:44:05AM -0700, Evan Platt wrote: > No, I really don't need / want anvil. My mail is sent to me from my > primary MX. My firewall is configured to only allow mail traffic from > a few IP's. So... really, no need for anvil. :)
Parameters to control anvil: smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks} smtpd_client_connection_count_limit = 50 smtpd_client_connection_rate_limit = 0 smtpd_client_message_rate_limit = 0 smtpd_client_new_tls_session_rate_limit = 0 smtpd_client_recipient_rate_limit = 0 Only the connection count limit is enabled by default. To disable it: smtpd_client_event_limit_exceptions = static:everyone Do not remove anvil from maser.cf. Just configure the SMTP server to not enforce any limits. -- 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.