Wiki » Historique » Version 6
Patrice Nadeau, 2014-07-11 19:39
| 1 | 1 | Patrice Nadeau | Le guide PDF n'as pas encore transférée dans cette section |
|---|---|---|---|
| 2 | |||
| 3 | 5 | Patrice Nadeau | {{toc}} |
| 4 | 1 | Patrice Nadeau | |
| 5 | 5 | Patrice Nadeau | h1. Squirrel |
| 6 | |||
| 7 | *En cours de documentation* |
||
| 8 | |||
| 9 | 1 | Patrice Nadeau | http://squirrelmail.org/ |
| 10 | 2 | Patrice Nadeau | |
| 11 | Interface web pour l’accès au courrier électronique en IMAP |
||
| 12 | 4 | Patrice Nadeau | |
| 13 | 1 | Patrice Nadeau | _Installation sans base de donnée_ |
| 14 | 3 | Patrice Nadeau | |
| 15 | 1 | Patrice Nadeau | Modules PHP obligatoire |
| 16 | <pre><code class="bash"> |
||
| 17 | 5 | Patrice Nadeau | zypper install squirrelmail-beta |
| 18 | 1 | Patrice Nadeau | # PHP modules |
| 19 | 3 | Patrice Nadeau | </code></pre> |
| 20 | |||
| 21 | Modules facultatifs |
||
| 22 | <pre><code class="bash"> |
||
| 23 | 2 | Patrice Nadeau | zypper install php5-gettext php5-mbstring # php XML extension |
| 24 | # Perl |
||
| 25 | zypper install perl |
||
| 26 | # Correcteur ortographique |
||
| 27 | zypper install ispell-french ispell-american |
||
| 28 | 1 | Patrice Nadeau | </code></pre> |
| 29 | 6 | Patrice Nadeau | |
| 30 | Lancer la configuration |
||
| 31 | <pre><code class="bash"> |
||
| 32 | cd /srv/www/htdocs/squirrelmail |
||
| 33 | ./configure |
||
| 34 | </pre></code> |
||
| 35 | |||
| 36 | Accepter l'avertissement. |