SM2Gen/html/mai-REC.html

189 lines
5.8 KiB
HTML

<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>
&quot;standard&quot;
[
[
&quot;Standard (SMTP)&quot;,
&quot;standard&quot;
],
[
&quot;ETRN (SMTP with client request)&quot;,
&quot;etrn&quot;
],
[
&quot;multi-drop&quot;,
&quot;multidrop&quot;
]
]
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>
[
[
&quot;Allow SSMTP (secure)&quot;,
&quot;publicSSL&quot;
],
[
&quot;Only allow insecure access&quot;,
&quot;public&quot;
],
[
&quot;Disabled&quot;,
&quot;disabled&quot;
]
]
&quot;public&quot;
&quot;disabled&quot;
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>
[
[
&quot;Allow public access&quot;,
&quot;public&quot;
],
[
&quot;Allow local access only&quot;,
&quot;local&quot;
],
[
&quot;Disabled&quot;,
&quot;disabled&quot;
]
]
&quot;public&quot;
&quot;public&quot;
&quot;public&quot;
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>