overwrite incorrect property "D_UserMailbox"
This commit is contained in:
parent
bce658a742
commit
f550548e05
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ Public Class Merak
|
|||
apiObject.SetProperty(MerakInterop.C_Config_UseDomainLimits, 1)
|
||||
|
||||
domainObject.SetProperty(MerakInterop.D_DisableLogin, IIf(domain.Enabled, 0, 1))
|
||||
domainObject.SetProperty("D_UnknownUsersType", domain.MaxMailboxSizeInMB)
|
||||
domainObject.SetProperty("D_UserMailbox", domain.MaxMailboxSizeInMB * 1024)
|
||||
|
||||
|
||||
'create abuse account mailbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue