# aptitude update # aptitude install ntp # ntpq -p ########################################################################### # dpkg-reconfigure locales en_US ISO-8859-1 en_US.ISO-8859-15 ISO-8859-15 en_US.UTF-8 UTF-8 fr_BE ISO-8859-1 fr_BE.UTF-8 UTF-8 fr_BE@euro ISO-8859-15 ---------------------------------- /etc/environment : LANG=fr_BE.UTF-8 LANGUAGE="fr_BE.UTF-8" LC_ALL=fr_BE.UTF-8 ########################################################################### echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf ########################################################################### Creer un utilisateur de test : # adduser postfo2015 mot de passe : postfo2015! Full Name []: postfo2015 ... # zarafa-admin --details postfo2015 # zarafa-admin --create-store postfo2015 ########################################################################### Currently the server is configured to accept SOAP connections on port 236. If you wish to connect Outlook clients on port 80, please setup your web server to proxy HTTP requests with URI=/zarafa to 236. This can be done in Apache2 with mod_proxy with the ProxyPass configuration directive: ProxyPass /zarafa http://localhost:236 ProxyPassReverse /zarafa http://localhost:236 The modules 'proxy' and 'proxy_http' need to be enabled. Enter 'a2enmod proxy' to enable the mod_proxy module. Do not forget to reload apache when you have altered the configuration.