Wiki » Historique » Version 19
Patrice Nadeau, 2014-07-12 10:34
| 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 | 19 | Patrice Nadeau | h1. Postfix |
| 11 | |||
| 12 | *En cours de documentation* |
||
| 13 | |||
| 14 | h2. Test |
||
| 15 | |||
| 16 | Envoyer une courriel à check-auth@verifier.port25.com ou check-auth2@verifier.port25.com |
||
| 17 | |||
| 18 | 11 | Patrice Nadeau | h1. SquirrelMail |
| 19 | 5 | Patrice Nadeau | |
| 20 | *En cours de documentation* |
||
| 21 | |||
| 22 | 1 | Patrice Nadeau | http://squirrelmail.org/ |
| 23 | 2 | Patrice Nadeau | |
| 24 | Interface web pour l’accès au courrier électronique en IMAP |
||
| 25 | 1 | Patrice Nadeau | |
| 26 | 11 | Patrice Nadeau | h2. Installation |
| 27 | |||
| 28 | 1 | Patrice Nadeau | _Installation sans base de donnée_ |
| 29 | 3 | Patrice Nadeau | |
| 30 | 1 | Patrice Nadeau | Modules PHP obligatoire |
| 31 | <pre><code class="bash"> |
||
| 32 | 5 | Patrice Nadeau | zypper install squirrelmail-beta |
| 33 | 1 | Patrice Nadeau | # PHP modules |
| 34 | 2 | Patrice Nadeau | zypper install php5-gettext php5-mbstring # php XML extension |
| 35 | # Perl |
||
| 36 | zypper install perl |
||
| 37 | # Correcteur ortographique |
||
| 38 | zypper install ispell-french ispell-american |
||
| 39 | 1 | Patrice Nadeau | </code></pre> |
| 40 | 10 | Patrice Nadeau | |
| 41 | 1 | Patrice Nadeau | La «racine» de SquirrelMail est */srv/www/htdocs/squirrelmail*. |
| 42 | |||
| 43 | 11 | Patrice Nadeau | h2. Configuration |
| 44 | |||
| 45 | 8 | Patrice Nadeau | <pre><code class="bash"> |
| 46 | 11 | Patrice Nadeau | config/conf.pl |
| 47 | 1 | Patrice Nadeau | </pre></code> |
| 48 | |||
| 49 | Au minimum : |
||
| 50 | * _2. Server Settings_ |
||
| 51 | ** 1. _Domain_ : |
||
| 52 | ** A. _Update ImapSettings_ : *dovecot* |
||
| 53 | 11 | Patrice Nadeau | |
| 54 | Creer un repertoire data |
||
| 55 | <pre><code class="bash"> |
||
| 56 | mkdir data |
||
| 57 | 17 | Patrice Nadeau | chmod 0777 data |
| 58 | 11 | Patrice Nadeau | </pre></code> |
| 59 | |||
| 60 | |||
| 61 | h2. Dépannage |
||
| 62 | 9 | Patrice Nadeau | |
| 63 | 18 | Patrice Nadeau | Avec le script perl de configuration : |
| 64 | * _11. Tweaks_ |
||
| 65 | ** _7. Allow remote configtest_ : = *true* |
||
| 66 | 10 | Patrice Nadeau | |
| 67 | 1 | Patrice Nadeau | Avec un navigateur, se rendre a http://_server_FQDN/squirrelmail/config/src/configtest.php |