Permission problem solved and UI-fix for IceWarp provider

This commit is contained in:
Olov Karlsson 2014-11-11 14:00:02 +01:00
parent 2569e55609
commit 804a04c156
5 changed files with 15 additions and 28 deletions

View file

@ -368,6 +368,10 @@ namespace WebsitePanel.Providers.Mail
#region IceWarp
public bool UseDomainDiskQuota { get; set; }
public bool UseDomainLimits { get; set; }
public bool UseUserLimits { get; set; }
public int MegaByteSendLimit { get; set; }
public int NumberSendLimit { get; set; }