Email settings files plus lex string audit program spec
This commit is contained in:
79
html/mai-DEL.html
Normal file
79
html/mai-DEL.html
Normal file
@@ -0,0 +1,79 @@
|
||||
<div id='module' class='module emaildeliver-panel'>
|
||||
|
||||
|
||||
|
||||
<h1>E-mail settings</h1>
|
||||
|
||||
<form action="/smanager/emailsettingd" method="POST">
|
||||
|
||||
<h2>
|
||||
Unknown Users
|
||||
</h2>
|
||||
|
||||
Selecting Reject (recommended setting) will configure the server to only
|
||||
accept mail for valid email addresses (for example users, groups, pseudonyms).
|
||||
Mail for other addresses will be rejected.
|
||||
|
||||
<p><span class=label>
|
||||
E-mail to unknown users
|
||||
</span><span class=input>
|
||||
<select class="input" name="EmailUnknownUser"><option value="admin">Send to administrator</option><option selected value="returntosender">Reject</option><option value="abuse">Send to abuse</option><option value="admin_raidreport">Send to admin_raidreport</option><option value="anonymous">Send to anonymous</option><option value="brian.read">Send to brian.read</option><option value="brian_read">Send to brian_read</option><option value="brianr">Send to brianr</option><option value="mailer-daemon">Send to mailer-daemon</option><option value="postmaster">Send to postmaster</option></select>
|
||||
</span></p>
|
||||
|
||||
<!--<hr class='menubar' />-->
|
||||
<h2>
|
||||
Delegate mail servers
|
||||
</h2>
|
||||
|
||||
Your server includes a complete, full-featured e-mail server. However,
|
||||
if for some reason you wish to delegate e-mail processing to
|
||||
another system, specify the IP address of the delegate system
|
||||
here. For normal operation, leave this field blank.
|
||||
|
||||
<p><span class=label>
|
||||
Address of internal mail server
|
||||
</span><span class=input>
|
||||
<input class="input" name="DelegateMailServer" type="text" value="">
|
||||
</span></p>
|
||||
|
||||
<!--<hr class='sectionbar' />-->
|
||||
<h2>
|
||||
SMTP server
|
||||
</h2>
|
||||
|
||||
The server can deliver outgoing messages directly to their
|
||||
destination (recommended in most cases) or can deliver them via
|
||||
your Internet provider's SMTP server (recommended if you have an
|
||||
unreliable Internet connection or are using a residential Internet
|
||||
service). If using your Internet provider's SMTP server, specify
|
||||
its hostname or IP address below. Otherwise leave this field blank.
|
||||
|
||||
<p><span class=label>
|
||||
Address of Internet provider's mail server
|
||||
</span><span class=input>
|
||||
<input class="input" name="SMTPSmartHost" type="text" value="">
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
SMTP Authentication for Internet provider
|
||||
</span><span class=input>
|
||||
<select class="input" name="SMTPAUTHPROXY_status"><option selected value="disabled">Disabled</option><option value="enabled">Enabled</option></select>
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Mail server user id
|
||||
</span><span class=input>
|
||||
<input class="input" name="SMTPAUTHPROXY_Userid" type="text" value="">
|
||||
</span></p>
|
||||
|
||||
<p><span class=label>
|
||||
Mail server password
|
||||
</span><span class=input>
|
||||
<input class="input" name="SMTPAUTHPROXY_Passwd" type="password">
|
||||
</span></p>
|
||||
|
||||
<input class="action" type="submit" value="Save">
|
||||
|
||||
<input name="trt" type="hidden" value="DEL">
|
||||
</form>
|
||||
</div>
|
Reference in New Issue
Block a user