Page 1 of 1

Ayuda con configuracion de Servicio de Correo

PostPosted:Fri Apr 09, 2010 2:17 am
by fr_cystem
Hola

Quisiera su ayuda ya que estoy intentando configurar el correo y no me funciona e leido algunas cosas del foro y no se reciben los mensajes en las cuentas y si tiene configuradas las direcciones.

este es mi config
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: mail-service.xml 62349 2007-04-15 16:48:15Z dimitris@jboss.org $ -->
<server>

  <!-- ==================================================================== -->
  <!-- Mail Connection Factory                                              -->
  <!-- ==================================================================== -->

  <mbean code="org.jboss.mail.MailService"
         name="jboss:service=Mail">
    <attribute name="JNDIName">java:/mail/OpenKM</attribute>
    <attribute name="User">XXXXX.XXXXX@empresa.com</attribute>
    <attribute name="Password">$$$$$</attribute>
    <attribute name="Configuration">
      <!-- A test configuration -->
      <configuration>
        <!-- Change to your mail server prototocol -->
        <property name="mail.store.protocol" value="pop3"/>
        <property name="mail.transport.protocol" value="smtp"/>

        <!-- Change to the user who will receive mail  -->
        <property name="mail.user" value="XXXXX.XXXXX@empresa.com"/>

        <!-- Change to the mail server  -->
        <property name="mail.pop3.host" value="pop3.serverXXXX"/>

        <!-- Change to the SMTP gateway server -->
        <property name="mail.smtp.host" value="smtp.serverXXXXX"/>

        <!-- The mail server port -->
        <property name="mail.smtp.port" value="25"/>

        <!-- Change to the address mail will be from  -->
        <property name="mail.from" value="XXXXX.XXXXX@empresa.com"/>

	<property name="mail.smtp.auth" value="true"/>
	<property name="mail.smtp.user" value="domino\userXXXXXX"/>
	<property name="mail.smtp.password" value="claveeeeee"/> 

        <!-- Enable debugging output from the javamail classes -->
        <property name="mail.debug" value="false"/>
      </configuration>
    </attribute>
    <depends>jboss:service=Naming</depends>
  </mbean>
y en el OpenKM.cfg ya agregue
Code: Select all
application.url=http://IPServer:8080/OpenKM/es.git.openkm.frontend.Main/index.jsp
Gracias

Re: Ayuda con configuracion de Servicio de Correo

PostPosted:Fri Apr 09, 2010 6:22 am
by pavila
Te refieres a la configuración para enviar correos de notificaciones desde el OpenKM o para importar correos de usuarios a OpenKM? Tienes más información en JBoss mail configuration.

Re: Ayuda con configuracion de Servicio de Correo

PostPosted:Fri Apr 09, 2010 2:09 pm
by fr_cystem
Es la configuración para enviar correos de notificaciones desde el OpenKM.... no me registra ningun dato

Re: Ayuda con configuracion de Servicio de Correo

PostPosted:Fri Apr 09, 2010 3:28 pm
by fr_cystem
09:26:53,830 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep
loy/jmx-console.war/
09:26:53,986 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@11e87705 { url=file:/C:/Inetpub/OpenKm/serve
r/default/deploy/mail-service.xml }
deployer: org.jboss.deployment.SARDeployer@b33d0a
status: null
state: FAILED
watch: file:/C:/Inetpub/OpenKm/server/default/deploy/mail-service.xml
altDD: null
lastDeployed: 1270826672692
lastModified: 1270826672677
mbeans:

Re: Ayuda con configuracion de Servicio de Correo

PostPosted:Fri Apr 09, 2010 7:23 pm
by jllort
Esto probablemente se debe a que el fichero mail-service.xml esta mal construido, prueba con el mail-service.xml original y ve cambiandolo poco a poco hasta descubrir cuando te aparece este error. Al guardar se deployará, si te da error mala señal !