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