Example policyd configuration to rate limit emails going to external domains

From Notes_Wiki
Revision as of 10:31, 14 July 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 6.x > Zimbra Policyd configuration > Example policyd configuration to rate limit emails going to external domains

To rate limit emails going to external domains use:

  1. Create Policy Group named 'company_domain'. Add various members with @<domain>.
  2. Create Policy External email. Add member with source %company_domain and destination !%company_domain
  3. Create Quota 'External email' which tracks SASLUsername with period 3600 and verdict DEFER
  4. Add limit to Quota of type MessageCount with CounterLimit 3
  5. Enable Quota Limit, Quota, Policy Group, Policy Group members, Policy members and Policy.
  6. Test by sending five emails from company to any external domain from Zimbra


Home > CentOS > CentOS 6.x > Zimbra Policyd configuration > Example policyd configuration to rate limit emails going to external domains