Wiki » Historique » Version 35
Patrice Nadeau, 2014-07-12 16:43
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 | 27 | Patrice Nadeau | Serveur de de courriel électronique (SMTP) |
17 | 24 | Patrice Nadeau | |
18 | http://www.postfix.org |
||
19 | |||
20 | Les fichiers de configuration sont : |
||
21 | * /etc/postfix/master.cf |
||
22 | * /etc/postfix/main.cf |
||
23 | |||
24 | 21 | Patrice Nadeau | h2. Entrés DNS |
25 | |||
26 | h3. A record |
||
27 | |||
28 | h3. MX record |
||
29 | |||
30 | h3. SPF record |
||
31 | |||
32 | 23 | Patrice Nadeau | Ajouter ceux du fournisseur internet (le fournisseur et et tous ses abonnées pourront "se faire passer" pour le domaine) |
33 | |||
34 | 20 | Patrice Nadeau | h2. Test SPF |
35 | 19 | Patrice Nadeau | |
36 | 22 | Patrice Nadeau | Envoyer un courriel à une des adresses suivantes : |
37 | * check-auth@verifier.port25.com |
||
38 | * check-auth2@verifier.port25.com |
||
39 | 19 | Patrice Nadeau | |
40 | 25 | Patrice Nadeau | h1. Dovecot |
41 | |||
42 | *En cours de documentation* |
||
43 | |||
44 | 26 | Patrice Nadeau | http://www.dovecot.org/ |
45 | |||
46 | Serveur de courriel électronique (POP & IMAP) |
||
47 | |||
48 | 25 | Patrice Nadeau | Les fichiers de configuration sont : |
49 | * /etc/dovecot/dovecot.conf |
||
50 | |||
51 | 11 | Patrice Nadeau | h1. SquirrelMail |
52 | 5 | Patrice Nadeau | |
53 | *En cours de documentation* |
||
54 | |||
55 | 1 | Patrice Nadeau | http://squirrelmail.org/ |
56 | 2 | Patrice Nadeau | |
57 | Interface web pour l’accès au courrier électronique en IMAP |
||
58 | 1 | Patrice Nadeau | |
59 | 11 | Patrice Nadeau | h2. Installation |
60 | |||
61 | 1 | Patrice Nadeau | _Installation sans base de donnée_ |
62 | 3 | Patrice Nadeau | |
63 | 1 | Patrice Nadeau | Modules PHP obligatoire |
64 | <pre><code class="bash"> |
||
65 | 5 | Patrice Nadeau | zypper install squirrelmail-beta |
66 | 1 | Patrice Nadeau | # PHP modules |
67 | 2 | Patrice Nadeau | zypper install php5-gettext php5-mbstring # php XML extension |
68 | # Perl |
||
69 | zypper install perl |
||
70 | # Correcteur ortographique |
||
71 | zypper install ispell-french ispell-american |
||
72 | 1 | Patrice Nadeau | </code></pre> |
73 | 10 | Patrice Nadeau | |
74 | 1 | Patrice Nadeau | La «racine» de SquirrelMail est */srv/www/htdocs/squirrelmail*. |
75 | |||
76 | 11 | Patrice Nadeau | h2. Configuration |
77 | |||
78 | 8 | Patrice Nadeau | <pre><code class="bash"> |
79 | 11 | Patrice Nadeau | config/conf.pl |
80 | 1 | Patrice Nadeau | </pre></code> |
81 | |||
82 | Au minimum : |
||
83 | * _2. Server Settings_ |
||
84 | ** 1. _Domain_ : |
||
85 | ** A. _Update ImapSettings_ : *dovecot* |
||
86 | 28 | Patrice Nadeau | * _11. Tweaks_ |
87 | ** _8. Debug mode_ : *0 No debugging* |
||
88 | 11 | Patrice Nadeau | |
89 | Creer un repertoire data |
||
90 | <pre><code class="bash"> |
||
91 | mkdir data |
||
92 | 17 | Patrice Nadeau | chmod 0777 data |
93 | 11 | Patrice Nadeau | </pre></code> |
94 | |||
95 | 29 | Patrice Nadeau | h2. Personnalisation |
96 | |||
97 | 31 | Patrice Nadeau | Copier une logo (PNG) dans *images/* |
98 | 29 | Patrice Nadeau | <pre><code class="bash"> |
99 | config/conf.pl |
||
100 | </pre></code> |
||
101 | * _1. Organization Preferences_ |
||
102 | ** _1. Organization Name_ |
||
103 | ** _2. Organization Logo_ |
||
104 | ** _4. Organization Title_ |
||
105 | 34 | Patrice Nadeau | * _4. General Options_ |
106 | ** _7. Hide SM attributions_ : *true* |
||
107 | 29 | Patrice Nadeau | |
108 | 35 | Patrice Nadeau | > Le plugin _Administator_ ne devrait pas être utilisé. Toutes les options sont déjà dans le script Perl. |
109 | > Il demande de changer les droits sur le fichier _config.php_ pour un autre usager que root (root ne peux se loguer avec Dovecot) |
||
110 | |||
111 | 30 | Patrice Nadeau | h2. Plugin supplémentaires |
112 | 32 | Patrice Nadeau | |
113 | http://squirrelmail.org/plugin_view.php?id=105 |
||
114 | |||
115 | 30 | Patrice Nadeau | <pre><code class="bash"> |
116 | cd plugins |
||
117 | # Calendriers partagés |
||
118 | wget http://www.squirrelmail.org/plugins/compatibility-2.0.16-1.0.tar.gz |
||
119 | 1 | Patrice Nadeau | wget http://www.squirrelmail.org/plugins/shared_calendars-2.0.1-1.4.0.tar.gz |
120 | wget http://www.squirrelmail.org/plugins/calendar_file_backend-1.0-2.0.tar.gz |
||
121 | 32 | Patrice Nadeau | wget http://www.squirrelmail.org/plugins/calendar_sql_backend-1.1-2.0.tar.gz |
122 | 33 | Patrice Nadeau | </pre></code> |
123 | 11 | Patrice Nadeau | |
124 | h2. Dépannage |
||
125 | 9 | Patrice Nadeau | |
126 | 18 | Patrice Nadeau | Avec le script perl de configuration : |
127 | * _11. Tweaks_ |
||
128 | ** _7. Allow remote configtest_ : = *true* |
||
129 | 10 | Patrice Nadeau | |
130 | 1 | Patrice Nadeau | Avec un navigateur, se rendre a http://_server_FQDN/squirrelmail/config/src/configtest.php |