Installer Horde Groupware Webmail Edition sur Debian 4.0 Etch ou 5.0 Lenny
Le projet Horde vise a créer un groupware libre. Il est basé sur PHP et propose l'un des meilleurs WebMail du moment. Cet article vous guide lors de son installation sur Debian 4.0 Etch ou 5.0 Lenny.
Ce guide est obsolète. Utilisez la nouvelle version sur le Help Desk Biapy:
Installer Horde Groupware Webmail Edition sur Debian
Installation
Le projet Horde est constitué de plusieurs logiciels qui ensemble forment un groupware très complet. Ces logiciels sont disponibles soit séparément, soit dans le bundle Horde Groupware Webmail Edition. C'est ce dernier que nous allons installer dans ce guide. En premier lieu, nous installons les pré-requis :
/usr/bin/apt-get install libapache2-mod-php5 php5-gd php5-mysql php5-mcrypt php5-imap php5-tidy php5-cli php-pear
Afin que Horde fonctionne sans soucis, nous augmentons la limite d'utilisation mémoire du module PHP d'Apache 2 :
/bin/sed -i -e 's/memory_limit = .*/memory_limit = 128M/' /etc/php5/apache2/php.ini
De plus, vous pouvez augmenter les performances de Horde en installant memcached :
apt-get install memcached php5-memcache
Nous mettons à jour l'installation de PEAR :
/usr/bin/pear channel-update pear.php.net /usr/bin/pear upgrade-all
Nous installons maintenant les extensions PEAR et PECL recommandées par Horde. En premier lieu, nous installons les logiciels nécessaires à la compilation de l'extension :
/usr/bin/apt-get install libmagic-dev libgeoip-dev make php5-dev
Et nous compilons et installons les extensions PECL :
- fileinfo :
Cette extension permet d'améliorer la gestion des pièces jointes.
/usr/bin/pecl install fileinfo /bin/echo "extension=fileinfo.so" | /usr/bin/tee /etc/php5/conf.d/fileinfo.ini
- lzf :
Cette extension permet de réduire la taille des sessions (et donc l'occupation mémoire du serveur).
/usr/bin/pecl install lzf /bin/echo "extension=lzf.so" | /usr/bin/tee /etc/php5/conf.d/lzf.ini
- geoip :
Cette extension améliore la géolocalisation des adresses IP. Cependant, du à des problèmes de version, elle n'est pas installable simplement sur Etch. Si vous utilisez ce guide sur Debian 5.0 Lenny, vous n'êtes pas soumis à cette limitation :
if [ "$(/bin/cat /etc/debian_version)" != "4.0" ]; then /usr/bin/pecl install geoip /bin/echo "extension=geoip.so" | /usr/bin/tee /etc/php5/conf.d/geoip.ini fi
- idn :
Cette extension apporte le support des noms de domaines internationalisés. Cependant, à l'heure ou j'écris ce guide, cette extension est encore en Beta.
Une fois ces extensions installées, redémarrez votre serveur Apache pour les prendre en compte :
/etc/init.d/apache2 force-reload
Nous renseignons la dernière version de Horde Groupware Webmail Edition :
VERSION=1.2.2
Nous téléchargeons Horde Groupware Webmail Edition :
/usr/bin/wget http://ftp.horde.org/pub/horde-webmail/horde-webmail-$VERSION.tar.gz \ --output-document=/tmp/horde-webmail-$VERSION.tar.gz
Nous décompressons le fichier téléchargé :
/bin/tar --directory /opt -xzf /tmp/horde-webmail-$VERSION.tar.gz
Nous renommons le dossier ainsi obtenu :
/bin/mv /opt/horde-webmail-$VERSION /opt/horde-webmail
Et nous le rendons disponible via le serveur HTTP :
/bin/ln -s /opt/horde-webmail /var/www/
Remarque : Si vous souhaitez que Horde soit disponible à la racine d'un domaine dédié (pour obtenir une URL du type http://mail.domaine.com/), vous trouverez les informations nécessaires à la mise en place d'une telle configuration dans mon guide Installer et configurer Apache2 sur Debian 4.0 Etch.
Nous pouvons maintenant passer à la configuration de ce logiciel.
Configuration de Horde
Remarque : Horde nécessite l'accès à une base de donnée. Si vous le souhaitez, vous pouvez installer un serveur MySQL ou créer une base de donnée sur un tel serveur en suivant mon guide MySQL sur Debian 4.0 Etch ou 5.0 Lenny.
La configuration de Horde est assez complexe tellement sont nombreux les paramètres. Je vous invite donc à lire la documentation de Horde pour que votre système soit configuré aux petits oignons. Ce guide se contente de mettre en place une configuration fonctionnelle, mais basique. Pour ce faire nous allons utiliser le petit script fourni avec Horde :
/usr/bin/php /opt/horde-webmail/scripts/setup.php
Répondez aux questions posées par ce script.
Remarque : Dans la section "Configure database settings", choisissez "mysqli" comme type de base de données.
Important : si votre serveur IMAP n'est pas sur le serveur ou est installé Horde, ou s'il nécessite une identification par TLS, vous devez modifier la configuration de IMP :
/usr/bin/vim /opt/horde-webmail/imp/config/servers.php
Plusieurs valeurs sont possibles pour l'entrée 'protocol' :
- imap/notls : Connexion à IMAP non chiffrée (en clair).
- imap/tls : Connexion à IMAP chiffrée, avec un certificat SSL valide.
- imap/tls/novalidate-cert : Connexion à IMAP chiffrée, avec un certificat SSL non valide (par exemple, signé avec une authorité locale, ou CACert.org).
Source : Merci à Daniel E. Markle pour son article Horde/IMAP and IMAP/TLS.
Pour information, voici la configuration que j'utilise pour brancher Horde avec un serveur Cyrus IMAP installé à l'aide du guide Installer le serveur IMAP Cyrus sur Debian 4.0 Etch et 5.0 Lenny.
$servers['imap'] = array( 'name' => 'IMAP Server', 'server' => 'cyrus.domain.xen', 'hordeauth' => false, 'protocol' => 'imap/tls/novalidate-cert', 'port' => 143, 'quota' => array( 'driver' => 'imap', 'params' => array(), ), 'acl' => array( 'driver' => 'rfc2086', ), );
Une fois la configuration terminée, vous pouvez vérifier qu'il ne manque rien en visitant :
Remarque : Ne tenez pas compte de l'erreur sur la limite mémoire. 128 Mo devraient suffire.
Domaine d'email par défaut
Nous allons maintenant configurer l'email de contact utilisé lorsqu'un utilisateur rencontre des problème, et le domaine des email des utilisateurs de Horde, lorsque ce dernier ne peut le détecter. Pour ce faire, renseignez les valeurs à appliquer :
CONTACT_MAIL=contact@votre-domaine.com DEFAULT_MAIL_DOMAIN=votre-domaine.com
Appliquez maintenant ces paramètres :
/bin/sed -i -e "s/^\(.*problems.*email.*=\).*;/\1 '${CONTACT_MAIL}';/" \ -e "s/^\(.*problems.*maildomain.*=\).*;/\1 '${DEFAULT_MAIL_DOMAIN}';/" \ /opt/horde-webmail/config/conf.php
Fichier log
Nos modifions l'emplacement du fichier log de horde :
/bin/mkdir --parent /var/log/horde /bin/chown www-data:www-data /var/log/horde /bin/chmod 0750 /var/log/horde /bin/sed -i -e 's/\/tmp\/horde\.log/\/var\/log\/horde\/horde\.log/' /opt/horde-webmail/config/conf.php
Nous mettons en place la rotation de ces fichiers log :
/bin/cp /opt/horde-webmail/scripts/horde.logrotate /etc/logrotate.d/horde
Et nous l'adaptons à notre besoin :
/bin/sed -i -e 's|/var/log/horde\.log|/var/log/horde/horde.log|' /etc/logrotate.d/horde
Cache mémoire
En premier lieu, assurez vous d'avoir installer le cache mémoire :
apt-get install memcached php5-memcache /etc/init.d/apache2 force-reload
Nous activons le support de memcached :
/bin/sed -i -e 's/^\(.*memcache.*enabled.*=\).*;/\1 true;/' /opt/horde-webmail/config/conf.php
Et nous le configurons :
/bin/sed -i -e "/^\(.*conf.*memcache.*enabled.*=\).*/i\ \$conf['memcache']['hostspec'] = array('localhost');\n\ \$conf['memcache']['port'] = array('11211');\n\ \$conf['memcache']['weight'] = array();\n\ \$conf['memcache']['persistent'] = false;\n\ \$conf['memcache']['compression'] = false;\n\ \$conf['memcache']['large_items'] = true;" /opt/horde-webmail/config/conf.php
Emplacement du cache
Nous créons un dossier de cache sécurisé pour Horde :
/bin/mkdir /var/cache/horde /bin/chown www-data:root /var/cache/horde /bin/chmod 0700 /var/cache/horde
Et nous configurons Horde afin qu'il l'utilise :
/bin/sed -i -e "/^\(.*conf.*umask.*=\).*/a\ \$conf['tmpdir'] = '/var/cache/horde';" /opt/horde-webmail/config/conf.php
De même, nous configurons le nettoyage régulier des fichiers caches générés par Horde :
/bin/cp /opt/horde-webmail/scripts/temp-cleanup.cron /etc/cron.daily/horde-temp-cleanup /bin/chmod +x /etc/cron.daily/horde-temp-cleanup /bin/sed -i -e 's/^\(TMP_DIR=\).*/\1\/var\/cache\/horde/' /etc/cron.daily/horde-temp-cleanup
Envoi des emails d'alerte
Nous configurons maintenant l'envoi des emails d'alertes par Horde :
/bin/echo "# /etc/cron.d/horde : crontab fragment for horde
# Horde Alarms
*/5 * * * * /usr/bin/php /opt/horde-webmail/scripts/alarms.php" \
| /usr/bin/tee /etc/cron.d/horde
Outil d'administration des sessions
Si vous souhaitez que l'outil d'administration des sessions de Horde soit fonctionnel, exécutez la ligne de commande suivante :
/bin/chown www-data /var/lib/php5
Attention : Ceci peut engendrer des problèmes de sécurité, aussi je ne le recommande pas.
Gestion des pièces jointes
Si vous souhaitez pouvoir visionner vos pièces jointes directement dans Horde sans avoir à les télécharger, voici la ligne de commande vous permettant d'installer les logiciels nécessaires :
/usr/bin/apt-get install unrtf libwpd-tools xlhtml source-highlight ppthtml rpm wv enscript
Une fois ceci fait, nous corrigeons la configuration des chemins vers ces utilitaires dans Horde :
sed -i -e 's/\/usr\/local\/bin\/xlhtml/\/usr\/bin\/xlhtml/' \ -e 's/\/usr\/local\/bin\/ppthtml/\/usr\/bin\/ppthtml/' \ /opt/horde-webmail/config/mime_drivers.php
Enfin, nous activons les outils rendu disponibles :
sed -i -e "s/\/\/ \('deb'\)/\1/g" \ -e "s/\/\/ \('enscript'\)/\1/g" \ -e "s/\/\/ \('msword'\)/\1/g" \ -e "s/\/\/ \('msexcel'\)/\1/g" \ -e "s/\/\/ \('mspowerpoint'\)/\1/g" \ -e "s/\/\/ \('rpm'\)/\1/g" \ -e "s/\/\/ \('rtf'\)/\1/g" \ -e "s/\/\/ \('srchighlite'\)/\1/g" \ -e "s/\/\/ \('webcpp'\)/\1/g" \ -e "s/\/\/ \('wordperfect'\)/\1/g" \ /opt/horde-webmail/config/mime_drivers.php
Enfin, nous indiquons à Horde ou se trouve la base de donnée des informations Mime :
/bin/sed -i -e "/^\(.*conf.*sessionhandler.*type.*=\).*/a\ \$conf['mime']['magic_db'] = '/usr/share/file/magic';" /opt/horde-webmail/config/conf.php
Configuration de IMP
Afin de rendre la lecture des emails plus agréable, nous allons améliorer la configuration par défaut d'IMP :
Affichage en ligne des messages HTML
Par défaut, vous devez télécharger les messages au format HTML afin de pouvoir les lire. Ce n'est pas très agréable. Les lignes de commande suivantes modifient cette configuration :
/bin/sed -i -e '/.*mime_drivers.*imp.*html.*=.*array.*/{n;d}' /opt/horde-webmail/imp/config/mime_drivers.php /bin/sed -i -e "/.*mime_drivers.*imp.*html.*=.*array.*/a\ 'inline' => true," /opt/horde-webmail/imp/config/mime_drivers.php
Adaptation aux défauts de Thunderbird
Afin d'adapter les dossiers utilisé par Horde à ceux utilisé par Thunderbird, nous allons modifier quelques options :
- Le dossier des courriers envoyés :
/bin/sed -i -e "/.*_prefs.*'sent_mail_folder'.*/,/^\([^\/]*'value'\).*/{s|^\([^/]*'value'\).*|\1 => 'INBOX/Sent',|}" \ /opt/horde-webmail/imp/config/prefs.php
- Le dossier des brouillons :
/bin/sed -i -e "/.*_prefs.*'drafts_folder'.*/,/^\([^\/]*'value'\).*/{s|^\([^/]*'value'\).*|\1 => 'INBOX/Drafts',|}" \ /opt/horde-webmail/imp/config/prefs.php
- Le dossier de la corbeille :
/bin/sed -i -e "/.*_prefs.*'trash_folder'.*/,/^\([^\/]*'value'\).*/{s|^\([^/]*'value'\).*|\1 => 'INBOX/Trash',|}" \ /opt/horde-webmail/imp/config/prefs.php
-
Le dossier des indésirables :
/bin/sed -i -e "/.*_prefs.*'spam_folder'.*/,/^\([^\/]*'value'\).*/{s|^\([^/]*'value'\).*|\1 => 'INBOX/Junk',|}" \ /opt/horde-webmail/imp/config/prefs.php
Adaptation aux défauts de Outlook
Si vous n'utilisez pas Thunderbird, mais Outlook, voici les lignes de commande à utiliser :
- Le dossier des courriers envoyés :
/bin/sed -i -e "/.*_prefs.*'sent_mail_folder'.*/,/^\([^\/]*'value'\).*/{s|^\([^/]*'value'\).*|\1 => '\&AMk-l\&AOk-ments envoy\&AOk-s',|}" \ /opt/horde-webmail/imp/config/prefs.php
- Le dossier des brouillons :
/bin/sed -i -e "/.*_prefs.*'drafts_folder'.*/,/^\([^\/]*'value'\).*/{s|^\([^/]*'value'\).*|\1 => 'Brouillons',|}" \ /opt/horde-webmail/imp/config/prefs.php
- Le dossier de la corbeille :
/bin/sed -i -e "/.*_prefs.*'trash_folder'.*/,/^\([^\/]*'value'\).*/{s|^\([^/]*'value'\).*|\1 => '\&AMk-l\&AOk-ments supprim\&AOk-s',|}" \ /opt/horde-webmail/imp/config/prefs.php
Prévisualisation des pièces jointes
Afin de rendre disponible la prévisualisation en ligne des pièces jointe, exécutez la commande suivante :
/bin/sed -i -e 's/^\(.*mailbox.*show_preview.*=\).*;/\1 true;/' /opt/horde-webmail/imp/config/conf.php
Activation du cache
Afin que l'affichage des messages soit plus réactif, il vous faut activer l'utilisation du cache par IMP. Pour ce faire, exécutez la commande suivante :
/bin/sed -i -e 's/^\(.*mboxcache.*use_mboxcache.*=\).*;/\1 true;/' /opt/horde-webmail/imp/config/conf.php
Et de le configurer :
/bin/sed -i -e "/^\(.*conf.*mboxcache.*use_mboxcache.*=\).*/i\ \$conf['mboxcache']['use_compress'] = false;\n\ \$conf['mboxcache']['preview_size'] = 1000;\n\ \$conf['mboxcache']['lifetime'] = 2592000;" /opt/horde-webmail/imp/config/conf.php
De même, pour cacher la liste des messages :
/bin/sed -i -e 's/^\(.*mlistcache.*use_mlistcache.*=\).*;/\1 true;/' /opt/horde-webmail/imp/config/conf.php /bin/sed -i -e "/^\(.*conf.*mlistcache.*use_mlistcache.*=\).*/i\ \$conf['mlistcache']['lifetime'] = 604800;" /opt/horde-webmail/imp/config/conf.php
Affichage de la priorité et de la présence de pièces jointes dans la liste des messages
Pour afficher la priorité et la présence de pièces jointes dans la liste des messages, utilisez la commande suivante (l'activation du cache est recommandée) :
/bin/sed -i -e 's/^\(.*mailbox.*show_attachments.*=\).*;/\1 true;/' \ -e 's/^\(.*mailbox.*show_xpriority.*=\).*;/\1 true;/' \ /opt/horde-webmail/imp/config/conf.php
Mise en cache du JavaScript et du CSS
Afin d'accélérer le chargement des pages, il est possible de créer des fichiers Javascripts et CSS allégé. C'est ce que fait cette configuration :
- Pour le cache JavaScript :
/bin/sed -i -e 's/^\(.*server.*cachejs.*=\).*;/\1 true;/' /opt/horde-webmail/imp/config/conf.php /bin/sed -i -e "/^\(.*conf.*server.*cachejs.*=\).*/i\ \$conf['server']['cachejsparams']['timeout'] = 86400;\n\ \$conf['server']['cachejsparams']['mtime'] = false;" /opt/horde-webmail/imp/config/conf.php
- Pour le cache CSS :
/bin/sed -i -e 's/^\(.*server.*cachecss.*=\).*;/\1 true;/' /opt/horde-webmail/imp/config/conf.php /bin/sed -i -e "/^\(.*conf.*server.*cachecss.*=\).*/i\ \$conf['server']['cachecssparams']['timeout'] = 86400;\n\ \$conf['server']['cachecssparams']['mtime'] = false;" /opt/horde-webmail/imp/config/conf.php
Remarque : Si DIMP est présent, vous pouvez activer le cache du JavaScript et CSS pour cette interface :
- Pour le cache JavaScript :
/bin/sed -i -e 's/^\(.*server.*cachejs.*=\).*;/\1 true;/' /opt/horde-webmail/dimp/config/conf.php /bin/sed -i -e "/^\(.*conf.*server.*cachejs.*=\).*/i\ \$conf['server']['cachejsparams']['timeout'] = 86400;\n\ \$conf['server']['cachejsparams']['mtime'] = false;" /opt/horde-webmail/dimp/config/conf.php
- Pour le cache CSS :
/bin/sed -i -e 's/^\(.*server.*cachecss.*=\).*;/\1 true;/' /opt/horde-webmail/dimp/config/conf.php /bin/sed -i -e "/^\(.*conf.*server.*cachecss.*=\).*/i\ \$conf['server']['cachecssparams']['timeout'] = 86400;\n\ \$conf['server']['cachecssparams']['mtime'] = false;" /opt/horde-webmail/dimp/config/conf.php
Finitions
Vous trouverez dans cette sections diverses petites choses qui sans être obligatoires, amélioreront grandement votre Horde.
Dimp comme application par défaut
Dans la configuration standard de Horde, Imp est l'application par défaut. Si vous souhaitez utiliser Dimp sans trop vous fouler, voici la ligne de commande à appliquer pour en faire le défaut de Horde :
/bin/sed -i -e "/\$_COOKIE\['default_imp_view'\]/,/\$browser->isMobile().*'imp'/{ s/^\(.*$browser->isMobile().*\)'imp'\(.*\)\$/\1'dimp'\2/ ;}" /opt/horde-webmail/imp/login.php
Fortunes
Pour avoir un message d'accueil sympa lorsque vous vous identifiez. Commencez par installer le logiciel nécessaire :
/usr/bin/apt-get install fortunes-fr
Et configurez Horde pour l'utiliser :
/bin/sed -i -e "/^\(.*conf.*portal.*fixed_blocks.*=\).*/a\ \$conf['fortune']['exec_path'] = '/usr/games/fortune';" /opt/horde-webmail/config/conf.php
Correction orthographique
Afin de disposer d'un correcteur d'orthographe lors de la rédaction de vos messages, commencez par installer aSpell :
/usr/bin/apt-get install aspell-en aspell-fr
Et configurez IMP pour l'utiliser :
/bin/sed -i \ -e "s/^\(.*spell.*driver.*=\).*;/\1 'aspell';/" \ -e "/^\(.*conf.*spell.*driver.*=\).*/i\ \$conf['spell']['path'] = '/usr/bin/aspell';" /opt/horde-webmail/imp/config/conf.php
Encryption
Si vous souhaitez disposer du support de GnuPG pour crypter vos messages, commencez par installer GnuPG si besoin :
/usr/bin/apt-get install gnupg
Et configurez IMP pour l'utiliser :
/bin/sed -i -e "/^\(.*conf.*utils.*gnupg_keyserver.*=\).*/i\ \$conf['utils']['gnupg'] = '/usr/bin/gpg';" /opt/horde-webmail/imp/config/conf.php
De même, nous configurons Mnemo pour l'utiliser :
/bin/sed -i -e "/^\(.*conf.*menu.*print.*=\).*/i\ \$conf['utils']['gnupg'] = '/usr/bin/gpg';" /opt/horde-webmail/mnemo/config/conf.php
Utilisation de OpenSSL
Bon, la j'ai pas très bien compris à quoi cela pouvait servir... mais si cette fonctionnalité vous intéresse, voici comment l'activer. En premier lieu, installez OpenSSL :
/usr/bin/apt-get install openssl ca-certificates
Et configurez IMP pour l'utiliser :
/bin/sed -i -e "/^\(.*conf.*utils.*gnupg_timeout.*=\).*/a\ \$conf['utils']['openssl_cafile'] = '/etc/ssl/certs';\n\ \$conf['utils']['openssl_binary'] = '/usr/bin/openssl';" /opt/horde-webmail/imp/config/conf.php
Autres
Voici une liste non exhaustive de ce que je ne documente pas dans ce guide, mais que vous pouvez trouver dans l'interface de configuration de Horde :
- Récupération de la météo sur weather.com
- Géolocalisation des adresses IP
- API de recherche Google
- API de Google Maps
Je vous invite a explorer la configuration de Horde si ces outils vous intéressent.
Configuration pour Cyrus Imap
Si vous disposez d'un serveur Cyrus Imap, vous souhaitez probablement que Horde vous permette de configurer vos filtres de messages via Sieve. Pour ce faire, nous devons installer un paquet PEAR supplémentaire :
/usr/bin/pear install Net_Sieve
Une fois ceci fait, vous devez modifier le backend sieve de Ingo :
/usr/bin/vim /opt/horde-webmail/ingo/config/backends.php
Vous trouverez dans ce fichier un backend nommé 'sieve'. Il vous suffit normalement d'adapter les informations 'preferred' et 'hostspec' à vos besoins, puis de supprimer ou commenter les autres backends pour permettre à Ingo d'utiliser Sieve comment moteur de filtrage.
Il vous faut aussi modifier le parmètre 'hordeauth', il faut le passer de "true" à "'full'" :
'hordeauth' => 'full',
Liste noire des utilisateurs
Si vous souhaitez disposer d'une mécanique d'interdiction d'utilisation de Horde pour certain utilisateurs, vous pouvez le faire en utilisant le hook "preauthenticate". Pour ce faire, en premier lieu, autorisez l'utilisation de ce hook:
/bin/sed -i -e "s/^\(.*hooks.*preauthenticate.*=\).*;/\1 true;/" /opt/horde-webmail/config/conf.php
Ajoutez ensuite un paramètre de configuration pour la liste noire des utilisateurs :
/bin/sed -i -e "/^\(.*auth.*driver.*=\).*/a\ \$conf['auth']['blacklist'] = array( /* 'my_blacklisted_login', */ );" /opt/horde-webmail/config/conf.php
Et enfin, ajoutez la fonction de hook personnalisée au fichier hooks.php :
echo " // Here is an _horde_hook_preauthenticate that allow you to black list logins. if (! function_exists('_horde_hook_preauthenticate')) { function _horde_hook_preauthenticate(\$userID, \$credential, \$realm) { return ! in_array(\$userID, \$GLOBALS['conf']['auth']['blacklist']); } }" | /usr/bin/tee -a /opt/horde-webmail/config/hooks.php
Par la suite, vous pouvez ajouter un nouveau login à la liste noire avec les commandes suivantes. Commencez par renseignez le login à blacklister :
LOGIN=blacklisted_user
Et exécutez la commande suivante pour l'ajouter à la liste noire :
/bin/sed -i -e "s/^\(.*auth.*blacklist.*=.*\));.*/\1 '$LOGIN',);/" /opt/horde-webmail/config/conf.php
Utilisation avec reverse proxy
Si vous souhaitez utiliser Horde derrière un reverse proxy Apache, voici les modifications à effectuer (pour un serveur intermédiaire utilisant le HTTPS et donc Horde est la racine):
- dans le fichier /opt/horde-webmail/config/conf.php :
$conf['use_ssl'] = 1; $conf['server']['name'] = $_SERVER['SERVER_NAME']; $conf['server']['port'] = 443;
Résolution des problèmes
Si vous rencontrez des problèmes avec votre configuration de Horde, il est possible qu'augmenter le niveau de verbosité des fichiers journaux vous aide. Pour ce faire, utilisez cette ligne de commande :
/bin/sed -i -e 's/^\(.*log.*priority.*=\).*;/\1 PEAR_LOG_DEBUG;/' \ /opt/horde-webmail/config/conf.php
Vous pouvez alors observer le fichier journal de Horde à l'aide de la commande :
/usr/bin/tail -n 50 -f /var/log/horde/horde.log
Une fois le problème diagnostiqué correctement, vous pouvez revenir au niveau normal de verbosité du fichier journal à l'aide de cette commande :
/bin/sed -i -e 's/^\(.*log.*priority.*=\).*;/\1 PEAR_LOG_NOTICE;/' \ /opt/horde-webmail/config/conf.php
Sécurisation
Attention : n'effectuez cette étape que lorsque votre Horde est parfaitement configuré. Mais avant de le rendre accessible aux internautes.
Afin de rendre Horde plus robuste aux attaques, nous allons modifier les permissions des fichiers de configuration :
/usr/bin/find /opt/horde-webmail -type f -wholename "*config/*" | /usr/bin/xargs /bin/chown -R root:www-data /usr/bin/find /opt/horde-webmail -type f -wholename "*config/*" | /usr/bin/xargs /bin/chmod 0440
Nous désactivons les fichiers test.php :
/usr/bin/find /opt/horde-webmail -type f -name "test.php" | /usr/bin/xargs /bin/chmod a-rwx
Nous restreignons l'accès aux scripts de configuration à l'utilisateur root :
/usr/bin/find /opt/horde-webmail -type d -name "scripts" | /usr/bin/xargs /bin/chown -R root:root /usr/bin/find /opt/horde-webmail -type d -name "scripts" | /usr/bin/xargs /bin/chmod -R go-rwx
Et pour faire bonne mesure, nous interdisons la modification de l'ensemble du code source de Horde :
/bin/chmod -R ugo-w /opt/horde-webmail
Nous désactivons l'affichage de code PHP aux utilisateurs lors d'erreurs :
/bin/echo "# Secure PHP for horde expose_php = Off display_errors = Off log_errors = On register_globals = Off " | tee /etc/php5/conf.d/horde.ini
Et nous redémarrons Apache 2 pour prendre en compte cette configuration :
/etc/init.d/apache2 force-reload
Je vous recommande également d'utiliser Horde à travers une connexion HTTPS afin que les mots de passe des comptes email ne circulent pas en clair sur le réseau.
Amélioration de la sécurité à l'aide d'Apache
Si vous le souhaitez, il est possible d'améliorer encore la sécurité de votre installation Horde en configurant proprement Apache.
Dans le fichier qui correspond à votre installation de Horde, ajoutez ces lignes. Elles font en sorte que les dossiers de configuration de Horde restent privés :
# Deny access to files that are not served directly by the webserver <DirectoryMatch "^/opt/horde-webmail/(.*/)?(config|lib|locale|po|scripts|templates)/(.*)?"> order deny,allow deny from all </DirectoryMatch>
Une fois ceci fait, n'oubliez pas de recharger la configuration d'Apache :
/etc/init.d/apache2 force-reload
Remerciements
- Merci aux développeurs de Horde.
- Merci aux auteurs du document Installing Horde Groupware Webmail Edition.
- Merci à mrubinsk, webmestre du site The Upstair Room, sur irc.freenode.net#horde.
- Merci aux auteurs de l'article Horde Security Tips.
Compte Administrateur
Je ne me souviens plus de qu'elle option il s'agit, mais bon courrage dans votre recherche.
Le meilleur argent en ligne a partir de 3000 $ par semaine
Find a hot woman for good sex in your town
Fuck tonight juicy woman in your town
Hot women for sex in your town
Baise ce soir femme juteuse dans ta ville
Hot women for sex in your town
HeiГџe Frauen fГјr guten Sex jeden Tag
Where to invest $ 3000 once and receive every month from $ 55000
How to make $450 per hour
Fuck tonight juicy woman in your town
Comment gagner 3000 € Fast Fast Money | Le budget occupé
Wie man € 10.000 pro Tag SCHNELL macht
How To Make $100,000 Per Month With Forex Signals
Sexy girls for the night in your town
Find yourself a girl for the night in your city
Find yourself a girl for the night in your city
Meet sexy girls in your city
$10000 per day Crypto Binary Options, How to earn +0.05922 btc in 5 mins
Cryptocurrency Investing 2019
Meet sexy girls in your city
$200 for 10 mins “work?”
Meet sexy girls in your city
Comment gagner 3000 € Fast Fast Money | Le budget occupé
The best women for sex in your town
Hoe te beleggen in bitcoins in 2019 en ontvang een passief inkomen van $ 7.000 per maand
Beautiful girls for sex in your city
Cryptocurrency Trading & Investing Strategy for 2019. Receive passive income of $ 7,000 per month
Invest $ 5,000 in Bitcoin mining once and get $ 7,000 passive income per month
Sexy girls for the night in your town
Beautiful girls for sex in your city
Invest in mining cryptocurrency $ 5000 once and get passive income of $ 7000 per month
You win iphone X - Apple Community
Now's your chance to win a free iPhone X
Beautiful girls for sex in your city
Find yourself a girl for the night in your city
Cryptocurrency Trading & Investing Strategy for 2019. Receive passive income of $ 7,000 per month
Adult dating american online
Meet a sexy girl right now
Make Money 10000$ Per Day With Bitcoin
Kontaktaufnahme mit lokalen Mädchen auf der Suche nach Sex
Triff sexy Girls in deiner Stadt
How to invest in bitcoins $ 15000 - get a return of up to 2000%
Binary options + Bitcoin = $ 5000 per week
UPDATE: Cryptocurrency Investing Strategy - Q2 2019. Receive passive income of $ 70,000 per month
Make Money 10000$ Per Day With Bitcoin
Get $1500 – $6000 per DAY
$200 for 10 mins “work?”
Beautiful women for sex in your town
Get Laid Tonight and Local Sex
Sexy girls in your city are looking for dating
Sexy girls for the night in your town
Single women want sex in your city
Get Laid Tonight and Local Sex
Meet a beautiful girl for sex right now
How To Find Local Sex On Meet N Fuck
Find yourself a girl for the night in your city
Free Local Sex - Find Women Looking For Sex
Get Laid Tonight and Local Sex
Free Sex Meet With Local Women
Girls are looking for sex in your city
How to invest in bitcoins in 2019 and receive passive income of $ 70,000 per month
Invest in Bitcoin and earn from $ 3000 per day
How to Make $30000 FAST | Fast Money | The Busy Budgeter
Free Sex Meet With Local Women
Beautiful women are looking for sex in your city
How to invest in Bitcoin and receive from $ 3,500 per day
10 besten Sex-Dating-Sites (100% kostenlos)
Junge Mädchen suchen Sex in Ihrer Stadt
Beautiful women are looking for sex in your city
Find yourself a girl for the night in your city
Find yourself a girl for the night in your city
Top 5 ZA Casual Dating Sites 2019
Hot girls looking for sex in your city
Free Local Sex - Find Women Looking For Sex
How to find a woman for casual sex
Top 5 Usa Casual Dating Sites 2019
Beautiful girls are looking for sex in your city
Top 5 ZA Casual Dating Sites 2019
10 Best UK Dating Sites (2019)
Naked Teen Girls Looking for Sex
Casual Dating – Best Dating Sites
Meet for Sex - Find Sex Tonight
​Meet Local Women Looking For Sex Tonight On XPress
Sexy girls for the night in your town
Best Free Dating Sites
Dating sites for sex
Best Free Dating Sites
Find Girls in Near Me Area for Sex
Get $1000 – $6000 A Day
Invest in cryptocurrency and get passive income of $ 5000 per week
Where to invest $ 3000 once and receive every month from $ 55000
Beautiful women are looking for sex in your city
Dating sites for sex
Hot girls looking for sex in your city
Sexy girls for the night in your town
Bitcoin rate is growing. Manage to invest. Get passive income of $ 3,500 per week
UPDATE: Cryptocurrency Investing Strategy - Q2 2019. Receive passive income of $ 70,000 per month
​Meet Local Women Looking For Sex Tonight On XPress
How to find a woman for casual sex
5 Best Casual Dating Apps
Beautiful girls for sex in your city
Best Dating Apps 2019
Dating sites for sex
Get $1500 – $6000 per DAY
The Best Virtual Sex Games in 2019 Online
The best girls for sex in your town
These Are The Best Sex Apps For No Strings Attached Sex
Best Dating Apps 2019
10 Best UK Dating Sites (2019)
10 Best AU Dating Sites 2019
Get Laid Tonight and Local Sex
Dating sites for sex
Best Free Dating Sites
Hot girls looking for sex in your city
5 Best Casual Dating Apps
Invest $ 5,000 in Bitcoin once and get $ 70,000 passive income per month
Binary options + cryptocurrency = $ 7000 per week
Bitcoin rate is growing. Become a millionaire. Get a passive income of $ 3,500 per day.
How to make $10,000 Per day FAST
Top 5 des sites de rencontre dГ©contractГ©s ZA 2019
Top 5 Usa Casual Dating Sites 2019
Top 5 IE Casual Dating Sites 2019
The 8 Best Spots To Meet Women For Sex Online To Get You Laid
Les meilleures applications de rencontres pour 2019
Find The Hottest Women For Sex Hookups
Trouvez les femmes les plus chaudes pour les rencontres sexuelles
Rencontrer une fille sexy en ce moment
Meet sexy girls in your city
Filles nues Г la recherche de sexe
Casual Dating – Best Dating Sites
Become a bitcoin millionaire. Get from $ 2500 per day
Invest $ 5,000 in Bitcoin mining once and get $ 70,000 passive income per month
Become a bitcoin millionaire. Get from $ 2500 per day
10 Best DE Dating Sites 2019
Find The Hottest Women For Sex Hookups
Top 5 ZA Casual Dating Sites 2019
These Are The Best Sex Apps For No Strings Attached Sex
Best Dating Apps 2019
Find No String Girls Near Online for Sex Tonight
Naked Teen Girls Looking for Sex
Beautiful girls for sex in your city
Young girls want sex in your city
How to invest in bitcoins in 2019 and receive passive income of $ 70,000 per month
Invest $ 5000 and get $ 55000 every month
Invest $ 5000 and get $ 55000 every month
Make $200 per hour doing this
Earn Free Bitcoin 0.2 BTC Per day
Get $1500 – $6000 per DAY
How to Earn Bitcoins 0.5 BTC Fast and Easy 2019
Top 5 UK Casual Dating Sites 2019
The 8 Best Spots To Meet Women For Sex Online To Get You Laid
Top 5 CA Casual Dating Sites 2019
Casual Dating – Best Dating Sites
Casual Dating – Best Dating Sites
Best Free Dating Sites
Top 5 CA Casual Dating-Websites 2019
Sexy Girls fur die Nacht in deiner Stadt
Finden Sie die hei?esten Frauen fur Sex-Hookups
Triff sexy Girls in deiner Stadt
Beste kostenlose Dating-Sites
Zunder fur Erwachsene: Die 5 besten Senior Dating Sites
Top 5 UK Casual Dating-Sites 2019
10 Best Dating Sites 2019
Best Casual Online Dating Sites
How To Find Local Sex On Meet N Fuck
If you invested $1,000 in bitcoin in 2011, now you have $4 million
$15,000 a month (30mins “work” lol)
If you invested $1,000 in bitcoin in 2011, now you have $4 million
UPDATE: Cryptocurrency Investing Strategy - Q2 2019. Receive passive income of $ 70,000 per month
Just Buy Essay Online | 100% Safe and Client-Oriented Writing Service
Buying Essays Online – What to Watch for
Buy Essay Online | Purchase Essays From Experts
Buy Essays Online in UK
Become a bitcoin millionaire. Get from $ 2500 per day
LAZY way for $200 in 20 mins: http://jnl.io/43471?bhw=cp
How to Earn Bitcoins 0.5 BTC Fast and Easy 2019: http://xsle.net/vdw2?bhw=bko
Invest $ 5,000 in cryptocurrency once and get $ 70,000 passive income per month: http://jnl.io/22014?bhw=97gt
What's the easiest way to earn $30000 a month: http://www.lookweb.it/56458?bhw=yude
Invest $ 5,000 in cryptocurrency once and get $ 70,000 passive income per month
How to invest in bitcoins in 2019 and receive passive income of $ 70,000 per month: http://jnl.io/86109?bhw=zp
How to make $3000 a day: http://to.ht/39114?bhw=1o
$15,000 a month (30mins “work” lol): http://rih.co/53288?bhw=twe
$15,000 a month (30mins “work” lol): http://jnl.io/69775?bhw=su
Invest in mining cryptocurrency $ 5000 once and get passive income of $ 70000 per month: http://jnl.io/74140?bhw=79s
If you invested $1,000 in bitcoin in 2011, now you have $4 million
Invest in cryptocurrency and get passive income of $ 5000 per week: https://1borsa.com/souy?bhw=zz
How to Make $30000 FAST | Fast Money | The Busy Budgeter: http://to.ht/74173?bhw=5v
How to invest in bitcoins in 2019 and receive passive income of $ 70,000 per month: http://jnl.io/60331?bhw=we5
Bitcoin rate is growing. Become a millionaire. Get a passive income of $ 3,500 per day.: http://jnl.io/56772?bhw=zi
Find The Hottest Women For Sex Hookups
Free Local Sex - Find Women Looking For Sex: https://darknesstr.com/bestsexygirls491988?uid=qc
Casual Dating – Best Dating site UK: https://1borsa.com/bestsexygirls582946?uid=ch
10 Best FR Dating Sites 2019: http://www.lookweb.it/bestsexygirls76353?uid=s6
Sexy women in your city are looking for dating: https://bogazicitente.com/bestsexygirls835383?uid=a97
5 Best Casual Dating Apps
Beautiful girls are looking for sex in your city http://lovebyt.es/bestsexygirls708724?uid=48
Beautiful women are looking for sex in your city http://rih.co/bestsexygirls39122?uid=79s
The best girls for sex in your town http://jnl.io/bestsexygirls18635?uid=f7
The Best Dating Apps for 2019 http://freeurlredirect.com/bestsexygirls278983?uid=7we
#1 Essay Writing Service UK Students Trust. 100% Secure
Buy Essays Online in Canada: http://to.ht/buyessayonline85948?u=zpl
Buy Authentic Dissertation Writing Services & Dissertation Help: http://linky.tech/buyessayonline594605?u=q7
Buy Essays Online in Canada: http://www.lookweb.it/buyessayonline22759?u=aj
Buy Authentic Dissertation Writing Services & Dissertation Help: http://rih.co/buyessayonline50726?u=8k
Buy Essays Online in UK: https://bogazicitente.com/buyessayonline427144?u=y7
Young girls are looking for sex in your city
Dating sites for sex
How To Find Local Sex On Meet N Fuck http://to.ht/sexygirlsinyourcity42253?u=bwe
The best girls for sex in your town https://links.wtf/e0Kx?u=a6
Hot girls looking for sex in your city https://slimex365.com/bestsexygirls319503?u=owe
Meet a sexy woman right now http://to.ht/sexygirlsinyourcity78209?u=13vf
Get Laid Tonight and Local Sex
Find Girls in Near Me Area for Sex: http://www.nuratina.com/go/bestsexygirls551563?u=cw
Best Casual Online Dating Sites: http://to.ht/sexygirlsinyourcity70020?u=15l
How to find a woman for casual sex: http://boesch-web.ch/s/bestsexygirls37870?u=2d
5 Best Casual Dating Apps: https://jim-s.com/bestsexygirls666436?u=w9
Young girls want sex in your city: https://is.gd/sexygirlsinyourcity31047?u=d13
Beautiful girls for sex in your city: https://vae.me/TGwT?u=u7
Meet for Sex - Find Sex Tonight: http://www.tinyurl.me/YjIxNzctnbbylf?u=fi
Meet for Sex - Find Sex Tonight, Free Fuck Sites - 714 women want to meet for sex in your city: http://xsle.net/adultdatingsex633561?l=0330
Adult Dating Site, Meet and Fuck - 936 beautiful women want sex in your city right now: https://bestadultforsex.blogspot.com?m=54
How To Find Local Sex On Meet N Fuck (347 women want to meet for sex in your city): http://rih.co/adultdatingsite72379?s=5948
Sex Dating Sites - Online Adult Dating - 865 girls want to meet for sex in your city: https://bestsexygirlsinyourcity.blogspot.be?i=72
#1 Adult Sex Dating App - 478 girls want to meet for sex in your city: https://bestadultforsex.blogspot.de?v=69
The best girls for sex in your town (676 girls want to meet for sex in your city): http://jnl.io/adultdatingsite16346?z=2727
Meet a beautiful woman for sex right now (648 girls want to meet for sex in your city): https://bestadultforsex.blogspot.jp?f=35
Sexy girls in your city are looking for dating (381 beautiful women want sex in your city right now): https://adultforsexxxx.blogspot.ro?g=26
Women are looking for sex in your city (335 women want to meet for sex in your city): https://adultforsexxxx.blogspot.cz?v=86
Adult Dating, Sex Dating, Free Sex, Real Sex Contacts - 474 beautiful women want sex in your city right now: http://www.lookweb.it/adultdatingsite48805?y=7555
Online Sex Sites for Adult Dating - 651 women want to meet for sex in your city: https://bestadultdatingsite999.blogspot.no?c=96
Find yourself a girl for the night in your city (729 women want to meet for sex in your city): http://rih.co/adultdatingsite62220?d=0015
Find No String Girls Near Online for Sex Tonight (315 beautiful girls want sex in your city right now): http://www.lookweb.it/adultdatingsite74804?y=5249
Get Laid Tonight and Local Sex (623 beautiful girls want sex in your city right now): https://bestadultforsex.blogspot.ro?v=41
Meet a sexy girl right now (797 women want to meet for sex in your city): https://darknesstr.com/adultdatingsex935140?f=8538
Beautiful women for sex in your town (778 girls want to meet for sex in your city): https://adulttdatingsites.blogspot.no?m=25
Single girls want sex in your city (623 beautiful women want sex in your city right now): http://jnl.io/adultdatingsite97174?v=0934
Find The Hottest Women For Sex Hookups (827 beautiful girls want sex in your city right now): https://adulttdatingsites.blogspot.jp?u=04
Dating sites for sex - 228 women want to meet for sex in your city: https://bestadultdatingsite999.blogspot.it?h=88
Sexy women in your city are looking for dating (482 women want to meet for sex in your city): http://www.lookweb.it/adultdatingsite58470?p=1872
Sex Dating Sites - Online Adult Dating - 143 girls want to meet for sex in your city: https://bestadultdatingsitess.blogspot.pt?j=74
Sex Dating Sites - Online Adult Dating - 771 beautiful women want sex in your city right now: https://bestadultdatingsite999.blogspot.ch?v=16
Genau wie wГјrden Sie mit Sicherheit 6235 US-Dollar nutzen, um mehr Kredite aufzunehmen?: https://make-1-btc-per-week.blogspot.cz?y=71
Wie man 0,95 Bitcoin pro Tag macht: https://5-btc-per-day.blogspot.fi?x=362
What's the easiest means to gain $85472 a month: https://3-btc-per-day.blogspot.com.ar?f=238
How to invest in Bitcoin and receive from $ 5895 per day: https://earn7btcperweek.blogspot.com?c=67
Forex + Cryptocurrency = $ 5376 per week: https://1-btc-per-day.blogspot.hu?y=545
How to earn $ 6867 per week: https://get3btcperweek.blogspot.com.es?x=27
How to earn on investments in Cryptocurrency from $ 3739 per day: https://earn1btcperdayy.blogspot.co.uk?j=74
How to earn on investments in Bitcoin from $ 4849 per day: https://10-btc-per-week.blogspot.in?r=582
Invest $ 38698 in Cryptocurrency once and get $ 815493 passive income per month: http://urlky.com/3btcperday225468?w=773
How would you utilize $52678 to make even more loan: https://7-btc-per-day.blogspot.sk?s=492
How to invest in Cryptocurrency and receive from $ 1282 per day: http://v.ht/BXwGK?aIICOolqe
Invest $ 51741 in Bitcoin once and get $ 557646 passive income per month: http://www.lookweb.it/earnonebtc70318?b=4618
How to earn on investments in Bitcoin from $ 1433 per day: http://rocpendbelta.tk/1e9hi?ApyWS10
What's the easiest method to earn $59836 a month: http://www.lookweb.it/earnonebtc15313?f=6014
Just how to Make $6247 FAST, Fast Cash, The Busy Budgeter: http://www.tinyurl.me/ZDdmMjMtlbtbwr?h=5176
What's the simplest means to gain $65567 a month: http://tradinclasging.tk/uo793?fvk1B2
Invest $ 3793 and get $ 36783 every month: https://hideuri.com/KG1QNO?xwra54DZ
How to Make $6358 FAST, Fast Cash, The Busy Budgeter: https://hideuri.com/a7gzj9?yEk9hVRE
How to make 0,837 BTC per week
Invest $ 2866 and get $ 92859 every month: https://hideuri.com/KGRo31?&yyhip=FgOeGVe8oWB
How to earn on investments in Cryptocurrency from $ 8252 per day
How to earn on investments in Cryptocurrency from $ 5947 per day https://hideuri.com/KDywpE?pUo9qA9z89c
How to make $ 7876 per day http://iladquite.tk/nuvi?&uootc=j2zGCx
Invest $ 6439 and get $ 12962 every month http://erbeviper.cf/phmm?rUyE0x
Just how would certainly you utilize $99581 to make even more money https://hideuri.com/KQp3Ow?&itjuv=U2R5uxrdVH1
How to invest in Bitcoin $ 94844 - get a return of up to 4548%
How to invest in Bitcoin and receive from $ 9641 per day: http://torccomveichron.tk/ljx4?&iggmj=n9NYIk31j1
How to Make $8253 FAST, Quick Loan, The Busy Budgeter
Exactly how to Make $6631 FAST, Quick Loan, The Busy Budgeter
How to invest in Bitcoin $ 72941 - get a return of up to 6672% http://collisiltau.tk/yxqqb?btiacE
How to get $ 5286 per day http://supplarefec.tk/9w46p?8flgW
Forex + Cryptocurrency = $ 6287 per week https://hideuri.com/qM4eeV?&ktvnm=xTpHDJzvpT
How to invest in Bitcoin and receive from $ 4932 per day http://weimackaybur.tk/lg8m9?&yiqrp=ZP8FI1
Just how would certainly you utilize $78932 to make even more cash: https://hideuri.com/x4o96e?BPCFdZUbs
Invest $ 3281 and get $ 68954 every month
How to earn 0,842 Bitcoin per week: https://v.ht/314KmS?Dif5tWy
What's the easiest way to make $91899 a month: https://cutt.us/rrb6PHJg5j?shzU60h5X7Tlen
How would you make use of $88768 to make even more money: https://cutt.us/D1N4UhZ5O?&quhkm=SWBDRpNj3wY
Forex + Cryptocurrency = $ 6633 per week: https://hideuri.com/a5ojWV?l3X2LJafYMhRJ
How to invest in Cryptocurrency and receive from $ 6767 per day: https://cutt.us/Qh060R?&zuqhn=krhlnk1kE3w
How to earn on investments in Bitcoin from $ 9592 per day
What's the easiest way to gain $98933 a month: https://hideuri.com/qJo5yr?&adhzx=ghS04ubf
Invest $ 3586 and get $ 32295 every month: https://soo.gd/26qSN?&gplaj=BCa5D
How to Make $5644 FAST, Fast Money, The Busy Budgeter: https://v.ht/Y3GbJ?&rltaw=LKuDi2plunn
How to invest in Cryptocurrency and receive from $ 2137 per day: https://v.ht/qEybt?Jz8Gl
Invest $ 31941 in Bitcoin once and get $ 482134 passive income per month: https://soo.gd/Kjbgr?7oUYJ
Invest $ 13255 in Cryptocurrency once and get $ 966655 passive income per month: https://cutt.us/NNWegNh?&qcpdy=Ul2gDP6QRkY3
How to get $ 8985 per day: https://hideuri.com/xyzWO1?BzogAL
How to invest in Bitcoin $ 51525 - get a return of up to 1726%: https://cutt.us/urPRaIx?zgVrT5Y
What's the easiest method to make $59899 a month: https://v.ht/lwIV9B5?&ehnch=HfGgf
How to get $ 6539 per day: https://soo.gd/GuqE3?&crono=JVeCRL0G
How to invest in Cryptocurrency and receive from $ 8341 per day: https://v.ht/zffXRV?&ndrox=u07uvRsBbcV
What's the easiest means to earn $61991 a month: https://v.ht/EDG6UYj?QzM6RDTJBUVIP
How to make $ 7886 per week: https://soo.gd/TBuh?&ejxui=BzrTX6
Invest $ 8831 and get $ 31978 every month: https://cutt.us/LN91M1GDq?OnSzdFtxWE
Get yours 111 BTC: https://is.gd/LzXvUA
Take your 111 BTC: https://v.ht/TiWxhIq
Which wallet should you transfer to 111 Bitcoins: https://v.ht/Rezj1
Sex Dating Sites - Online Adult Dating - 927 beautiful women want sex in your city right now: http://lovebyt.es/lqep
Meet for Sex - Find Sex Tonight (956 beautiful women want sex in your city right now): http://freeurlredirect.com/zl06
Girls are looking for sex in your city (657 girls want to meet for sex in your city): http://www.nuratina.com/go/gy6c
Adult Dating Site, Meet and Fuck - 815 beautiful girls want sex in your city right now: http://www.nuratina.com/go/gymJ
Free Adult Dating & Sex Hookups - 315 girls want to meet for sex in your city: https://bogazicitente.com/wihw
Meet for Sex - Find Sex Tonight (217 girls want to meet for sex in your city): https://onlineuniversalwork.com/z1ul
How to Make $8556 FAST, Rapid Cash, The Busy Budgeter: http://qr.garagebrewers.com/r.php?c=g4XF
How to make $ 5631 per day: http://freeurlredirect.com/10855
What's the easiest method to earn $63436 a month: https://bogazicitente.com/x567
Paid Surveys: Make $9926 Or More Per Week: http://freeurlredirect.com/106os
What's the simplest means to gain $53441 a month: https://onlineuniversalwork.com/zlrr
How to invest in Cryptocurrency and receive from $ 5479 per day: https://slimex365.com/z0xi
How to invest in Bitcoin $ 91732 - get a return of up to 1328%: https://darknesstr.com/x1ig
Forex + Bitcoin = $ 6488 per week: http://xsle.net/zlrv
How to invest in Cryptocurrency and receive from $ 7868 per day: https://1borsa.com/earnonebitcoinperday86147
How to Make $9747 FAST, Fast Loan, The Busy Budgeter: https://slimex365.com/earnonebitcoinperday745584
Just how to Make $5844 FAST, Quick Loan, The Busy Budgeter: https://1borsa.com/earnonebitcoinperday539385
Invest $ 32576 in Bitcoin once and get $ 213295 passive income per month: https://jim-s.com/earnonebitcoinperday949271
How to invest in Cryptocurrency $ 7155 - get a return of up to 1913%: https://make-3-btc-per-day.blogspot.it?f=62
How to invest in Cryptocurrency $ 4797 - get a return of up to 3637%: https://earn-2btc-per-day.blogspot.se?x=99
Invest $ 3887 in Bitcoin once and get $ 91654 passive income per month: https://9000perday.blogspot.nl?a=31
How to Make $9664 FAST, Fast Money, The Busy Budgeter: https://make-1-btc-per-day.blogspot.nl?f=11
Paid Surveys: Make $8459 Or More Weekly: https://7000-usd-per-day.blogspot.com.ar?g=30
Invest $ 9797 in Cryptocurrency once and get $ 51799 passive income per month: https://earn-3btc-per-day.blogspot.mx?x=84
How to earn on investments in Cryptocurrency from $ 4879 per day: https://get-4-btc-per-day.blogspot.co.at?l=66
How would you use $55465 to make more money: https://earn-2btc-per-day.blogspot.ae?n=02
Binary options + Bitcoin = $ 1884 per week: https://pssv-tr-2.blogspot.dk?c=28
Sexy women in your city are looking for dating (477 beautiful girls want sex in your city right now): https://sexy-girls-hj.blogspot.fi?i=40
Young girls are looking for sex in your city (114 beautiful girls want sex in your city right now): https://sexy-girls-io.blogspot.ru?c=14
Young girls want sex in your city (952 beautiful women want sex in your city right now): https://sexy-girls-jk.blogspot.gr?k=91
Sex Dating Sites - Online Adult Dating - 131 beautiful girls want sex in your city right now: https://sexy-girls-io.blogspot.com.es?n=82
Sex App For Adult Dating, Sex Now Websites - 624 beautiful girls want sex in your city right now: https://sexy-girls-hj.blogspot.com.tr?c=44
Get Laid Tonight and Local Sex (272 girls want to meet for sex in your city): https://sexy-girls-jk.blogspot.com.ar?u=48
Dating sites for sex - 147 girls want to meet for sex in your city: https://sexy-girls-lk.blogspot.ch?p=10
Sexy girls for the night in your town (672 women want to meet for sex in your city): https://sexy-girls-hj.blogspot.kr?k=51
?Meet Local Women Looking For Sex Tonight On XPress (861 beautiful girls want sex in your city right now): https://sexy-girls-po.blogspot.kr?a=50
​Meet Local Women Looking For Sex Tonight On XPress: https://slimex365.com/11gk5
Sexy girls in your city are looking for dating: https://links.wtf/C5PL
Find The Hottest Women For Sex Hookups: https://bogazicitente.com/ziny
Buy Essays USA - Cheap & Safe Online Writing Service: http://www.nuratina.com/go/buyessayonline7829
Buy Essay Online At Writing Service from USA: http://www.nuratina.com/go/buyessayonline403761
Buy an Essay: Buy Essay Paper Online For Cheap: https://darknesstr.com/buyessayonline414706
The Best Dissertation Service in The UK: https://darknesstr.com/buyessayonline897379
How to make $ 9439 per day: http://linky.tech/earnmorebitcoins531096
How to invest in Cryptocurrency and receive from $ 2476 per day: http://qr.garagebrewers.com/r.php?c=gXLc
Paid Studies: Gain $7755 Or Even more Per Week: https://klurl.nl/?u=mSUR8Cap
Fast and Big money on the Internet from $9138 per day: https://darknesstr.com/morebitcoins115210
Earn money $6586 per day: https://vae.me/7ZSa
Earnings on the Internet from $9467 per day: https://bogazicitente.com/get1million9123
96 Ways to Make Money Online From $9586 per day: https://darknesstr.com/binarycrypto174132
READY EARNINGS ON THE INTERNET from $7329 per day: http://danapellpal.tk/ohocy
Adult best 100 free canadian dating sites: https://au-sexy-girls.blogspot.hk?of=446
Adult best free dating sites canada 2019: https://sexy-girls-bq.blogspot.ro?qk=475
Adult #1 dating app for android: https://sexy-girls-bdq.blogspot.nl?nf=644
Beautiful girls for sex in your city USA: https://bn-sexy-girls.blogspot.com.es?dj=187
Adult native american dating online: https://canada-sexy-girls.blogspot.co.nz?wi=663
Beautiful women for sex in your town UK: https://gr-sexy-jk.blogspot.com.tr?bm=360
Lerne sexy Girls in deiner Stadt Kanada kennen: https://links.wtf/SFOj
Adult Online-Dating-Handynummern: http://xsle.net/sexadultdating962290
Beste Dating-Website fur Erwachsene in Kalifornien: https://ecuadortenisclub.com/adultdatigwomans789121
Adult dating american guys online: https://bogazicitente.com/sexadultdating484322
Adulte numero 1 datant app pour Android: http://geouremeti.tk/1at59
Belles Femmes Pour Le Sexe Dans Votre Ville: http://jalisophffo.tk/t6f4
Adult dating cГ©libataires amГ©ricains en ligne: http://bundbotipssigh.tk/x4sq9
Belles Femmes Pour Le Sexe Dans Votre Ville Canada: http://loradetag.tk/5exyi
EASY SCHEME EARNINGS ON THE INTERNET from $5789 per day: https://make3btcperweek.blogspot.cz?z=47
Verified earnings on the Internet from $9338 per week: https://6000-usd-per-day.blogspot.se?m=29
Get it $6453 per week: https://se-gr-br.blogspot.in?y=07
BEST EARNINGS FOR ALL FROM $7919 per day: https://8000-usd-per-day.blogspot.ie?e=77
54 Legit Ways To Make Money And Passive Income Online - How To Make Money Online $5556 per day: https://qq-au-sa.blogspot.fi?r=39
Проверенное онлайн казино, 350 ФРИСПИНОВ ПОСЛЕ РЕГИСТРАЦИИ: http://linky.tech/onlinecasino63331
Лучшее онлайн казино, ВЫИГРАЙ 500000 РУБЛЕЙ СЕЙЧАС: http://freeurlredirect.com/winjackpot553012
Честное онлайн казино, более 350000 рублей в ежедневных подарках: https://sms.i-link.us/winjackpot339636
Самые выигрышные онлайн казино в интернете: https://slimex365.com/onlinecasino293710
Честное онлайн казино, более 350000 рублей в ежедневных подарках: https://1borsa.com/casinojackpot200702
Проверенное онлайн казино, ДО 100000 РУБЛЕЙ КЭШБЕКА: https://ecuadortenisclub.com/onlinecasino625323
Probléme de connexion
J'ai donc installé horde en suivant ce tuto, mais j'ai un probléme de connexion avec un des comptes, et comme de bien entendu, c'est avec le mien.
Pour les autres comptes utilisateurs, pas de soucis, la connexion se fait bien, donc je pense que la config est fonctionnelle.
Mais lorsque je tente de me connecter avec mon compte, la connexion est interminable, et cela m'ouvre plusieurs process "imapd" qui fini par ralentir ma machine. je suis obligé de "restart" apache pour que tout revienne dans l'ordre.
Je pense donc que le probléme provient de mon compte et non horde, mais je poste ce commentaire afin de peut-être avoir une solution si quelqu'un à eu ce même probléme et a trouvé la solution.
Si cela peut aider dans le diagnostique, jusqu'a présent j'utilise "Roundcube" comme webmail, et je ne rencontre apparemment aucun problème.
Merci si quelqu'un à une idée, et encore merci pour ce merveilleux tuto.
Dominique
hum... sous dossiers ?
déjà, roundcube est connu pour avoir une GROSSE faille de sécurité.. je te conseille de te renseigner pour voir si ton serveur n'a pas déjà été compromis.
Ensuite, concernant horde, il est possible que ton problème vienne de la présence de sous dossiers dans ton inbox imap ?
je ne vois que ca pour que tu es plusieurs process imapd. Mais je peut me tromper.
bon courrage
bien vu !
Effectivement, lorsque je suis sous certain client imap, je m'apperçois que des dossiers Sent, Trash et Drafts sont présents sous INBOX.
Par exemple, sous squirrelmail, en plus du dossier "mail" de mon homedirectory ou se trouvent mes différents fichiers mails autre que le INBOX qui lui est sous "/var/mail/" et porte le nom du user, squirrelmail me recrée systématiquement un second dossier "Mail" (avec un M majuscule) dans lequel sont créé les 3 fichiers nommés plus haut.
Utilisateur de uw-imapd, je ne vois par contre pas comment remédier à ce probléme, je viens d'y passer ma soirée, et la je séche franchement....
Pour ce qui est de Roundcube, normalement pas de soucis car étant le seul utilisateur de ce webmail, je double l'identification de connexion par un ".htaccess".
U forget this
Kronolith reminders
0 2 * * * /usr/bin/php /opt/horde-webmail/kronolith/scripts/reminders.php
Thanks 4 this howto
confidentialité
j'ai 'enfin' terminé l'installation du serveur de messagerie.
une chose me tracasse, lorsque j'envoi un mail via IMP,
celui ci inscrit dans les en-tête du mail l'adresse IP et le nom dns du pc que j'ai utilisé pour me conncter à Horde.
j'aimerais bien enlever ça et faire en sorte que le mail semble envoyé depuis le serveur sans reference aux pc des clients
est ce que vous avez deja été confronté à ce problème ?
pas vraiment
Bon courrage
Impossible de se loguer
J'ai tout installé sous debian 5 Lenny, cependant quand je rentre mes identifiants pour pouvoir me connecter dans la boîte mail, ça me remet au formulaire pour inscrire ses identifiants et mot de passe de connexion.
imapd: LOGIN, user=crash, ip=[::ffff:127.0.0.1], port=[57047], protocol=IMAP
imapd: LOGOUT, user=crash, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=96, sent=468, time=0
imapd: LOGOUT, user=crash, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=119, sent=463, time=0
Quel est le problème ?
Merci.
activation de l'indicateur d'absence
comment je peux activer l'indicateur d'absence.
lsu
soucis de login
Slider