| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Mail Enable/Bin/NETWebAdmin/Mondo/lang/sys/Forms/ |
Upload File : |
<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Mondo/lang/sys/Controls/Dialog.Master" CodeBehind="StoreServiceSettings.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.StoreServiceSettings" %>
<asp:Content ID="CustomHeader" ContentPlaceHolderID="CustomHeader" runat="server">
<script type="text/javascript" language="javascript">
$(document).ready(function () {
ME_TabInit();
setActiveTab('tab1');
browserResize();
});
$(document).ready(function () {
$('#FormAction').click(SubmitSettings);
});
</script></asp:Content>
<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="server">
<div class="popupWin_tab_body_shell">
<div id="TabContainer" class="ME_Tab_table_outter">
<div class="ME_Tab_table_shell">
<table class="ME_Tab_table" border="0" cellpadding="0" cellspacing="0">
<tr>
<th><span id="tab1" class="ME_Tab_button"><%=GetTranslation("[ME_TXT-General]")%></span></th>
<th><span id="tab2" class="ME_Tab_button">Logging</span></th>
<th><span id="tab3" class="ME_Tab_button">Advanced</span></th>
</tr>
</table>
</div><!-- ME_Tab_table_shell -->
</div><!-- ME_Tab_table_outter -->
<form id="Settings" name="Settings" action=""><%MailEnable.Utilities.WriteFormValidationField(Response, Session.SessionID, Session.Item("ME_VALIDATIONTOKEN"))%>
<div class="popupWin_content_scroll_tab" id="popupWin_content_scroll_js">
<div class="popupWin_content_scroll_tab_inner">
<div id="tab1_body" class="ME_Tab_shell"> <!--START TAB 1-->
<h3>Quotas</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("pocQuotaExceededNotificationMode")%>
<%=RenderSetting("pocPostmasterReceivesMailWhenQuotaExceeded")%>
<%=RenderSetting("pocQuotaEnumerationMode")%>
</table>
<br />
<h3>Auto Responder</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("pocAutoRespondersEnabled")%>
<%=RenderSetting("pocAutoResponderReplyMode")%>
</table>
<br />
<h3>General</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("pocNoNDRGeneration")%>
<%=RenderSetting("pocForceRemailing")%>
<%=RenderSetting("pocDeliveryEventAlways")%>
</table>
</div>
<div id="tab2_body" class="ME_Tab_shell"> <!--START TAB 1-->
<h3>Logging</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("pocDebugEnabled")%>
<%=RenderSetting("pocDebugLogLevel")%>
<%=RenderSetting("pocDebugLogFileDirectory")%>
<%=RenderSetting("pocActivityLogEnabled")%>
<%=RenderSetting("pocActivityLogDirectory")%>
</table>
</div>
<div id="tab3_body" class="ME_Tab_shell"> <!--START TAB 1-->
<h3>Delivery Events</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("pocProcessMailboxEvents")%>
<%=RenderSetting("pocMailboxDropEventCommandTimeOut")%>
<%=RenderSetting("pocProcessMailboxSpamFilters")%>
<%=RenderSetting("pocProcessMailboxRules")%>
</table>
<br />
<h3>Advanced</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("pocEnabled")%>
<%=RenderSetting("pocPollInterval")%>
<%=RenderSetting("pocPostPickupDelay")%>
<%=RenderSetting("pocMaximumPickupThreads")%>
<%=RenderSetting("pocPostDeliveryThreadCreationDelay")%>
</table>
</div>
</div><!-- popupWin_content_scroll_tab_inner-->
</div><!-- popupWin_content_scroll_tab -->
</form>
<!-- Footer Bttns -->
<div class="popupWin_tab_foot" id="popupWin_foot_bttns_js">
<button id="FormAction" class="ME_Button" style="cursor:pointer" name="action" type="submit">Save</button>
</div>
</div>
</asp:Content>