Wiki » Historique » Version 10
Patrice Nadeau, 2014-07-11 20:03
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 | 10 | Patrice Nadeau | La «racine» de SquirrelMail est */srv/www/htdocs/squirrelmail*. |
27 | |||
28 | 6 | Patrice Nadeau | Lancer la configuration |
29 | 1 | Patrice Nadeau | <pre><code class="bash"> |
30 | 10 | Patrice Nadeau | cd config |
31 | 8 | Patrice Nadeau | ./conf.pl |
32 | 1 | Patrice Nadeau | </pre></code> |
33 | 6 | Patrice Nadeau | |
34 | 9 | Patrice Nadeau | Au minimum : |
35 | * _2. Server Settings_ |
||
36 | ** 1. _Domain_ : |
||
37 | 1 | Patrice Nadeau | ** A. _Update ImapSettings_ : *dovecot* |
38 | 10 | Patrice Nadeau | * _4. General Options_ : |
39 | ** _1. Data Directory_ : |
||
40 | 1 | Patrice Nadeau | |
41 | 9 | Patrice Nadeau | Modifier le fichier config/config.php |
42 | <pre><code class="php"> |
||
43 | $allow_remote_configtest = true; |
||
44 | 1 | Patrice Nadeau | </pre></code> |
45 | 10 | Patrice Nadeau | |
46 | Avec un navigateur, se rendre a http://_server_FQDN/squirrelmail/config/src/configtest.php |