How to disable Qtree quota notification emails in Active IQ Unified Manager
Applies to
- Active IQ Unified Manager (AIQUM) 9.x and above
- All deployment types (OVA, Linux, Windows)
Answer
- AIQUM sends quota emails only if an email address is generated by rules.
-
If no rule matches, a default rule is used.
-
To disable Qtree quota notification emails:
- Remove all rules, or
- Replace them with a rule that returns invalid or empty emails:
if($QUOTA_TYPE=='qtree') then NO_EMAIL
