Hola Angel:
No puedo confirmarte, hace mucho tiempo ya de la 3.4. Entiendo que si las propiedades de inbound están en el repository.properties es posible, pero siempre puede haber bugs si la version nó esta actualizada / parcheada en su rama al menos.
Saludos.
--C.
He mirado en la documentación oficial de Alfresco 3.4 y sí que hay configuraciones y demás para el inbound, entonces ahora no sé que pensar.
Y menos cuando configurando el outbound me da el mismo error (amartinb@alfrescochap.com no hace referencia a un nodo de acceso válido.)
Saludos. Angel
Hola.
Puedes encontrar un usuario ejecutando la siguiente consulta?
TYPE:"cmerson" +cm:email:"amartinb@alfrescochap.com"
Puedes probarlo usando la herramienta del navegador de nodos.
Hello.
Are you able to find an user executing the following query?
TYPE:"cmerson" +cm:email:"amartinb@alfrescochap.com"
You can try it using the Node Browser tool.
he probado esa búsqueda en el navagador de nodos y no me sale con esa búsqueda tal cual, pero me hice un script que me sacase todas las "persons" y salen Guest, System... el mío, entre otros... Pero no creo que resltase porque esa dirección no existe como tal, es solo que Alfresco al recibir un correo desde este remitente, debería aceptar la parte del dominio, porque "alfrescochap.com" es el server domain y debería aceptar la parte de "amartinb" porque es el alias de la carpeta destino.
No se si me he explicado.
No es un nodo físico en sí.
Al menos es como yo entiendo que funciona todo este jaleo del correo.
Sí, tiene usted razón.
Según el mensaje, el error se debe a que Alfresco no puede encontrar la carpeta de destino, y no el usuario.
Perdón por la confusion.
Pero volviendo al problema, en ese caso, lo que puede intentar es habilitar la depuración para esa clase específica, que es org.alfresco.email.server.EmailServiceImpl
Puedes ver qué está causando el problema aquí community-edition-old/EmailServiceImpl.java at master · Alfresco/community-edition-old · GitHub
Después de eso, verifique la salida de registro para el recipient
Su correo electrónico debe enviarse A amartinb@alfrescochap.com, y no DE amartinb@alfrescochap.com.
La parte A se usa para buscar la carpeta, utilizando el alias y la parte DE, para encontrar el usuario que se va a usar para guardar el contenido en la carpeta.
Yes, you are right.
By the message, the error is because Alfresco is not able to find the destination folder, and not the user.
Sorry for the confusion.
But back to the problem, in that case, what you can try is to enable the debug for that especific class, which is org.alfresco.email.server.EmailServiceImpl
You can see what is causing the problem here community-edition-old/EmailServiceImpl.java at master · Alfresco/community-edition-old · GitHub
After that, check the log output for recipient
Your email has be be sent TO amartinb@alfrescochap.com, and not FROM amartinb@alfrescochap.com.
The TO part is used to find the folder, by using the alias, and the FROM part, to find the user that is going to be used to save the content into the folder.
Compartí el código solo para informarle en qué parte del código de Alfresco se está lanzando la excepción.
Para poder ver el resultado de la depuración, lo que debe hacer es crear el siguiente archivo:
$TOMCAT_HOME/shared/classes/alfresco/extension/dev-log4j.properties
Y luego, ponga la siguiente línea dentro del archivo:
log4j.logger.org.alfresco.email.server.EmailServiceImpl=debug
Reinicie Alfresco, supervise el log y intente enviar correos electrónicos nuevamente.
Verá más información que puede ayudarlo a identificar lo que está mal.
I shared the code just to let you know where in the Alfresco's code, the exception is being thrown.
In order to you to see the debug output, what you have to do is to created the following file:
$TOMCAT_HOME/shared/classes/alfresco/extension/dev-log4j.properties
And then, put the following line inside the file:
log4j.logger.org.alfresco.email.server.EmailServiceImpl=debug
Restart Alfresco, monitor the log, and then try sending emails again.
You will see more information that can help you identify what is wrong.
Discussions about Alfresco Content Services and Alfresco Process Services in Spanish
Related:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.