Projet

Général

Profil

Wiki » Historique » Version 23

Patrice Nadeau, 2014-07-12 11:04

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