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