Projet

Général

Profil

Wiki » Historique » Version 20

Patrice Nadeau, 2014-07-12 10:34

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