Projet

Général

Profil

Wiki » Historique » Version 22

Patrice Nadeau, 2014-07-12 10:37

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