On Sun, Mar 25, 2012 at 12:13 AM, Masegaloeh <masegal...@gmail.com> wrote: > Hi all, > > First of all, sorry for my bad english.... :) > I would like to implement smtpd_client_*_count/rate_limit restrictions > in my box. But, when I look up the stats in my maillog (to determine > the limit), there is no such stats there. Furthermore, I find out that > there is no 'anvil process' in maillog. > > Also there is no anvil process running > # ps ax | grep anvil > 37094 0 S+ 0:00.00 grep anvil > > ====Mostly significant part of main.cf==== > anvil_rate_time_unit = 60 > anvil_status_update_time = 600s > smtpd_client_connection_rate_limit = 0 > smtpd_client_event_limit_exceptions = > ${smtpd_client_connection_limit_exceptions:$mynetworks} > smtpd_client_message_rate_limit = 0 > smtpd_client_new_tls_session_rate_limit = 0 > smtpd_client_recipient_rate_limit = 1111 > > # cat master.cf | grep anvil > anvil unix - - n - 1 anvil > > I have a box with similiar configuration and anvil was showed up in > there. This problem leaves me clueless. Any suggestions? > Thanks :) > -- Masegaloeh
Additional info: postfix_version = 2.9.1 Has anyone know how to trace this problem? :) Thanks -- Masegaloeh