This commit is contained in:
Virtuworks 2014-11-17 18:11:22 -05:00
commit c6502b682b
3 changed files with 7 additions and 2 deletions

View file

@ -4790,6 +4790,10 @@ namespace WebsitePanel.Providers.HostedSolution
}
CheckOrganizationRootPublicFolderPermission(runSpace, organizationId);
// exchange transport needs access to create new items in order to deliver email
AddPublicFolderClientPermission(runSpace, folder, "Anonymous", "CreateItems");
}
finally
{

View file

@ -292,3 +292,4 @@ UL.ActionButtons LI {margin-bottom: 12px;}
p.warningText {font-size:14px; color:Red; text-align:center;}
.Hidden {display: none;}
.LinkText {color:#428bca;}
.WrapText { white-space: normal;}

View file

@ -28,7 +28,7 @@
</tr>
<tr>
<td class="Normal">
<div class="Small" style="padding-top: 10px;">
<div class="Small WrapText" style="padding-top: 10px;">
<asp:Label ID="lblIgnoreGlobalDNSRecords" runat="server" meta:resourcekey="lblIPHelp2" Text="If you need your site..."></asp:Label>
</div>
</td>