Email settings files plus lex string audit program spec
This commit is contained in:
188
html/mai-REC.html
Normal file
188
html/mai-REC.html
Normal file
@@ -0,0 +1,188 @@
|
||||
<div id='module' class='module emailreceive-panel'>
|
||||
|
||||
|
||||
|
||||
<h1>E-mail settings</h1>
|
||||
|
||||
<form action="/smanager/emailsettingd" method="POST">
|
||||
|
||||
The e-mail retrieval mode can be set to
|
||||
standard (for dedicated Internet connections), ETRN (recommended
|
||||
for dialup connections), or multi-drop (for dialup connections if
|
||||
ETRN is not supported by your Internet provider). Note that
|
||||
multi-drop mode is the only option available when the server is
|
||||
configured in private server and gateway mode.
|
||||
|
||||
<p><span class=label>
|
||||
E-mail retrieval mode
|
||||
</span><span class=input>
|
||||
<!--
|
||||
<pre>
|
||||
"standard"
|
||||
|
||||
[
|
||||
[
|
||||
"Standard (SMTP)",
|
||||
"standard"
|
||||
],
|
||||
[
|
||||
"ETRN (SMTP with client request)",
|
||||
"etrn"
|
||||
],
|
||||
[
|
||||
"multi-drop",
|
||||
"multidrop"
|
||||
]
|
||||
]
|
||||
|
||||
standard
|
||||
</pre>
|
||||
-->
|
||||
<select class="input" name="FetchmailMethod"><option selected value="standard">Standard (SMTP)</option><option value="etrn">ETRN (SMTP with client request)</option><option value="multidrop">multi-drop</option></select>
|
||||
</span></p>
|
||||
|
||||
<br />
|
||||
SMTP port (25) main purpose is to receive emails from another server, STARTTLS is always offered, but auth if offered is only if STARTTLS is also used by client.
|
||||
<br />
|
||||
SMTPS port (465) will require implicit SSL/TLS then authenticate to send.
|
||||
<br />
|
||||
SMTP Submission port (587) will require STARTTLS, then authenticate to send.
|
||||
<br />
|
||||
|
||||
<p><span class=label>
|
||||
SMTP port 25 allow client to authenticate:
|
||||
</span><span class=input>
|
||||
<!--
|
||||
<pre>
|
||||
[
|
||||
[
|
||||
"Allow SSMTP (secure)",
|
||||
"publicSSL"
|
||||
],
|
||||
[
|
||||
"Only allow insecure access",
|
||||
"public"
|
||||
],
|
||||
[
|
||||
"Disabled",
|
||||
"disabled"
|
||||
]
|
||||
]
|
||||
|
||||
"public"
|
||||
|
||||
"disabled"
|
||||
|
||||
public
|
||||
</pre>
|
||||
-->
|
||||
<select class="input" name="SMTPAuth"><option value="publicSSL">Allow SSMTP (secure)</option><option selected value="public">Only allow insecure access</option><option value="disabled">Disabled</option></select>
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
SMTPS SSL/TLS auth: port 465 status:
|
||||
</span><span class=input>
|
||||
|
||||
<select class="input" name="sSMTPAuth"><option selected value="public">Allow public access</option><option value="local">Allow local access only</option><option value="disabled">Disabled</option></select>
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Submission port 587 status:
|
||||
</span><span class=input>
|
||||
<!--
|
||||
<pre>
|
||||
[
|
||||
[
|
||||
"Allow public access",
|
||||
"public"
|
||||
],
|
||||
[
|
||||
"Allow local access only",
|
||||
"local"
|
||||
],
|
||||
[
|
||||
"Disabled",
|
||||
"disabled"
|
||||
]
|
||||
]
|
||||
|
||||
"public"
|
||||
|
||||
"public"
|
||||
|
||||
"public"
|
||||
|
||||
public
|
||||
</pre>
|
||||
-->
|
||||
<select class="input" name="uSMTPAuth"><option selected value="public">Allow public access</option><option value="local">Allow local access only</option><option value="disabled">Disabled</option></select>
|
||||
</span></p>
|
||||
|
||||
<!--<hr class="sectionbar" />-->
|
||||
<h2>
|
||||
ETRN or multi-drop settings
|
||||
</h2>
|
||||
|
||||
For ETRN or multi-drop, specify the hostname or IP address of your
|
||||
secondary mail server. (If using the standard e-mail setup, this
|
||||
field can be left blank.)
|
||||
|
||||
<p><span class=label>
|
||||
Secondary mail server
|
||||
</span><span class=input>
|
||||
<input class="input" name="SecondaryMailServer" type="text" value="mail.myisp.xxx">
|
||||
</span></p>
|
||||
|
||||
For ETRN or multi-drop, you can control how frequently this server
|
||||
contacts your secondary e-mail server to fetch e-mail. More
|
||||
frequent connections mean that you receive your e-mail more
|
||||
quickly, but also cause Internet requests to be sent more often,
|
||||
possibly increasing your phone and Internet charges.
|
||||
|
||||
<p><span class=label>
|
||||
During office hours (8:00 AM to 6:00 PM) on weekdays
|
||||
</span><span class=input>
|
||||
<select class="input" name="FreqOffice"><option value="never">not at all</option><option value="every5min">Every 5 minutes</option><option selected value="every15min">Every 15 minutes</option><option value="every30min">Every 30 minutes</option><option value="everyhour">Every hour</option><option value="every2hrs">Every 2 hours</option></select>
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Outside office hours (6:00 PM to 8:00 AM) on weekdays
|
||||
</span><span class=input>
|
||||
<select class="input" name="FreqOutside"><option value="never">not at all</option><option value="every5min">Every 5 minutes</option><option selected value="every15min">Every 15 minutes</option><option value="every30min">Every 30 minutes</option><option value="everyhour">Every hour</option><option value="every2hrs">Every 2 hours</option></select>
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
During the weekend
|
||||
</span><span class=input>
|
||||
<select class="input" name="FreqWeekend"><option value="never">not at all</option><option value="every5min">Every 5 minutes</option><option selected value="every15min">Every 15 minutes</option><option value="every30min">Every 30 minutes</option><option value="everyhour">Every hour</option><option value="every2hrs">Every 2 hours</option></select>
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
POP user account (for multi-drop)
|
||||
</span><span class=input>
|
||||
<input class="input" name="SecondaryMailAccount" type="text" value="popaccount">
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
POP user password (for multi-drop)
|
||||
</span><span class=input>
|
||||
<input class="input" name="SecondaryMailPassword" type="password">
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Select sort method (for multi-drop)
|
||||
</span><span class=input>
|
||||
<select class="input" name="SpecifyHeader"><option selected value="off">Default</option><option value="on">Specify below</option></select>
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Select sort header (for multi-drop)
|
||||
</span><span class=input>
|
||||
<input class="input" name="SecondaryMailEnvelope" type="text" value>
|
||||
</span></p>
|
||||
|
||||
<input class="action" type="submit" value="Save">
|
||||
|
||||
<input name="trt" type="hidden" value="REC">
|
||||
</form>
|
||||
</div>
|
Reference in New Issue
Block a user