Link to home
Start Free TrialLog in
Avatar of CiscoAzn
CiscoAznFlag for United States of America

asked on

System email alerts when exceeding email size limit

We will soon be implementing an email retention policy with max 2GB limit. Is there a configuration where if a user is near his email size limits that an email is sent to him alerting that he is near or passing his threshold?
Avatar of Frosty555
Frosty555
Flag of Canada image

The behavior for notifications (and for disabling the mailbox's ability to send and receive once it passes the limit) are defined in the Storage Quota settings.

http://technet.microsoft.com/en-us/library/bb201753(v=exchg.80).aspx

Email retention policies are not based on size, they are based on age. At least as far as I am aware of.
ASKER CERTIFIED SOLUTION
Avatar of S_K_S
S_K_S

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can always use the quota settings to alert the users. However these will alert during the daily maintenance when checked for limits set against the occupied capacity.

I think based on you requirement, it is suffecient I believe. Techies already pointed the related article references.

However if you want users to be alerted at an interval otherthan maintenance and for a limit different than default quota limits set at mailbox/database level, you may create a powershell script, which runs to check the mailbox sizes against a value you want to alert for. And for each user if violated, to shoot an email.
Avatar of CiscoAzn

ASKER

This will be a global setting on the quotas on the database level to all users. Instead of the default warning interval which only occurs once a day is there a way for users to receive this warning notification as soon as they hit the threshold?
Avatar of S_K_S
S_K_S

It may be changed per your requirement by selecting the specific hours you want it to run. However it is not a good idea to make it run 24X7 as the article also does not recommend that way
Hi,
you can use "Issue Warning at" option to set the alert using belwo given link.

http://technet.microsoft.com/en-us/library/bb201753(v=exchg.80).aspx

Diwakar
Yes you can do, however it has to be through a script which should compare the sizes at that point to your expected threshold alert limit. If matches the limit, send an email to that user.  This script can be configured any number of times in the day you want, based on your resource capacity. :)

As far as the (database) maintenance window is concernede, its not recommended to schedule multiple times a day, as its job is not just to compare the mailbox threshold, but many tasks. if changed, will drastically degrade your servers' performance.