Am 24.09.2014 um 18:45 schrieb LuKreme:
> Not sure if this is even a postfix question, but let's say for the sake of 
> argument I want to set the following limits for user accounts:
> 
> 1) maximum 100 mails in x minutes

not per user but per client IP

anvil_rate_time_unit = 1800s
smtpd_client_connection_rate_limit = 50
smtpd_client_recipient_rate_limit = 400

see below - 50 connections and up to
40 RCPT per client IP and 30 minutes

> 2) maximum 1000 mails per day

see above, but you need to chose

> 3) maximum X MB output per day

out of scope

> 4) exclude some users (for example, mailman)

use a different port with different settings in master.cf




Reply via email to