I have some simple postfwd rules that count the number of emails being sent per hour/day per sasl account (and reject once a limit is reached).
I'm not sure how best to implement that though, Should I just have the following in master.cf? So if an account sent a CC to [n] addresses, the rules would be evaluated [n] times? submission inet n - n - - smtpd ... current configs here... -o { smtpd_recipient_restrictions = check_policy_service inet:127.0.0.1:10040 permit_sasl_authenticated } Thanks for any help. Jonathan
_______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org