On Thu, Oct 02, 2008 at 01:48:40PM -0400, Eddy Beliveau wrote: > Hi! > > I'm using postfix 2.5.4 and it works great :-) > > I'm using the following parameters to limit traffic on my server: > > smtpd_client_connection_rate_limit = 10 > anvil_rate_time_unit = 60s > smtpd_client_event_limit_exceptions not defined, so default=$mynetworks > > I know that any client registered in > "smtpd_client_event_limit_exceptions" are excluded from this restriction > > I would like to exclude some senders based on their sender email > address, NOT on their IP address . > > Can it be done ?
No, anvil constraints are imposed at 220 banner time, and the sender is not known at that point. In order to find the sender, you need to allow the client to tie up a connection, which makes the control useless. -- 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:[EMAIL PROTECTED]> 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.