Projet

Général

Profil

Wiki » Historique » Version 13

Patrice Nadeau, 2014-07-11 20:23

1 13 Patrice Nadeau
# Installation d'un serveur openSUSE
2 1 Patrice Nadeau
3 13 Patrice Nadeau
___
4
5
%{font-size:18pt}Le guide PDF n'as pas encore transférée dans cette section%
6 1 Patrice Nadeau
7 5 Patrice Nadeau
{{toc}}
8 1 Patrice Nadeau
9 11 Patrice Nadeau
h1. SquirrelMail
10 5 Patrice Nadeau
11
*En cours de documentation*
12
13 1 Patrice Nadeau
http://squirrelmail.org/
14 2 Patrice Nadeau
15
Interface web pour l’accès au courrier électronique en IMAP
16 1 Patrice Nadeau
17 11 Patrice Nadeau
h2. Installation
18
19 1 Patrice Nadeau
_Installation sans base de donnée_
20 3 Patrice Nadeau
21 1 Patrice Nadeau
Modules PHP obligatoire
22
<pre><code class="bash">
23 5 Patrice Nadeau
zypper install squirrelmail-beta
24 1 Patrice Nadeau
# PHP modules
25 2 Patrice Nadeau
zypper install php5-gettext php5-mbstring # php XML extension
26
# Perl
27
zypper install perl
28
# Correcteur ortographique
29
zypper install ispell-french ispell-american
30 1 Patrice Nadeau
</code></pre>
31 10 Patrice Nadeau
32 1 Patrice Nadeau
La «racine» de SquirrelMail est */srv/www/htdocs/squirrelmail*.
33
34 11 Patrice Nadeau
h2. Configuration
35
36 8 Patrice Nadeau
<pre><code class="bash">
37 11 Patrice Nadeau
config/conf.pl
38 1 Patrice Nadeau
</pre></code>
39
40
Au minimum :
41
* _2. Server Settings_ 
42
** 1. _Domain_ : 
43
** A. _Update ImapSettings_ : *dovecot*
44 11 Patrice Nadeau
45
Creer un repertoire data
46
<pre><code class="bash">
47
mkdir data
48
chmod 0777 data
49
</pre></code>
50
51
52
h2. Dépannage
53 9 Patrice Nadeau
54
Modifier le fichier config/config.php
55
<pre><code class="php">
56 1 Patrice Nadeau
$allow_remote_configtest = true;
57 10 Patrice Nadeau
</pre></code>
58
59 1 Patrice Nadeau
Avec un navigateur, se rendre a http://_server_FQDN/squirrelmail/config/src/configtest.php