diff options
Diffstat (limited to 'securityLevel.html')
-rw-r--r-- | securityLevel.html | 67 |
1 files changed, 52 insertions, 15 deletions
diff --git a/securityLevel.html b/securityLevel.html index 23aee06..73783b0 100644 --- a/securityLevel.html +++ b/securityLevel.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="Installation with DrakX"> <link rel="up" href="index.html" title="Installation with DrakX"> <link rel="prev" href="soundConfig.html" title="Sound Configuration"> - <link rel="next" href="installUpdates.html" title="Updates"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> + <link rel="next" href="firewall.html" title="Firewall"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css"> <!-- body { font-family: sans-serif; font-size: 13px } table { font-family: sans-serif; font-size: 13px } @@ -22,31 +22,68 @@ </div> </div> </div> + + - - - - + + + + <p><span class="bold"><strong>Please choose the desired security + level</strong></span></p> - - <p><a name="securityLevel-pa1"></a>You can adjust your - security level here. + + <p><a name="securityLevel-pa1"></a>The default setting + ("standard") is OK for the average user. The alternative ("secure") setting + will create a highly protected system - for instance if the system is to be + used as a public server - normally you should leave this at the default + setting. </p> - - <p><a name="securityLevel-pa2"></a>Leave the default - settings as they are, if you don't know what to choose. + + <p><span class="bold"><strong>Security Administrator</strong></span></p> + + + <p><a name="securityLevel-pa2"></a>This item permits to configure + an email address to which the system will send <span class="emphasis"><em>security alert + messages</em></span> when it detects situations which require notification to + a system administrator. </p> - - <p><a name="securityLevel-pa3"></a>After install, it - will always be possible to adjust your security settings in the - <span class="guilabel">Security</span> part of the Mageia Control Center. + + <p>A good and easy-to-implement choice is to fill this field with + <user>@localhost - where <user> is the login name of the user + configured to receive these messages. </p> + + + <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Note"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="note.png"></td> + <th align="left"></th> + </tr> + <tr> + <td align="left" valign="top"> + + <p> The system sends such messages as <span class="bold"><strong>Unix + Mailspool messages</strong></span>, not as "ordinary" SMTP mail: this + user must therefore be configured for receiving such mail! + </p> + + </td> + </tr> + </table> + </div> + + <p><a name="securityLevel-pa3"></a>After install, it will always + be possible to adjust your security settings in the + <span class="guilabel">Security</span> part of the Mageia Control Center. + </p> + </div> </body> </html> |