Wiki » Historique » Version 25
Patrice Nadeau, 2014-07-12 11:11
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 | 24 | Patrice Nadeau | Logiciel de courriel électronique |
17 | |||
18 | http://www.postfix.org |
||
19 | |||
20 | Les fichiers de configuration sont : |
||
21 | * /etc/postfix/master.cf |
||
22 | * /etc/postfix/main.cf |
||
23 | |||
24 | 21 | Patrice Nadeau | h2. Entrés DNS |
25 | |||
26 | h3. A record |
||
27 | |||
28 | h3. MX record |
||
29 | |||
30 | h3. SPF record |
||
31 | |||
32 | 23 | Patrice Nadeau | Ajouter ceux du fournisseur internet (le fournisseur et et tous ses abonnées pourront "se faire passer" pour le domaine) |
33 | |||
34 | 20 | Patrice Nadeau | h2. Test SPF |
35 | 19 | Patrice Nadeau | |
36 | 22 | Patrice Nadeau | Envoyer un courriel à une des adresses suivantes : |
37 | * check-auth@verifier.port25.com |
||
38 | * check-auth2@verifier.port25.com |
||
39 | 19 | Patrice Nadeau | |
40 | 25 | Patrice Nadeau | h1. Dovecot |
41 | |||
42 | *En cours de documentation* |
||
43 | |||
44 | Les fichiers de configuration sont : |
||
45 | * /etc/dovecot/dovecot.conf |
||
46 | |||
47 | 11 | Patrice Nadeau | h1. SquirrelMail |
48 | 5 | Patrice Nadeau | |
49 | *En cours de documentation* |
||
50 | |||
51 | 1 | Patrice Nadeau | http://squirrelmail.org/ |
52 | 2 | Patrice Nadeau | |
53 | Interface web pour l’accès au courrier électronique en IMAP |
||
54 | 1 | Patrice Nadeau | |
55 | 11 | Patrice Nadeau | h2. Installation |
56 | |||
57 | 1 | Patrice Nadeau | _Installation sans base de donnée_ |
58 | 3 | Patrice Nadeau | |
59 | 1 | Patrice Nadeau | Modules PHP obligatoire |
60 | <pre><code class="bash"> |
||
61 | 5 | Patrice Nadeau | zypper install squirrelmail-beta |
62 | 1 | Patrice Nadeau | # PHP modules |
63 | 2 | Patrice Nadeau | zypper install php5-gettext php5-mbstring # php XML extension |
64 | # Perl |
||
65 | zypper install perl |
||
66 | # Correcteur ortographique |
||
67 | zypper install ispell-french ispell-american |
||
68 | 1 | Patrice Nadeau | </code></pre> |
69 | 10 | Patrice Nadeau | |
70 | 1 | Patrice Nadeau | La «racine» de SquirrelMail est */srv/www/htdocs/squirrelmail*. |
71 | |||
72 | 11 | Patrice Nadeau | h2. Configuration |
73 | |||
74 | 8 | Patrice Nadeau | <pre><code class="bash"> |
75 | 11 | Patrice Nadeau | config/conf.pl |
76 | 1 | Patrice Nadeau | </pre></code> |
77 | |||
78 | Au minimum : |
||
79 | * _2. Server Settings_ |
||
80 | ** 1. _Domain_ : |
||
81 | ** A. _Update ImapSettings_ : *dovecot* |
||
82 | 11 | Patrice Nadeau | |
83 | Creer un repertoire data |
||
84 | <pre><code class="bash"> |
||
85 | mkdir data |
||
86 | 17 | Patrice Nadeau | chmod 0777 data |
87 | 11 | Patrice Nadeau | </pre></code> |
88 | |||
89 | |||
90 | h2. Dépannage |
||
91 | 9 | Patrice Nadeau | |
92 | 18 | Patrice Nadeau | Avec le script perl de configuration : |
93 | * _11. Tweaks_ |
||
94 | ** _7. Allow remote configtest_ : = *true* |
||
95 | 10 | Patrice Nadeau | |
96 | 1 | Patrice Nadeau | Avec un navigateur, se rendre a http://_server_FQDN/squirrelmail/config/src/configtest.php |