haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
5.02k stars 662 forks source link

How to set different user limit for different users #1192

Closed vivek779 closed 8 years ago

vivek779 commented 8 years ago

hello i was trying to set rate_limit for diffrent users i have added rate_limit plugins into my haraka server bt it setting limit for all users on the server which i have created not specific users could anyone please guide me how to do this

Dexus commented 8 years ago

in the same way as the login in #1188 but with the limits and not the password. btw you need also a redis server.