zone-eu / zone-mta

📤 Modern outbound MTA cross platform and extendable server application
European Union Public License 1.2
599 stars 96 forks source link

Quota for sender domain or user #353

Open pydubreucq opened 11 months ago

pydubreucq commented 11 months ago

Hi, Do you know if it’s possible to limit sending with quota by user or from domain ? Thanks by advance Pierre-Yves

andris9 commented 11 months ago

You would have to keep tabs on the usage yourself somehow, eg create a plugin that counts messages sent by domain and if the count gets too high, start rejecting messages.