INSTALLATION ET CONFIGURATION DE ZIMBRA-6.0.8 SOUS DEBIAN LENNY 5.
Avant tout :
o Désinstaller exim4 (#aptitude remove exim4)
o Il est nécessaire d’installer le serveur DNS.
Toute l’installation des paquetages que j’utilise ici est tirée d’une DVD Debian Lenny 5.0. Si
vous voulez installer votre paquet directement sur l’Internet, il est conseillé de changer votre
[Link] qui se trouve dans /etc/apt/ (#nano /etc/apt/[Link])
Les mots qui sont colorées en bleu sont les mots que vous devez entrez ou l’action que vous
devriez faite durant l’installation.
1. installation et configuration de BIND9
slave:~# aptitude install bind9
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Lecture de l'information d'état étendu
Initialisation de l'état des paquets... Fait
Lecture des descriptions de tâches... Fait
Les NOUVEAUX paquets suivants vont être installés :
bind9 bind9utils{a} libbind9-40{a} libcap2{a} libdns45{a} libisc45{a}
libisccc40{a} libisccfg40{a} liblwres40{a}
0 paquets mis à jour, 9 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de télécharger 0o/1193ko d'archives. Après dépaquetage, 3391ko
seront utilisés.
Voulez-vous continuer ? [Y/n/?] Y
Ãcriture de l'information d'état étendu... Fait
Préconfiguration des paquets...
Sélection du paquet libcap2 précédemment désélectionné.
(Lecture de la base de données... 26030 fichiers et répertoires déjà installés.)
Dépaquetage de libcap2 (à partir de .../libcap2_2.11-2_i386.deb) ...
Sélection du paquet libisc45 précédemment désélectionné.
Dépaquetage de libisc45 (à partir de .../libisc45_9.[Link].P3-1_i386.deb) ...
Sélection du paquet libdns45 précédemment désélectionné.
Dépaquetage de libdns45 (à partir de .../libdns45_9.[Link].P3-1_i386.deb) ...
Sélection du paquet libisccc40 précédemment désélectionné.
Dépaquetage de libisccc40 (à partir de .../libisccc40_9.[Link].P3-1_i386.deb) ...
Sélection du paquet libisccfg40 précédemment désélectionné.
Dépaquetage de libisccfg40 (à partir de .../libisccfg40_9.[Link].P3-1_i386.deb) ...
Sélection du paquet libbind9-40 précédemment désélectionné.
Dépaquetage de libbind9-40 (à partir de .../libbind9-40_9.[Link].P3-1_i386.deb) ...
Sélection du paquet liblwres40 précédemment désélectionné.
Dépaquetage de liblwres40 (à partir de .../liblwres40_9.[Link].P3-1_i386.deb) ...
Sélection du paquet bind9utils précédemment désélectionné.
Dépaquetage de bind9utils (à partir de .../bind9utils_9.[Link].P3-1_i386.deb) ...
Sélection du paquet bind9 précédemment désélectionné.
Dépaquetage de bind9 (à partir de .../bind9_9.[Link].P3-1_i386.deb) ...
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de libcap2 (2.11-2) ...
Paramétrage de libisc45 (1:[Link].P3-1) ...
Paramétrage de libdns45 (1:[Link].P3-1) ...
Paramétrage de libisccc40 (1:[Link].P3-1) ...
Paramétrage de libisccfg40 (1:[Link].P3-1) ...
Paramétrage de libbind9-40 (1:[Link].P3-1) ...
Paramétrage de liblwres40 (1:[Link].P3-1) ...
Paramétrage de bind9utils (1:[Link].P3-1) ...
Paramétrage de bind9 (1:[Link].P3-1) ...
Ajout du groupe « bind » (identifiant 108)...
Terminé.
Ajout de l'utilisateur système « bind » (identifiant : 105)...
Ajout du nouvel utilisateur « bind » (identifiant : 105) avec le
groupe « bind »...
Répertoire personnel « /var/cache/bind » non créé.
wrote key file "/etc/bind/[Link]"
Starting domain name service...: bind9.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Lecture de l'information d'état étendu
Initialisation de l'état des paquets... Fait
Ãcriture de l'information d'état étendu... Fait
Lecture des descriptions de tâches... Fait
slave:~#
Configuration /etc/hosts
Avant modification
[Link] localhost
[Link] slave
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Après modification
[Link] localhost
[Link] [Link] slave
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Modification de /etc/[Link]
Avant modification
search localdomain
nameserver [Link]
Après modification
search [Link]
nameserver [Link]
Configuration dans /etc/bind
#cd /etc/bind
#mkdir save
# cp –a * save
Configuration de /etc/bind/[Link]
Avant modification
include "/etc/bind/[Link]";
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/[Link]";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/[Link]";
};
zone "[Link]" {
type master;
file "/etc/bind/db.127";
};
zone "[Link]" {
type master;
file "/etc/bind/db.0";
};
zone "[Link]" {
type master;
file "/etc/bind/db.255";
};
Après modification
include "/etc/bind/[Link]";
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/[Link]";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/[Link]";
};
zone "[Link]" {
type master;
file "/etc/bind/db.127";
};
zone "[Link]" {
type master;
file "/etc/bind/db.0";
};
zone "[Link]" {
type master;
file "/etc/bind/db.255";
};
zone "[Link]"{
type master;
file"/etc/bind/zones/[Link]";
};
zone "[Link]"{
type master;
file"/etc/bind/zones/[Link]";
};
Configuration de /etc/bind/[Link]
Avant modification
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See [Link]
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
// forwarders {
// [Link];
// };
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
Apres modification
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See [Link]
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
forwarders {
[Link];
};
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
Création des fichiers de zones
slave:/etc/bind# mkdir zones
slave:/etc/bind# cd zones
slave:/etc/bind/zones# nano [Link]
$TTL 86400
@ IN SOA [Link]. [Link]. (
2008061801
21600
3600
604800
86400 )
;ENREGISTREMENT "A" DNS <-> IP CLASSIQUES
@ IN NS [Link].
IN MX 10 [Link].
IN A [Link]
mail IN A [Link]
slave IN A [Link]
;ENREGISTREMENT MESSAGERIE
[Link]. IN MX 10 slave
Creation du fichier reverse dns
slave:/etc/bind/zones# nano [Link]
@ IN SOA [Link]. [Link]. (
2006081401;
28800;
604800;
604800;
86400);
IN NS [Link].
12 IN PTR [Link].
Redémarrage de bind9
slave:/etc/bind/zones# /etc/init.d/bind9 restart
Stopping domain name service...: bind9.
Starting domain name service...: bind9.
slave:/etc/bind/zones#
Verification a l’aide de la commande dig et nslookup
slave:/etc/bind/zones# dig mx [Link]
-bash: dig: command not found
slave:/etc/bind/zones#
slave:/etc/bind/zones# dig a [Link]
-bash: dig: command not found
slave:/etc/bind/zones#
slave:/etc/bind/zones# nslookup [Link]
-bash: nslookup: command not found
slave:/etc/bind/zones#
Remarque
Il se peut que les commandes dig et nslookup soient introuvables.
Dans ce cas il est conseillé d’installer le paquet dnsutils
Installation de dnsutils
slave:/etc/bind/zones# aptitude install dnsutils
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Lecture de l'information d'état étendu
Initialisation de l'état des paquets... Fait
Lecture des descriptions de tâches... Fait
Les NOUVEAUX paquets suivants vont être installés :
bind9-host{a} dnsutils
0 paquets mis à jour, 2 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de télécharger 0o/205ko d'archives. Après dépaquetage, 545ko
seront utilisés.
Voulez-vous continuer ? [Y/n/?] Y
Ãcriture de l'information d'état étendu... Fait
Sélection du paquet bind9-host précédemment désélectionné.
(Lecture de la base de données... 26122 fichiers et répertoires déjà installés.)
Dépaquetage de bind9-host (à partir de .../bind9-host_9.[Link].P3-1_i386.deb) ...
Sélection du paquet dnsutils précédemment désélectionné.
Dépaquetage de dnsutils (à partir de .../dnsutils_9.[Link].P3-1_i386.deb) ...
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de bind9-host (1:[Link].P3-1) ...
Paramétrage de dnsutils (1:[Link].P3-1) ...
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Lecture de l'information d'état étendu
Initialisation de l'état des paquets... Fait
Ãcriture de l'information d'état étendu... Fait
Lecture des descriptions de tâches... Fait
slave:/etc/bind/zones#
Maintenant on peut lancer les deux commandes dig et nslookup
master:/etc/bind/zones# dig mx [Link]
; <<>> DiG 9.5.1-P3 <<>> mx [Link]
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9114
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;[Link]. IN MX
;; ANSWER SECTION:
[Link]. 86400 IN MX 10 [Link].
[Link]. 86400 IN MX 10 [Link].
;; AUTHORITY SECTION:
[Link]. 86400 IN NS [Link].
;; ADDITIONAL SECTION:
[Link]. 86400 IN A [Link]
[Link]. 86400 IN A [Link]
;; Query time: 3 msec
;; SERVER: [Link]#53([Link])
;; WHEN: Sun Nov 14 13:47:37 2010
;; MSG SIZE rcvd: 119
slave:/etc/bind/zones#
slave:/etc/bind/zones# dig a [Link]
; <<>> DiG 9.5.1-P3 <<>> a [Link]
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17288
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;[Link]. IN A
;; ANSWER SECTION:
[Link]. 86400 IN A [Link]
;; AUTHORITY SECTION:
[Link]. 86400 IN NS [Link].
;; Query time: 2 msec
;; SERVER: [Link]#53([Link])
;; WHEN: Sun Nov 14 13:48:52 2010
;; MSG SIZE rcvd: 64
slave:/etc/bind/zones#
slave:/etc/bind/zones# nslookup [Link]
Server: [Link]
Address: [Link]#53
Name: [Link]
Address: [Link]
slave:/etc/bind/zones#
Installation de Zimbra
Decompression du fichier
D’abord il faut télécharger le paquetage qu’on va installer dans le site de zimbra.
slave:/home/humble# tar xzf zcs-6.0.8_GA_2661.[Link]
slave:/home/humble# mv zcs-6.0.8_GA_2661.DEBIAN5.20100820040222 zcs
slave:/home/humble#
Installation des librairies nécessaires à zimbra
slave:/home/humble# aptitude install libpcre3 libgmp3c2 libstdc++5 libltdl3 fetchmail curl
sysstat sudo
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Lecture de l'information d'état étendu
Initialisation de l'état des paquets... Fait
Lecture des descriptions de tâches... Fait
Les NOUVEAUX paquets suivants vont être installés :
curl fetchmail libstdc++5 sudo sysstat
0 paquets mis à jour, 5 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de télécharger 0o/1539ko d'archives. Après dépaquetage, 4301ko
seront utilisés.
Ãcriture de l'information d'état étendu... Fait
Préconfiguration des paquets...
Sélection du paquet curl précédemment désélectionné.
(Lecture de la base de données... 26136 fichiers et répertoires déjà installés.)
Dépaquetage de curl (à partir de .../curl_7.18.2-8lenny3_i386.deb) ...
Sélection du paquet fetchmail précédemment désélectionné.
Dépaquetage de fetchmail (à partir de .../fetchmail_6.3.9~rc2-4+lenny1_i386.deb) ...
Sélection du paquet libstdc++5 précédemment désélectionné.
Dépaquetage de libstdc++5 (à partir de .../libstdc++5_3.3.6-18_i386.deb) ...
Sélection du paquet sudo précédemment désélectionné.
Dépaquetage de sudo (à partir de .../sudo/sudo_1.6.9p17-2_i386.deb) ...
Sélection du paquet sysstat précédemment désélectionné.
Dépaquetage de sysstat (à partir de .../sysstat_8.1.2-2_i386.deb) ...
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de curl (7.18.2-8lenny3) ...
Paramétrage de fetchmail (6.3.9~rc2-4+lenny1) ...
Ajout de l'utilisateur système « fetchmail » (identifiant : 106)...
Ajout du nouvel utilisateur « fetchmail » (identifiant : 106) avec le
groupe « nogroup »...
Création du répertoire personnel « /var/lib/fetchmail »...
usermod : aucun changement
Paramétrage de libstdc++5 (1:3.3.6-18) ...
Paramétrage de sudo (1.6.9p17-2) ...
No /etc/sudoers found... creating one for you.
Paramétrage de sysstat (8.1.2-2) ...
Creating config file /etc/default/sysstat with new version
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Lecture de l'information d'état étendu
Initialisation de l'état des paquets... Fait
Ãcriture de l'information d'état étendu... Fait
Lecture des descriptions de tâches... Fait
slave:/home/humble#
Installation zimbra
slave:/home/humble# cd zcs/
slave:/home/humble/zcs# ls
bin docs packages readme_source_en_US.txt util
data [Link] readme_binary_en_US.txt [Link]
slave:/home/humble/zcs# ./[Link]
Operations logged to /tmp/[Link].2839
Checking for existing installation...
zimbra-ldap...NOT FOUND
zimbra-logger...NOT FOUND
zimbra-mta...NOT FOUND
zimbra-snmp...NOT FOUND
zimbra-store...NOT FOUND
zimbra-apache...NOT FOUND
zimbra-spell...NOT FOUND
zimbra-convertd...NOT FOUND
zimbra-memcached...NOT FOUND
zimbra-proxy...NOT FOUND
zimbra-archiving...NOT FOUND
zimbra-cluster...NOT FOUND
zimbra-core...NOT FOUND
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR
INSTALLING
THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE
BOUND BY
THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.
License Terms for the Zimbra Collaboration Suite:
[Link]
Do you agree with the terms of the software license agreement? [N] Y
Checking for prerequisites...
FOUND: NPTL
FOUND: sudo-1.6.9p17-2
FOUND: libidn11-1.8+20080606-1
FOUND: libpcre3-7.6-2.1
FOUND: libgmp3c2-2:4.2.2+dfsg-3
FOUND: libexpat1-2.0.1-4
FOUND: libstdc++6-4.3.2-1.1
Checking for suggested prerequisites...
FOUND: perl-5.10.0
FOUND: sysstat
Prerequisite check complete.
Checking for installable packages
Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell
Found zimbra-memcached
Found zimbra-proxy
Select the packages to install
Install zimbra-ldap [Y] Y
Install zimbra-logger [Y] Y
Install zimbra-mta [Y] Y
Install zimbra-snmp [Y] Y
Install zimbra-store [Y] Y
Install zimbra-apache [Y] Y
Install zimbra-spell [Y] Y
Install zimbra-memcached [N] N
Install zimbra-proxy [N] N
Checking required space for zimbra-core
checking space for zimbra-store
Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell
The system will be modified. Continue? [N] Y
Removing /opt/zimbra
Removing zimbra crontab entry...done.
Cleaning up zimbra init scripts...done.
Cleaning up /etc/[Link]...done.
Cleaning up /etc/security/[Link]...done.
Finished removing Zimbra Collaboration Suite.
Installing packages
zimbra-core......zimbra-core_6.0.8_GA_2661.DEBIAN5_i386.deb...done
zimbra-ldap......zimbra-ldap_6.0.8_GA_2661.DEBIAN5_i386.deb...done
zimbra-logger......zimbra-logger_6.0.8_GA_2661.DEBIAN5_i386.deb...done
zimbra-mta......zimbra-mta_6.0.8_GA_2661.DEBIAN5_i386.deb...done
zimbra-snmp......zimbra-snmp_6.0.8_GA_2661.DEBIAN5_i386.deb...done
zimbra-store......zimbra-store_6.0.8_GA_2661.DEBIAN5_i386.deb...done
zimbra-apache......zimbra-apache_6.0.8_GA_2661.DEBIAN5_i386.deb...done
zimbra-spell......zimbra-spell_6.0.8_GA_2661.DEBIAN5_i386.deb...done
Operations logged to /tmp/[Link]
Installing LDAP configuration database...done.
Setting defaults...
DNS ERROR resolving MX for [Link]
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] Yes
Create domain: [[Link]] [Link]
MX: [Link] ([Link])
MX: [Link] ([Link])
Interface: [Link]
Interface: [Link]
Interface: [Link]
Interface: [Link]
done.
Checking for port conflicts
Main menu
1) Common Configuration:
2) zimbra-ldap: Enabled
3) zimbra-store: Enabled
+Create Admin User: yes
+Admin user to create: admin@[Link]
******* +Admin Password UNSET
+Enable automated spam training: yes
+Spam training user: spam.jwtaxid4@[Link]
+Non-spam(Ham) training user: ham.e1itelen@[Link]
+Global Documents Account: wiki@[Link]
+SMTP host: [Link]
+Web server HTTP port: 80
+Web server HTTPS port: 443
+Web server mode: http
+IMAP server port: 143
+IMAP server SSL port: 993
+POP server port: 110
+POP server SSL port: 995
+Use spell check server: yes
+Spell server URL: [Link]
+Configure for use with mail proxy: FALSE
+Configure for use with web proxy: FALSE
+Enable version update checks: TRUE
+Enable version update notifications: TRUE
+Version update notification email: admin@[Link]
+Version update source email: admin@[Link]
4) zimbra-mta: Enabled
5) zimbra-snmp: Enabled
6) zimbra-logger: Enabled
7) zimbra-spell: Enabled
8) Default Class of Service Configuration:
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit
Address unconfigured (**) items (? - help) 3
Store configuration
1) Status: Enabled
2) Create Admin User: yes
3) Admin user to create: admin@[Link]
** 4) Admin Password UNSET
5) Enable automated spam training: yes
6) Spam training user: spam.jwtaxid4@[Link]
7) Non-spam(Ham) training user: ham.e1itelen@[Link]
8) Global Documents Account: wiki@[Link]
9) SMTP host: [Link]
10) Web server HTTP port: 80
11) Web server HTTPS port: 443
12) Web server mode: http
13) IMAP server port: 143
14) IMAP server SSL port: 993
15) POP server port: 110
16) POP server SSL port: 995
17) Use spell check server: yes
18) Spell server URL: [Link]
19) Configure for use with mail proxy: FALSE
20) Configure for use with web proxy: FALSE
21) Enable version update checks: TRUE
22) Enable version update notifications: TRUE
23) Version update notification email: admin@[Link]
24) Version update source email: admin@[Link]
Select, or 'r' for previous menu [r] 4
Password for admin@[Link] (min 6 characters): [YtDTMIKp] 123456
Store configuration
1) Status: Enabled
2) Create Admin User: yes
3) Admin user to create: admin@[Link]
4) Admin Password set
5) Enable automated spam training: yes
6) Spam training user: spam.jwtaxid4@[Link]
7) Non-spam(Ham) training user: ham.e1itelen@[Link]
8) Global Documents Account: wiki@[Link]
9) SMTP host: [Link]
10) Web server HTTP port: 80
11) Web server HTTPS port: 443
12) Web server mode: http
13) IMAP server port: 143
14) IMAP server SSL port: 993
15) POP server port: 110
16) POP server SSL port: 995
17) Use spell check server: yes
18) Spell server URL: [Link]
19) Configure for use with mail proxy: FALSE
20) Configure for use with web proxy: FALSE
21) Enable version update checks: TRUE
22) Enable version update notifications: TRUE
23) Version update notification email: admin@[Link]
24) Version update source email: admin@[Link]
Select, or 'r' for previous menu [r] r
Main menu
1) Common Configuration:
2) zimbra-ldap: Enabled
3) zimbra-store: Enabled
4) zimbra-mta: Enabled
5) zimbra-snmp: Enabled
6) zimbra-logger: Enabled
7) zimbra-spell: Enabled
8) Default Class of Service Configuration:
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit
*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config (? - help) a
Save configuration data to a file? [Yes] Yes
Save config in file: [/opt/zimbra/config.10665] [Appuyez sur Entree]
Saving config in /opt/zimbra/config.10665...done.
The system will be modified - continue? [No] Yes
Operations logged to /tmp/[Link]
Setting local config values...done.
Setting up CA...done.
Deploying CA to /opt/zimbra/conf/ca ...done.
Creating SSL certificate...done.
Installing mailboxd SSL certificates...done.
Initializing ldap...done.
Setting replication password...done.
Setting Postfix password...done.
Setting amavis password...done.
Setting nginx password...done.
Creating server entry for [Link]...done.
Saving CA in ldap ...done.
Saving SSL Certificate in ldap ...done.
Setting spell check URL...done.
Setting service ports on [Link]...done.
Adding [Link] to zimbraMailHostPool in default COS...done.
Installing webclient skins...
waves...done.
bones...done.
sand...done.
bare...done.
smoke...done.
lavender...done.
twilight...done.
lake...done.
sky...done.
pebble...done.
oasis...done.
lemongrass...done.
hotrod...done.
zmail...done.
tree...done.
yahoo...done.
steel...done.
beach...done.
Finished installing webclient skins.
Setting zimbraFeatureIMEnabled=FALSE...done.
Setting zimbraFeatureTasksEnabled=TRUE...done.
Setting zimbraFeatureBriefcasesEnabled=TRUE...done.
Setting zimbraFeatureNotebookEnabled=TRUE...done.
Setting MTA auth host...done.
Setting TimeZone Preference...done.
Initializing mta config...done.
Setting services on [Link]...done.
Creating domain [Link]...done.
Setting default domain name...done.
Creating domain [Link]...already exists.
Creating admin account admin@[Link]...done.
Creating root alias...done.
Creating postmaster alias...done.
Creating user wiki@[Link]...done.
Creating user spam.jwtaxid4@[Link]...done.
Creating user ham.e1itelen@[Link]...done.
Setting spam training accounts...done.
Initializing store sql database...done.
Setting zimbraSmtpHostname for [Link]...done.
Configuring SNMP...done.
Checking for default IM conference room...not present.
Initializing default IM conference room...done.
Setting up [Link]...done.
You have the option of notifying Zimbra of your installation.
This helps us to track the uptake of the Zimbra Collaboration Suite.
The only information that will be transmitted is:
The VERSION of zcs installed (6.0.8_GA_2661_DEBIAN5)
The ADMIN EMAIL ADDRESS created (admin@[Link])
Notify Zimbra of your installation? [Yes] Yes
Notifying Zimbra of installation via [Link]
bin/[Link]?VER=6.0.8_GA_2661_DEBIAN5&MAIL=admin@[Link]
ERROR: Notification failed
Starting servers...done.
Installing common zimlets...
com_zimbra_phone...done.
com_zimbra_ymemoticons...done.
com_zimbra_date...done.
com_zimbra_dnd...done.
com_zimbra_cert_manager...done.
com_zimbra_url...done.
com_zimbra_adminversioncheck...done.
com_zimbra_bulkprovision...done.
com_zimbra_email...done.
Finished installing common zimlets.
Initializing Documents...done.
Restarting mailboxd...done.
Setting up zimbra crontab...done.
Moving /tmp/[Link] to /opt/zimbra/log
Configuration complete - press return to exit
slave:/home/humble/zcs#
Connexion
Ouvrir un navigateur :
Connexion administrateur
On met l’adresse url comme suit dans le navigateur [Link]
Le mot de passe est : 123456
Connexion client
Apres la configuration de client dans l’interface administrateur : on a donne le mot de passe
client wiki@[Link] comme 123456.
On met l’adresse suivant dans le navigateur :[Link]
Le tuto est terminé, maintenant a vous de jouer ☺
Auteur : MBOLATIANA Herinjaka Modeste
Elève Ingénieur de l’ENI Tanambao Fianarantsoa - MADAGASCAR