]> git.piffa.net Git - doc/.git/blobdiff - servizi.html
Aggiunti i nuovi stili css e poco piu'
[doc/.git] / servizi.html
index 196e3149f268f312194828338bce15f654446f2e..3ed705afbc754123757c39d9b2a523e0a969648b 100644 (file)
   <style type="text/css">
 
   /*
-  :Author: David Goodger (goodger@python.org)
-  :Id: $Id: html4css1.css 5196 2007-06-03 20:25:28Z wiemann $
-  :Copyright: This stylesheet has been placed in the public domain.
-
-  Default cascading style sheet for the HTML output of Docutils.
-
-  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
-  customize this style sheet.
+  Author: Peter Parente
+  Date: 2008/01/22
+  Version: 1.0
+  Copyright: This stylesheet has been placed in the public domain - free to edit and use for all uses.
   */
 
-  /* used to remove borders from tables and images */
-  .borderless, table.borderless td, table.borderless th {
-  border: 0 }
+  body {
+  font: 100% sans-serif;
+  background: #ffffff;
+  color: black;
+  margin: 2em;
+  padding: 0em 2em;
+  }
 
-  table.borderless td, table.borderless th {
-  /* Override padding for "table.docutils td" with "! important".
-     The right padding separates the table cells. */
-  padding: 0 0.5em 0 0 ! important }
-
-  .first {
-  /* Override more specific margin styles with "! important". */
-  margin-top: 0 ! important }
+  p.topic-title {
+  font-weight: bold;
+  }
 
-  .last, .with-subtitle {
-  margin-bottom: 0 ! important }
+  table.docinfo {
+  text-align: left;
+  margin: 2em 0em;
+  }
 
-  .hidden {
-  display: none }
+  a[href] {
+  color: #436976;
+  background-color: transparent;
+  }
 
   a.toc-backref {
-  text-decoration: none ;
-  color: black }
-
-  blockquote.epigraph {
-  margin: 2em 5em ; }
-
-  dl.docutils dd {
-  margin-bottom: 0.5em }
-
-  /* Uncomment (and remove this text!) to get bold-faced definition list terms
-  dl.docutils dt {
-  font-weight: bold }
-  */
-
-  div.abstract {
-  margin: 2em 5em }
-
-  div.abstract p.topic-title {
-  font-weight: bold ;
-  text-align: center }
-
-  div.admonition, div.attention, div.caution, div.danger, div.error,
-  div.hint, div.important, div.note, div.tip, div.warning {
-  margin: 2em ;
-  border: medium outset ;
-  padding: 1em }
-
-  div.admonition p.admonition-title, div.hint p.admonition-title,
-  div.important p.admonition-title, div.note p.admonition-title,
-  div.tip p.admonition-title {
-  font-weight: bold ;
-  font-family: sans-serif }
-
-  div.attention p.admonition-title, div.caution p.admonition-title,
-  div.danger p.admonition-title, div.error p.admonition-title,
-  div.warning p.admonition-title {
-  color: red ;
-  font-weight: bold ;
-  font-family: sans-serif }
-
-  /* Uncomment (and remove this text!) to get reduced vertical space in
-   compound paragraphs.
-  div.compound .compound-first, div.compound .compound-middle {
-  margin-bottom: 0.5em }
-
-  div.compound .compound-last, div.compound .compound-middle {
-  margin-top: 0.5em }
-  */
-
-  div.dedication {
-  margin: 2em 5em ;
-  text-align: center ;
-  font-style: italic }
-
-  div.dedication p.topic-title {
-  font-weight: bold ;
-  font-style: normal }
-
-  div.figure {
-  margin-left: 2em ;
-  margin-right: 2em }
-
-  div.footer, div.header {
-  clear: both;
-  font-size: smaller }
-
-  div.line-block {
-  display: block ;
-  margin-top: 1em ;
-  margin-bottom: 1em }
-
-  div.line-block div.line-block {
-  margin-top: 0 ;
-  margin-bottom: 0 ;
-  margin-left: 1.5em }
-
-  div.sidebar {
-  margin: 0 0 0.5em 1em ;
-  border: medium outset ;
-  padding: 1em ;
-  background-color: #ffffee ;
-  width: 40% ;
-  float: right ;
-  clear: right }
-
-  div.sidebar p.rubric {
-  font-family: sans-serif ;
-  font-size: medium }
-
-  div.system-messages {
-  margin: 5em }
-
-  div.system-messages h1 {
-  color: red }
-
-  div.system-message {
-  border: medium outset ;
-  padding: 1em }
-
-  div.system-message p.system-message-title {
-  color: red ;
-  font-weight: bold }
-
-  div.topic {
-  margin: 2em }
+  text-decoration: none;
+  }
+
+  h1 a[href] {
+  color: #003a6b;
+  text-decoration: none;
+  background-color: transparent;
+  }
+
+  a.strong {
+  font-weight: bold;
+  }
+
+  img {
+  margin: 0;
+  border: 0;
+  }
+
+  p {
+  margin: 0.5em 0 1em 0;
+  line-height: 1.5em;
+  }
+
+  p a:visited {
+  color: purple;
+  background-color: transparent;
+  }
+
+  p a:active {
+  color: red;
+  background-color: transparent;
+  }
+
+  a:hover {
+  text-decoration: none;
+  }
+
+  p img {
+  border: 0;
+  margin: 0;
+  }
 
-  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
-  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
-  margin-top: 0.4em }
+  p.rubric {
+  font-weight: bold;
+  font-style: italic;
+  }
 
   h1.title {
-  text-align: center }
+  color: #003a6b;
+  font-size: 250%;
+  margin-bottom: 0em;
+  }
 
   h2.subtitle {
-  text-align: center }
-
-  hr.docutils {
-  width: 75% }
-
-  img.align-left {
-  clear: left }
-
-  img.align-right {
-  clear: right }
-
-  ol.simple, ul.simple {
-  margin-bottom: 1em }
-
-  ol.arabic {
-  list-style: decimal }
+  color: #003a6b;
+  border-bottom: 0px;
+  }
+
+  h1, h2, h3, h4, h5, h6 {
+  color: #555;
+  background-color: transparent;
+  margin: 0em;
+  padding-top: 0.5em;
+  }
+
+  h1 {
+  font-size: 160%;
+  margin-bottom: 0.5em;
+  border-bottom: 2px solid #aaa;
+  }
+
+  h2 {
+  font-size: 140%;
+  margin-bottom: 0.5em;
+  border-bottom: 1px solid #aaa;
+  }
+
+  h3 {
+  font-size: 130%;
+  margin-bottom: 0.5em;
+  }
+
+  h4 {
+  font-size: 110%;
+  font-weight: bold;
+  margin-bottom: 0.5em;
+  }
+
+  h5 {
+  font-size: 105%;
+  font-weight: bold;
+  margin-bottom: 0.5em;
+  }
+
+  h6 {
+  font-size: 100%;
+  font-weight: bold;
+  margin-bottom: 0.5em;
+  }
+
+  dt {
+  font-style: italic;
+  }
+
+  dd {
+  margin-bottom: 1.5em;
+  }
+
+  div.admonition, div.note, div.tip, div.caution, div.important {
+  margin: 2em 2em;
+  padding: 0em 1em;
+  border-top: 1px solid #aaa;
+  border-left: 1px solid #aaa;
+  border-bottom: 2px solid #555;
+  border-right: 2px solid #555;
+  }
+
+  div.important {
+  background: transparent url('../images/important.png') 10px 2px no-repeat;
+  }
+
+  div.caution {
+  background: transparent url('../images/caution.png') 10px 2px no-repeat;
+  }
+
+  div.note {
+  background: transparent url('../images/note.png') 10px 2px no-repeat;
+  }
+
+  div.tip {
+  background: transparent url('../images/tip.png') 10px 2px no-repeat;
+  }
+
+  div.admonition-example {
+  background: transparent url('../images/tip.png') 10px 2px no-repeat;
+  }
+
+  div.admonition-critical-example {
+  background: transparent url('../images/important.png') 10px 2px no-repeat;
+  }
+
+  p.admonition-title {
+  font-weight: bold;
+  border-bottom: 1px solid #aaa;
+  padding-left: 30px;
+  }
 
-  ol.loweralpha {
-  list-style: lower-alpha }
-
-  ol.upperalpha {
-  list-style: upper-alpha }
-
-  ol.lowerroman {
-  list-style: lower-roman }
-
-  ol.upperroman {
-  list-style: upper-roman }
-
-  p.attribution {
-  text-align: right ;
-  margin-left: 50% }
+  table.docutils {
+  text-align: left;
+  border: 1px solid gray;
+  border-collapse: collapse;
+  width: 100%;
+  margin: 1.5em 0em;
+  }
 
-  p.caption {
-  font-style: italic }
+  table.docutils caption {
+  font-style: italic;
+  }
 
-  p.credits {
-  font-style: italic ;
-  font-size: smaller }
+  table.docutils td, table.docutils th {
+  padding: 0.25em 0.5em;
+  }
 
-  p.label {
-  white-space: nowrap }
+  table.docutils th {
+  background-color: #dddddd;
+  }
 
-  p.rubric {
-  font-weight: bold ;
-  font-size: larger ;
-  color: maroon ;
-  text-align: center }
+  div.sidebar {
+  width: 33%;
+  float: right;
+  margin: 0em 2em;
+  padding: 0em 1em;
+  border-top: 1px solid #aaa;
+  border-left: 1px solid #aaa;
+  border-bottom: 2px solid #555;
+  border-right: 2px solid #555;
+  }
 
   p.sidebar-title {
-  font-family: sans-serif ;
-  font-weight: bold ;
-  font-size: larger }
+  margin-bottom: 0em;
+  color: #003a6b;
+  border-bottom: 1px solid #aaa;
+  font-weight: bold;
+  }
 
   p.sidebar-subtitle {
-  font-family: sans-serif ;
-  font-weight: bold }
-
-  p.topic-title {
-  font-weight: bold }
-
-  pre.address {
-  margin-bottom: 0 ;
-  margin-top: 0 ;
-  font-family: serif ;
-  font-size: 100% }
-
-  pre.literal-block, pre.doctest-block {
-  margin-left: 2em ;
-  margin-right: 2em }
-
-  span.classifier {
-  font-family: sans-serif ;
-  font-style: oblique }
-
-  span.classifier-delimiter {
-  font-family: sans-serif ;
-  font-weight: bold }
-
-  span.interpreted {
-  font-family: sans-serif }
-
-  span.option {
-  white-space: nowrap }
-
-  span.pre {
-  white-space: pre }
-
-  span.problematic {
-  color: red }
-
-  span.section-subtitle {
-  /* font-size relative to parent (h1..h6 element) */
-  font-size: 80% }
-
-  table.citation {
-  border-left: solid 1px gray;
-  margin-left: 1px }
-
-  table.docinfo {
-  margin: 2em 4em }
-
-  table.docutils {
-  margin-top: 0.5em ;
-  margin-bottom: 0.5em }
-
-  table.footnote {
-  border-left: solid 1px black;
-  margin-left: 1px }
-
-  table.docutils td, table.docutils th,
-  table.docinfo td, table.docinfo th {
-  padding-left: 0.5em ;
-  padding-right: 0.5em ;
-  vertical-align: top }
-
-  table.docutils th.field-name, table.docinfo th.docinfo-name {
-  font-weight: bold ;
-  text-align: left ;
-  white-space: nowrap ;
-  padding-left: 0 }
-
-  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
-  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
-  font-size: 100% }
-
-  ul.auto-toc {
-  list-style-type: none }
+  margin-top: 0em;
+  font-style: italic;
+  color: #003a6b;
+  }
 
   </style>
 </head>
         </li>
 
         <li>
-          <a class="reference internal" href="#firewall" id="id69"
-          name="id69">7&nbsp;&nbsp;&nbsp;Firewall</a>
+          <a class="reference internal" href=
+          "#server-di-posta-postfix" id="id69" name=
+          "id69">7&nbsp;&nbsp;&nbsp;Server di posta: Postfix</a>
+
+          <ul class="auto-toc">
+            <li>
+              <a class="reference internal" href="#imap-e-pop" id=
+              "id70" name="id70">7.1&nbsp;&nbsp;&nbsp;Imap e
+              pop</a>
+
+              <ul class="auto-toc">
+                <li><a class="reference internal" href=
+                "#web-client" id="id71" name=
+                "id71">7.1.1&nbsp;&nbsp;&nbsp;Web client</a></li>
+              </ul>
+            </li>
+          </ul>
+        </li>
+
+        <li>
+          <a class="reference internal" href="#firewall" id="id72"
+          name="id72">8&nbsp;&nbsp;&nbsp;Firewall</a>
 
           <ul class="auto-toc">
             <li><a class="reference internal" href="#links" id=
-            "id70" name="id70">7.1&nbsp;&nbsp;&nbsp;Links</a></li>
+            "id73" name="id73">8.1&nbsp;&nbsp;&nbsp;Links</a></li>
 
             <li><a class="reference internal" href="#ipfilter" id=
-            "id71" name=
-            "id71">7.2&nbsp;&nbsp;&nbsp;Ipfilter</a></li>
+            "id74" name=
+            "id74">8.2&nbsp;&nbsp;&nbsp;Ipfilter</a></li>
 
             <li>
               <a class="reference internal" href=
-              "#progettazione-di-un-firewall" id="id72" name=
-              "id72">7.3&nbsp;&nbsp;&nbsp;Progettazione di un
+              "#progettazione-di-un-firewall" id="id75" name=
+              "id75">8.3&nbsp;&nbsp;&nbsp;Progettazione di un
               firewall</a>
 
               <ul class="auto-toc">
                 <li><a class="reference internal" href=
-                "#collocazione" id="id73" name=
-                "id73">7.3.1&nbsp;&nbsp;&nbsp;Collocazione</a></li>
+                "#collocazione" id="id76" name=
+                "id76">8.3.1&nbsp;&nbsp;&nbsp;Collocazione</a></li>
 
                 <li><a class="reference internal" href=
-                "#policy-di-default" id="id74" name=
-                "id74">7.3.2&nbsp;&nbsp;&nbsp;Policy di
+                "#policy-di-default" id="id77" name=
+                "id77">8.3.2&nbsp;&nbsp;&nbsp;Policy di
                 default</a></li>
 
                 <li><a class="reference internal" href="#hardware"
-                id="id75" name=
-                "id75">7.3.3&nbsp;&nbsp;&nbsp;Hardware</a></li>
+                id="id78" name=
+                "id78">8.3.3&nbsp;&nbsp;&nbsp;Hardware</a></li>
               </ul>
             </li>
 
             <li><a class="reference internal" href=
             "#percorso-dei-pacchetti-tra-tabelle-e-catene" id=
-            "id76" name="id76">7.4&nbsp;&nbsp;&nbsp;Percorso dei
+            "id79" name="id79">8.4&nbsp;&nbsp;&nbsp;Percorso dei
             pacchetti tra tabelle e catene</a></li>
 
             <li>
               <a class="reference internal" href=
-              "#concetti-di-base" id="id77" name=
-              "id77">7.5&nbsp;&nbsp;&nbsp;Concetti di base</a>
+              "#concetti-di-base" id="id80" name=
+              "id80">8.5&nbsp;&nbsp;&nbsp;Concetti di base</a>
 
               <ul class="auto-toc">
                 <li><a class="reference internal" href=
-                "#tabelle-catene-regole" id="id78" name=
-                "id78">7.5.1&nbsp;&nbsp;&nbsp;Tabelle, catene,
+                "#tabelle-catene-regole" id="id81" name=
+                "id81">8.5.1&nbsp;&nbsp;&nbsp;Tabelle, catene,
                 regole</a></li>
 
                 <li><a class="reference internal" href="#match" id=
-                "id79" name=
-                "id79">7.5.2&nbsp;&nbsp;&nbsp;Match</a></li>
+                "id82" name=
+                "id82">8.5.2&nbsp;&nbsp;&nbsp;Match</a></li>
 
                 <li><a class="reference internal" href="#targets"
-                id="id80" name=
-                "id80">7.5.3&nbsp;&nbsp;&nbsp;Targets</a></li>
+                id="id83" name=
+                "id83">8.5.3&nbsp;&nbsp;&nbsp;Targets</a></li>
               </ul>
             </li>
 
             <li><a class="reference internal" href=
-            "#tabella-filter" id="id81" name=
-            "id81">7.6&nbsp;&nbsp;&nbsp;Tabella Filter</a></li>
+            "#tabella-filter" id="id84" name=
+            "id84">8.6&nbsp;&nbsp;&nbsp;Tabella Filter</a></li>
 
             <li><a class="reference internal" href=
-            "#flush-automatico-per-macchine-remote" id="id82" name=
-            "id82">7.7&nbsp;&nbsp;&nbsp;Flush automatico per
+            "#flush-automatico-per-macchine-remote" id="id85" name=
+            "id85">8.7&nbsp;&nbsp;&nbsp;Flush automatico per
             macchine remote</a></li>
 
             <li><a class="reference internal" href=
-            "#gestione-regole-rules" id="id83" name=
-            "id83">7.8&nbsp;&nbsp;&nbsp;Gestione regole
+            "#gestione-regole-rules" id="id86" name=
+            "id86">8.8&nbsp;&nbsp;&nbsp;Gestione regole
             (rules)</a></li>
 
             <li>
               <a class="reference internal" href=
-              "#salvataggio-regole" id="id84" name=
-              "id84">7.9&nbsp;&nbsp;&nbsp;Salvataggio regole</a>
+              "#salvataggio-regole" id="id87" name=
+              "id87">8.9&nbsp;&nbsp;&nbsp;Salvataggio regole</a>
 
               <ul class="auto-toc">
                 <li><a class="reference internal" href=
-                "#iptables-save" id="id85" name=
-                "id85">7.9.1&nbsp;&nbsp;&nbsp;Iptables-save</a></li>
+                "#iptables-save" id="id88" name=
+                "id88">8.9.1&nbsp;&nbsp;&nbsp;Iptables-save</a></li>
 
                 <li><a class="reference internal" href=
-                "#iptables-restore" id="id86" name=
-                "id86">7.9.2&nbsp;&nbsp;&nbsp;Iptables-restore</a></li>
+                "#iptables-restore" id="id89" name=
+                "id89">8.9.2&nbsp;&nbsp;&nbsp;Iptables-restore</a></li>
               </ul>
             </li>
           </ul>
         </li>
 
-        <li><a class="reference internal" href="#note" id="id87"
-        name="id87">8&nbsp;&nbsp;&nbsp;NOTE</a></li>
+        <li><a class="reference internal" href="#note" id="id90"
+        name="id90">9&nbsp;&nbsp;&nbsp;NOTE</a></li>
       </ul>
     </div>
 
@@ -3286,9 +3253,93 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
       </div>
     </div>
 
+    <div class="section" id="server-di-posta-postfix">
+      <h1><a class="toc-backref" href=
+      "#id69">7&nbsp;&nbsp;&nbsp;Server di posta: Postfix</a></h1>
+
+      <p>Il server di posta che prenderemo in considerazione e'
+      Postfix, a seguire un estratto di un file do configurazione
+      <em>semplie</em> con l'abilizazione delle <em>Maildir</em>
+      nelle <tt class="docutils literal"><span class=
+      "pre">/home</span></tt> degli utenti per la consegna della
+      posta:</p>
+
+      <p><tt class="docutils literal"><span class=
+      "pre">/etc/postfix/main.cf</span></tt>:</p>
+      <pre class="literal-block">
+# ...segue dalla riga ~30
+myhostname = 162.piffa.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = 162.piffa.net
+mydestination = 162.piffa.net, localhost
+# Se non avete un ip pubblico e statico, con un adeguato record PTR
+# dovrete usare un realy host per l'invio della posta
+relayhost = smtp.piffa.net
+mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+
+# Per effettuare lo storaggio della posta nelle home directory degli utenti
+# in una Maildir invece che la Mailbox in /var/mail/utente
+# si disabiliti procmail
+#mailbox_command = procmail -a "$EXTENSION"
+
+# Storaggio della posta nella _cartella_ Maildir/ (si noti lo slash)
+# nella home dell'utente:
+home_mailbox = Maildir/
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+</pre>
+
+      <div class="section" id="imap-e-pop">
+        <h2><a class="toc-backref" href=
+        "#id70">7.1&nbsp;&nbsp;&nbsp;Imap e pop</a></h2>
+
+        <p>Postfix e' un server SMTP, di conseguenza se volete che
+        i vostri utenti possano <em>scaricare</em> in locale la
+        posta generalemtne volete mettere a loro disposizione un
+        server <em>POP3</em> o ancora meglio <em>IMAP</em>. Oppure
+        entrambi.</p>
+
+        <dl class="docutils">
+          <dt>Pacchetti da installare</dt>
+
+          <dd>courier-imap courier-pop</dd>
+        </dl>
+
+        <p>i noti che IMAP necessita delle Maildir, non funziona
+        con le Mailbox in <tt class="docutils literal"><span class=
+        "pre">/var/mail/</span></tt> .</p>
+
+        <div class="section" id="web-client">
+          <h3><a class="toc-backref" href=
+          "#id71">7.1.1&nbsp;&nbsp;&nbsp;Web client</a></h3>
+
+          <p>Per mettere a disposizione degli utenti un client web
+          per gestire la propia posta si installi il pacchetto:
+          <tt class="docutils literal"><span class=
+          "pre">squirrelmail</span></tt> . Ci sono tanti altri
+          client web disponibili: questo e' particolarmente
+          semplice. Naturalemte dovrete aver installato: <tt class=
+          "docutils literal"><span class="pre">php5</span>
+          <span class="pre">apache2</span></tt> .</p>
+
+          <p>L'interfaccia dovrebbe essere disponibile all'url:
+          <tt class="docutils literal"><span class=
+          "pre">http://localhost/squirrelmail</span></tt> . Se
+          cosi' non fosse assicuratevi che Apache abbia incluso il
+          file di configurazione di squirrelmail:</p>
+          <pre class="literal-block">
+cd /etc/apache2/conf.d/
+ln -s /etc/squirrelmail/apache.conf ./
+</pre>
+        </div>
+      </div>
+    </div>
+
     <div class="section" id="firewall">
       <h1><a class="toc-backref" href=
-      "#id69">7&nbsp;&nbsp;&nbsp;Firewall</a></h1>
+      "#id72">8&nbsp;&nbsp;&nbsp;Firewall</a></h1>
 
       <p>In Informatica, nell'ambito delle reti di computer, un
       firewall (termine inglese dal significato originario di
@@ -3338,7 +3389,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
       <div class="section" id="links">
         <h2><a class="toc-backref" href=
-        "#id70">7.1&nbsp;&nbsp;&nbsp;Links</a></h2>
+        "#id73">8.1&nbsp;&nbsp;&nbsp;Links</a></h2>
 
         <ul class="simple">
           <li><a class="reference external" href=
@@ -3352,7 +3403,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
       <div class="section" id="ipfilter">
         <h2><a class="toc-backref" href=
-        "#id71">7.2&nbsp;&nbsp;&nbsp;Ipfilter</a></h2>
+        "#id74">8.2&nbsp;&nbsp;&nbsp;Ipfilter</a></h2>
 
         <p>Link: <a class="reference external" href=
         "http://iptables-tutorial.frozentux.net/iptables-tutorial.html#IPFILTERING">
@@ -3388,7 +3439,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
       <div class="section" id="progettazione-di-un-firewall">
         <h2><a class="toc-backref" href=
-        "#id72">7.3&nbsp;&nbsp;&nbsp;Progettazione di un
+        "#id75">8.3&nbsp;&nbsp;&nbsp;Progettazione di un
         firewall</a></h2>
 
         <p>Per implementare un firewall bisogna decidere un aio di
@@ -3397,7 +3448,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
         <div class="section" id="collocazione">
           <h3><a class="toc-backref" href=
-          "#id73">7.3.1&nbsp;&nbsp;&nbsp;Collocazione</a></h3>
+          "#id76">8.3.1&nbsp;&nbsp;&nbsp;Collocazione</a></h3>
 
           <p>DMZ e MZ, internet, intranet, extranet. Frammentazione
           della rete, decidere se diversi reparti di una azienda si
@@ -3429,7 +3480,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
         <div class="section" id="policy-di-default">
           <h3><a class="toc-backref" href=
-          "#id74">7.3.2&nbsp;&nbsp;&nbsp;Policy di default</a></h3>
+          "#id77">8.3.2&nbsp;&nbsp;&nbsp;Policy di default</a></h3>
 
           <p>Drop o Accept: conseguenze per sicurezza, facilita' di
           gestione.</p>
@@ -3437,7 +3488,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
         <div class="section" id="hardware">
           <h3><a class="toc-backref" href=
-          "#id75">7.3.3&nbsp;&nbsp;&nbsp;Hardware</a></h3>
+          "#id78">8.3.3&nbsp;&nbsp;&nbsp;Hardware</a></h3>
 
           <p>Sostanzialmente potremmo distinquere due tipologie di
           hardware:</p>
@@ -3465,7 +3516,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
       <div class="section" id=
       "percorso-dei-pacchetti-tra-tabelle-e-catene">
         <h2><a class="toc-backref" href=
-        "#id76">7.4&nbsp;&nbsp;&nbsp;Percorso dei pacchetti tra
+        "#id79">8.4&nbsp;&nbsp;&nbsp;Percorso dei pacchetti tra
         tabelle e catene</a></h2>
 
         <p>link: <a class="reference external" href=
@@ -3475,11 +3526,11 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
       <div class="section" id="concetti-di-base">
         <h2><a class="toc-backref" href=
-        "#id77">7.5&nbsp;&nbsp;&nbsp;Concetti di base</a></h2>
+        "#id80">8.5&nbsp;&nbsp;&nbsp;Concetti di base</a></h2>
 
         <div class="section" id="tabelle-catene-regole">
           <h3><a class="toc-backref" href=
-          "#id78">7.5.1&nbsp;&nbsp;&nbsp;Tabelle, catene,
+          "#id81">8.5.1&nbsp;&nbsp;&nbsp;Tabelle, catene,
           regole</a></h3>
 
           <p>Iptables lavora su 3 tabelle (tables) di default:</p>
@@ -3506,7 +3557,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
         <div class="section" id="match">
           <h3><a class="toc-backref" href=
-          "#id79">7.5.2&nbsp;&nbsp;&nbsp;Match</a></h3>
+          "#id82">8.5.2&nbsp;&nbsp;&nbsp;Match</a></h3>
 
           <p>I Match di una regola (rule) servono a testare un
           pacchetto per valutare se corrisponda a certe
@@ -3558,7 +3609,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
         <div class="section" id="targets">
           <h3><a class="toc-backref" href=
-          "#id80">7.5.3&nbsp;&nbsp;&nbsp;Targets</a></h3>
+          "#id83">8.5.3&nbsp;&nbsp;&nbsp;Targets</a></h3>
 
           <p>Se un pacchetto soddisfa le condizioni del Match
           <em>salta</em> (jump) su uno dei target possibili, in
@@ -3687,7 +3738,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
 
       <div class="section" id="tabella-filter">
         <h2><a class="toc-backref" href=
-        "#id81">7.6&nbsp;&nbsp;&nbsp;Tabella Filter</a></h2>
+        "#id84">8.6&nbsp;&nbsp;&nbsp;Tabella Filter</a></h2>
 
         <p>E' quella implicita e predefinita (-t filter) Riguarda
         le attivitÃ&nbsp; di filtraggio del traffico. Ha 3 catene
@@ -3711,7 +3762,7 @@ mount -t smbfs //localhost/sambo_share /mnt/sambo_mount/ --verbose -o user=sambo
       <div class="section" id=
       "flush-automatico-per-macchine-remote">
         <h2><a class="toc-backref" href=
-        "#id82">7.7&nbsp;&nbsp;&nbsp;Flush automatico per macchine
+        "#id85">8.7&nbsp;&nbsp;&nbsp;Flush automatico per macchine
         remote</a></h2>
 
         <p>Se state provando una configurazione del firewall per
@@ -3738,7 +3789,7 @@ at&gt; [CTR+d]
 
       <div class="section" id="gestione-regole-rules">
         <h2><a class="toc-backref" href=
-        "#id83">7.8&nbsp;&nbsp;&nbsp;Gestione regole
+        "#id86">8.8&nbsp;&nbsp;&nbsp;Gestione regole
         (rules)</a></h2>
 
         <p>Il comando iptables viene usato per ogni attivitÃ&nbsp;
@@ -3805,7 +3856,7 @@ at&gt; [CTR+d]
 
       <div class="section" id="salvataggio-regole">
         <h2><a class="toc-backref" href=
-        "#id84">7.9&nbsp;&nbsp;&nbsp;Salvataggio regole</a></h2>
+        "#id87">8.9&nbsp;&nbsp;&nbsp;Salvataggio regole</a></h2>
 
         <p>Il comando <tt class="docutils literal"><span class=
         "pre">iptables</span></tt> serve per interagire con il
@@ -3863,7 +3914,7 @@ iface eth1 inet static
 
         <div class="section" id="iptables-save">
           <h3><a class="toc-backref" href=
-          "#id85">7.9.1&nbsp;&nbsp;&nbsp;Iptables-save</a></h3>
+          "#id88">8.9.1&nbsp;&nbsp;&nbsp;Iptables-save</a></h3>
 
           <p>Per salvare le regole di iptables attualmente presenti
           nel kernel si usi il comando:</p>
@@ -3887,7 +3938,7 @@ iface eth1 inet static
 
         <div class="section" id="iptables-restore">
           <h3><a class="toc-backref" href=
-          "#id86">7.9.2&nbsp;&nbsp;&nbsp;Iptables-restore</a></h3>
+          "#id89">8.9.2&nbsp;&nbsp;&nbsp;Iptables-restore</a></h3>
 
           <p>Per ripristinare un set di regole prcedentemente
           salvate con <tt class="docutils literal"><span class=
@@ -3908,7 +3959,7 @@ iface eth1 inet static
 
     <div class="section" id="note">
       <h1><a class="toc-backref" href=
-      "#id87">8&nbsp;&nbsp;&nbsp;NOTE</a></h1>
+      "#id90">9&nbsp;&nbsp;&nbsp;NOTE</a></h1>
 
       <ul class="simple">
         <li>controllare apache</li>