28 Mar 2012 03:09
Re: Metermaid & Slowing a Spammer with credentials
You're using MeterMaid in your PORT_ACCESS mapping. That means that the probe to throttle the connections will be done at the time the connection is established. Since all of these enqueues happened over the period of about one and a half seconds, I'm thinking that they were the result of a single connection with multiple SMTP transactions within that connection. If you want to throttle based on SMTP transactions, then you can use a FROM_ACCESS mapping instead. You could do both, but then you'd double-count the first transaction within a connection (assuming you were to use the same table; using different throttle tables would avoid that problem). --Marc
RSS Feed