Projet

Général

Profil

Wiki » Historique » Version 24

Patrice Nadeau, 2014-07-12 11:08

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 11 Patrice Nadeau
h1. SquirrelMail
41 5 Patrice Nadeau
42
*En cours de documentation*
43
44 1 Patrice Nadeau
http://squirrelmail.org/
45 2 Patrice Nadeau
46
Interface web pour l’accès au courrier électronique en IMAP
47 1 Patrice Nadeau
48 11 Patrice Nadeau
h2. Installation
49
50 1 Patrice Nadeau
_Installation sans base de donnée_
51 3 Patrice Nadeau
52 1 Patrice Nadeau
Modules PHP obligatoire
53
<pre><code class="bash">
54 5 Patrice Nadeau
zypper install squirrelmail-beta
55 1 Patrice Nadeau
# PHP modules
56 2 Patrice Nadeau
zypper install php5-gettext php5-mbstring # php XML extension
57
# Perl
58
zypper install perl
59
# Correcteur ortographique
60
zypper install ispell-french ispell-american
61 1 Patrice Nadeau
</code></pre>
62 10 Patrice Nadeau
63 1 Patrice Nadeau
La «racine» de SquirrelMail est */srv/www/htdocs/squirrelmail*.
64
65 11 Patrice Nadeau
h2. Configuration
66
67 8 Patrice Nadeau
<pre><code class="bash">
68 11 Patrice Nadeau
config/conf.pl
69 1 Patrice Nadeau
</pre></code>
70
71
Au minimum :
72
* _2. Server Settings_ 
73
** 1. _Domain_ : 
74
** A. _Update ImapSettings_ : *dovecot*
75 11 Patrice Nadeau
76
Creer un repertoire data
77
<pre><code class="bash">
78
mkdir data
79 17 Patrice Nadeau
chmod 0777 data
80 11 Patrice Nadeau
</pre></code>
81
82
83
h2. Dépannage
84 9 Patrice Nadeau
85 18 Patrice Nadeau
Avec le script perl de configuration :
86
* _11. Tweaks_
87
** _7. Allow remote configtest_ : = *true*
88 10 Patrice Nadeau
89 1 Patrice Nadeau
Avec un navigateur, se rendre a http://_server_FQDN/squirrelmail/config/src/configtest.php