Wiki » Historique » Version 7
Patrice Nadeau, 2014-07-11 19:46
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 | 2 | Patrice Nadeau | zypper install php5-gettext php5-mbstring # php XML extension |
20 | # Perl |
||
21 | zypper install perl |
||
22 | # Correcteur ortographique |
||
23 | zypper install ispell-french ispell-american |
||
24 | 1 | Patrice Nadeau | </code></pre> |
25 | 6 | Patrice Nadeau | |
26 | Lancer la configuration |
||
27 | <pre><code class="bash"> |
||
28 | cd /srv/www/htdocs/squirrelmail |
||
29 | 1 | Patrice Nadeau | ./configure |
30 | </pre></code> |
||
31 | 6 | Patrice Nadeau | |
32 | Accepter l'avertissement. |
||
33 | 7 | Patrice Nadeau | |
34 | Au minimum, l'option _Server Settings_ doit être configuré (dovecot au lie de courrier). |