I am hoping the issue is still not the same one that cropped up with SP1. Perhaps someone who is knowledgable about the undocumented way the quota system works can enlighten me.
As you can see below, quota warning is configured on the database and the user is configured to use database defaults, but the user doesn't receive warnings and doesn't appear to actually be using database defaults. This is true for any user/database I have looked at.
Is this simply a result of quota warnings not functioning when restrictions are undefined, as referenced in: ht**p://social.technet.microsoft.com/Forums/en-US/exchangesvradminlegacy/thread/a5eb2d04-0b41-4e82-84cb-76157d6712d3 ?
It's been 2 years and a service pack and a half later from the time the original issue cropped up. I assumed it had been resolved at some point.
According to documentation here: h**p://technet.microsoft.com/en-us/library/aa998353.aspx all should be right with the world.
From the top:
>Get-MailboxDatabase -identity *************| FL databasename, *quota*
ProhibitSendReceiveQuota : unlimited
ProhibitSendQuota : unlimited
RecoverableItemsQuota : 30 GB (32,212,254,720 bytes)
RecoverableItemsWarningQuota : 20 GB (21,474,836,480 bytes)
QuotaNotificationSchedule : {Sun.1:00 AM-Sun.1:15 AM, Mon.1:00 AM-Mon.1:15 AM, Tue.1:00 AM-Tue.1:15 AM, Wed.1:00 AM-Wed.1:15 AM, Thu.1:00 AM-Thu.1:15 AM, Fri.1:00 AM-Fri.1:15 AM, Sat.1:00 AM-Sat.1:15 AM}
IssueWarningQuota : 2 GB (2,147,483,648 bytes)
> Get-Mailbox -Identity ****** | select usedatabasequotadefaults
UseDatabaseQuotaDefaults
------------------------
True
> Get-Mailbox -identity ****** | fl *quota*
ProhibitSendQuota : unlimited
ProhibitSendReceiveQuota : unlimited
RecoverableItemsQuota : unlimited
RecoverableItemsWarningQuota : unlimited
UseDatabaseQuotaDefaults : True
IssueWarningQuota : unlimited
RulesQuota : 64 KB (65,536 bytes)
ArchiveQuota : unlimited
ArchiveWarningQuota : unlimited
The users are not receiving quota warnings. Anyone know their way around this issue?
Pardon the altered links, the system won't let me actual ones in yet.