| 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="POP3ServiceSettings.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.POP3ServiceSettings" %>
<asp:Content ID="CustomHeader" ContentPlaceHolderID="CustomHeader" runat="server">
<script type="text/javascript" language="javascript">
var oIPAccessDlg = null;
var oPortSettingsDlg = null;
function addAccessIP(event) {
event.preventDefault();
addIPToList('AccessControl', 'popIPAccessAddresses');
}
function removeAccessIP(event) {
event.preventDefault();
removeIPFromList('AccessControl', 'popIPAccessAddresses');
}
function ShowAccessIPs(event) {
event.preventDefault();
oIPAccessDlg.Show();
}
$(document).ready(function () {
ME_TabInit();
setActiveTab('tab1');
browserResize();
$('#FormAction').click(SubmitSettings);
//access button and dialog
$('#btnShowAccessIPs').click(ShowAccessIPs);
oIPAccessDlg = new Dialog("NewIPAccessDialog", 'Access IP Addresses', $("#divIPAccess"), { Width: 510 });
oIPAccessDlg.AddAction('OK', function () { oIPAccessDlg.Close() });
$('#btnAddIPAccess').click(addAccessIP);
$('#btnRemoveIPAccess').click(removeAccessIP);
});
</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>
</tr>
</table>
</div><!-- ME_Tab_table_shell -->
</div><!-- ME_Tab_table_outter -->
<div id="divIPAccess"><form id="AccessControl" name="AccessControl" action=""><%MailEnable.Utilities.WriteFormValidationField(Response, Session.SessionID, Session.Item("ME_VALIDATIONTOKEN"))%><table class="SettingsTable"><%=RenderSettings("popIPAccess popIPAccessAddresses")%><tr><td></td><td style='text-align: right'><button id="btnAddIPAccess">Add IP</button> <button id="btnRemoveIPAccess">Remove IP</button></td></tr></table></form></div>
<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>Port Settings</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("popListenPort")%>
<%=RenderSetting("popListenPortSSLEnabled")%>
<%=RenderSetting("popAlternatePortEnabled")%>
<%=RenderSetting("popAlternatePort")%>
<%=RenderSetting("popAlternatePortSSLEnabled")%>
<%=RenderSetting("popIPV6")%>
<%=RenderSetting("popbinding")%>
</table>
<br />
<h3>Security</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("popScrambleWelcomeEnabled")%>
<%=RenderSetting("popWelcomeMessage")%>
<tr><td>POP Access</td><td><button id='btnShowAccessIPs'>Access IPs..</button></td></tr>
</table>
<br />
<h3>Settings</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("popAPOPEnabled")%>
<%=RenderSetting("popAlternateLoginChars")%>
<%=RenderSetting("popClientTimeout")%>
<%=RenderSetting("popConcurrentAccessEnabled")%>
<%=RenderSetting("popExtensions")%>
<%=RenderSetting("popInboundMaximumHeaderLength")%>
<%=RenderSetting("popMaximumThreads")%>
</table>
</div> <!--END TAB 1-->
<div id="tab2_body" class="ME_Tab_shell"> <!--START TAB 2-->
<h3>Logging</h3>
<hr />
<table class="SettingsTable">
<%=RenderSetting("popActivityLogEnabled")%>
<%=RenderSetting("popActivityLogDirectory")%>
<%=RenderSetting("popDebugEnabled")%>
<%=RenderSetting("popDebugLogLevel")%>
<%=RenderSetting("popDebugLogFileDirectory")%>
</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><!-- popupWin_tab_body_shell -->
</asp:Content>