[OBM] Backend MiniG

Thomas Cataldo thomas.cataldo at aliasource.fr
Tue Nov 4 10:55:32 CET 2008


On Mon, 2008-11-03 at 22:14 +0000, Yassine AYACHI wrote:
> Mon système postfix+cyrus+ldap est bien configuré... j'arrive à
> envoyer et recevoir des mails correctement sur mon serveur. mon pb est
> avec l'interface MiniG lorsque j'entre un login/mdp d'un utilisateur
> de messagerie le navigateur tourne indéfiniment sans retourner
> d'erreur... 
> Je suis à court d'idées un coup de pouce plz.
> Voici mes fichier de conf :
> frontend_conf.ini 
> ########################################################
> # General Frontend settings #
> # copy this file to /etc/minig/frontend_conf.ini #
> ########################################################
> # IMAP proxy location (MiniG backend location)
> frontend.proxyUrl=http://127.0.0.1:143

http://127.0.0.1:8081 ici, le "proxy" (ou backend) est un service web
fonctionnant sur le port 8081. 

> # Set to "true" if frontend handles login by itself . If "false", a
> # previous app layer MUST perform login before showing the frontend.
> #
> # With the GWT frontend running in tomcat, a servlet filter might
> perform
> # the login operation.
> frontend.ajaxLogin=true
> # those settings are needed when OBM acts as single sign on provider
> for MiniG
> #frontend.ssoProvider=fr.aliasource.webmail.server.OBMSSOProvider
> #frontend.ssoServerUrl=http://192.168.10.42/sso/sso_index.php
> #frontend.logoutUrl=http://192.168.10.42/obm.php?action=logout
> ####################################
> # gwt front specific settings #
> ####################################
> # client implementation
> # uncomment for the dummy implementation
> #frontend.gwt.proxyClientFactoryClass=fr.aliasource.webmail.server.proxy.client.DummyProxyClientFactory
> # real client implementation
> frontend.gwt.proxyClientFactoryClass=fr.aliasource.webmail.server.proxy.client.http.ProxyClientFactory
> 
> backend_conf.ini
> #IMAP & SMTP server configuration
> backend.imap.uri=imap://127.0.0.1
> backend.imap.singleDomain=false
> backend.smtp.uri=smtp://127.0.0.1
> #
> # ldap address book. %q is replaced by the query.
> #
> completion.ldap.filter=(&(objectClass=inetOrgPerson)(mail=%q*))
> completion.ldap.url=ldap://127.0.0.1
> completion.ldap.basedn=dc=testobm
> 
> sachant que ds mon fichier web.xml j'ai le le filter et le
> filter-mapping commentés (ceci me permet d'accéder à la page d"cceuil
> MiniG)


Le reste de la conf me semble bon.

Il manque un dernier fichier de conf indexing_conf.ini :

solr.server.url=http://10.0.0.5:8080/solr/webmail

qui contiens l'addresse du serveur d'indexation solr
( http://lucene.apache.org/solr )

I'm expanding the documentation on this part of the setup in
http://code.google.com/p/minig/wiki/FullTextIndexing





More information about the Obm mailing list