Wiki » Historique » Version 17
Patrice Nadeau, 2014-07-11 20:56
1 | 14 | Patrice Nadeau | %{font-size:18pt}Installation d'un serveur openSUSE% |
---|---|---|---|
2 | 1 | Patrice Nadeau | |
3 | 15 | Patrice Nadeau | *Le guide PDF n'as pas encore transférée dans cette section* |
4 | |||
5 | 13 | Patrice Nadeau | ___ |
6 | 14 | Patrice Nadeau | |
7 | 1 | Patrice Nadeau | |
8 | 5 | Patrice Nadeau | {{toc}} |
9 | 1 | Patrice Nadeau | |
10 | 11 | Patrice Nadeau | h1. SquirrelMail |
11 | 5 | Patrice Nadeau | |
12 | *En cours de documentation* |
||
13 | |||
14 | 1 | Patrice Nadeau | http://squirrelmail.org/ |
15 | 2 | Patrice Nadeau | |
16 | Interface web pour l’accès au courrier électronique en IMAP |
||
17 | 1 | Patrice Nadeau | |
18 | 11 | Patrice Nadeau | h2. Installation |
19 | |||
20 | 1 | Patrice Nadeau | _Installation sans base de donnée_ |
21 | 3 | Patrice Nadeau | |
22 | 1 | Patrice Nadeau | Modules PHP obligatoire |
23 | <pre><code class="bash"> |
||
24 | 5 | Patrice Nadeau | zypper install squirrelmail-beta |
25 | 1 | Patrice Nadeau | # PHP modules |
26 | 2 | Patrice Nadeau | zypper install php5-gettext php5-mbstring # php XML extension |
27 | # Perl |
||
28 | zypper install perl |
||
29 | # Correcteur ortographique |
||
30 | zypper install ispell-french ispell-american |
||
31 | 1 | Patrice Nadeau | </code></pre> |
32 | 10 | Patrice Nadeau | |
33 | 1 | Patrice Nadeau | La «racine» de SquirrelMail est */srv/www/htdocs/squirrelmail*. |
34 | |||
35 | 11 | Patrice Nadeau | h2. Configuration |
36 | |||
37 | 8 | Patrice Nadeau | <pre><code class="bash"> |
38 | 11 | Patrice Nadeau | config/conf.pl |
39 | 1 | Patrice Nadeau | </pre></code> |
40 | |||
41 | Au minimum : |
||
42 | * _2. Server Settings_ |
||
43 | ** 1. _Domain_ : |
||
44 | ** A. _Update ImapSettings_ : *dovecot* |
||
45 | 11 | Patrice Nadeau | |
46 | Creer un repertoire data |
||
47 | <pre><code class="bash"> |
||
48 | mkdir data |
||
49 | 17 | Patrice Nadeau | chmod 0777 data |
50 | 11 | Patrice Nadeau | </pre></code> |
51 | |||
52 | |||
53 | h2. Dépannage |
||
54 | 9 | Patrice Nadeau | |
55 | Modifier le fichier config/config.php |
||
56 | <pre><code class="php"> |
||
57 | 1 | Patrice Nadeau | $allow_remote_configtest = true; |
58 | 10 | Patrice Nadeau | </pre></code> |
59 | |||
60 | 1 | Patrice Nadeau | Avec un navigateur, se rendre a http://_server_FQDN/squirrelmail/config/src/configtest.php |