The OnSaving script of the EX0MailBox table changes the quota value:
' Behavior, when mailbox enters delete delay
If $[IsDeleted]:Bool$ And Not CType($XMarkedForDeletion[o]:Int$,XMarkedForDeletion)
.HasFlag(XMarkedForDeletion.Delayed) Then
Base.PutValue("HiddenFromAddressListsEnabled", True)
Base.PutValue("UseDatabaseQuotaDefaults", False)
Base.PutValue("ProhibitSendQuota", 1)
Base.PutValue("ProhibitSendReceiveQuota", 1)
Base.PutValue("MaxSendSize", 1)
Base.PutValue("MaxReceiveSize", 1)
End If
Please check in the Designer tool:
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center