Projet

Général

Profil

Wiki » Historique » Version 11

Patrice Nadeau, 2014-07-11 20:16

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