Wiki » Historique » Version 9
Patrice Nadeau, 2014-07-11 19:57
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 | 8 | Patrice Nadeau | cd /srv/www/htdocs/squirrelmail/config |
29 | ./conf.pl |
||
30 | 1 | Patrice Nadeau | </pre></code> |
31 | 6 | Patrice Nadeau | |
32 | 9 | Patrice Nadeau | Au minimum : |
33 | * _2. Server Settings_ |
||
34 | ** 1. _Domain_ : |
||
35 | ** A. _Update ImapSettings_ : *dovecot* |
||
36 | 1 | Patrice Nadeau | |
37 | 9 | Patrice Nadeau | Modifier le fichier config/config.php |
38 | <pre><code class="php"> |
||
39 | $allow_remote_configtest = true; |
||
40 | </pre></code> |