Email settings files plus lex string audit program spec
This commit is contained in:
137
html/mai-FRONT.html
Normal file
137
html/mai-FRONT.html
Normal file
@@ -0,0 +1,137 @@
|
||||
<div id='module' class='module emailsettings-panel'>
|
||||
|
||||
|
||||
|
||||
<h1>E-mail settings</h1>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<fieldset title='fred'>
|
||||
<legend>Change e-mail access settings</legend>
|
||||
<form action="/smanager/emailsettings" method="POST">
|
||||
<p><span class=label>
|
||||
POP3 server access
|
||||
</span><span class=data2>
|
||||
Allow access only from local networks
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
IMAP server access
|
||||
</span><span class=data2>
|
||||
Allow access only from local networks
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Webmail access
|
||||
</span><span class=data2>
|
||||
Allow HTTPS (secure)
|
||||
</span></p>
|
||||
|
||||
<br>
|
||||
<div class='center'>
|
||||
<input class="action" type="submit" value="Modify">
|
||||
</div>
|
||||
|
||||
<input name="trt" type="hidden" value="ACC">
|
||||
</form> </fieldset>
|
||||
<br>
|
||||
|
||||
|
||||
<fieldset>
|
||||
<legend>Change e-mail filtering settings</legend>
|
||||
<form action="/smanager/emailsettings" method="POST">
|
||||
<p><span class=label>
|
||||
Virus scanning
|
||||
</span><span class=data2>
|
||||
Enabled
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Spam filtering
|
||||
</span><span class=data2>
|
||||
Disabled
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Executable content blocking
|
||||
</span><span class=data2>
|
||||
Disabled
|
||||
</span></p>
|
||||
|
||||
<br>
|
||||
<div class='center'>
|
||||
<input class="action" type="submit" value="Modify">
|
||||
</div>
|
||||
|
||||
<input name="trt" type="hidden" value="FIL">
|
||||
</form> </fieldset>
|
||||
<br>
|
||||
|
||||
<fieldset>
|
||||
<legend>Change e-mail reception settings</legend>
|
||||
<form action="/smanager/emailsettings" method="POST">
|
||||
<p><span class=label>
|
||||
E-mail retrieval mode
|
||||
</span><span class=data2>
|
||||
standard
|
||||
</span></p>
|
||||
|
||||
|
||||
<p><span class=label>
|
||||
SMTP port 25 allow client to authenticate:
|
||||
</span><span class=data2>
|
||||
Only allow insecure access
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
SMTPS SSL/TLS auth: port 465 status:
|
||||
</span><span class=data2>
|
||||
Allow public access
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Submission port 587 status:
|
||||
</span><span class=data2>
|
||||
Allow public access
|
||||
</span></p>
|
||||
<br />
|
||||
|
||||
<div class='center'>
|
||||
<input class="action" type="submit" value="Modify">
|
||||
</div>
|
||||
|
||||
<input name="trt" type="hidden" value="REC">
|
||||
</form> </fieldset>
|
||||
<br>
|
||||
|
||||
<fieldset>
|
||||
<legend>Change e-mail delivery settings</legend>
|
||||
<form action="/smanager/emailsettings" method="POST">
|
||||
<p><span class=label>
|
||||
E-mail to unknown users
|
||||
</span><span class=data2>
|
||||
Reject
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Address of internal mail server
|
||||
</span><span class=data2>
|
||||
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Address of Internet provider's mail server
|
||||
</span><span class=data2>
|
||||
|
||||
</span></p>
|
||||
|
||||
<br>
|
||||
<div class='center'>
|
||||
<input class="action" type="submit" value="Modify">
|
||||
</div>
|
||||
|
||||
<input name="trt" type="hidden" value="DEL">
|
||||
</form> </fieldset>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user