<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problème de configuration email in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/probl%C3%A8me-de-configuration-email/m-p/42501#M22924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;En continuant l'installation de mon serveur Alfresco, je me suis mis à paramétrer le mail. Nous avons un serveur exchange en local.&lt;/P&gt;&lt;P&gt;Voici ce que contient mon fichier de configuration alfresco-global.properties:&lt;/P&gt;&lt;P&gt;notification.email.siteinvite=true&lt;BR /&gt;mail.host=IP.SRV.EXCH.ANGE&lt;BR /&gt;mail.port=25&lt;BR /&gt;mail.protocol=smtp&lt;BR /&gt;mail.username=DOMAIN\username&lt;BR /&gt;mail.password=motdepasse&lt;BR /&gt;mail.encoding=UTF-8&lt;BR /&gt;&lt;A class="jive-link-email-small" href="mailto:mail.from.default=username@DOMAIN.com" rel="nofollow noopener noreferrer"&gt;mail.from.default=username@DOMAIN.com&lt;/A&gt;&lt;BR /&gt;mail.smtp.auth=false&lt;BR /&gt;mail.smtp.debug=true&lt;BR /&gt;#mail.smtp.starttls.enable=true&lt;BR /&gt;#mail.smtps.auth=false&lt;BR /&gt;#mail.smtps.starttls.enable=true &lt;BR /&gt;#mail.testmessage.send=true &lt;BR /&gt;#mail.testmessage.to=&lt;SPAN&gt;username&lt;/SPAN&gt;&lt;SPAN&gt;@DOMAIN.com&lt;/SPAN&gt;&lt;BR /&gt;#mail.testmessage.subject=test Outbound SMTP &lt;BR /&gt;#mail.testmessage.text=test The Outbound SMTP email subsyst&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lorsque je tente un workflow avec la notification mail, par exemple, j'obtiens l'erreur suivante:&lt;/P&gt;&lt;P&gt;2017-08-01 14:17:56,665 ERROR [org.alfresco.repo.action.executer.MailActionExecuter] [mailAsyncAction2] Failed to send email to [NAME] : org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J'ai mis en commentaire les paramètres de test, puisque lorsque je les enlève et&amp;nbsp;que je relance le serveur, j'obtiens ceci:&lt;/P&gt;&lt;P&gt;2017-08-01 12:18:16,736 ERROR [org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean] [localhost-startStop-1] Error auto-starting subsystem&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mail' defined in URL [jar:file:/E:/alfresco-community/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-repository-5.1.g.jar!/alfresco/subsystems/email/OutboundSMTP/outboundSMTP-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: 07010001 Failed to send email to:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USERNAME@DOMAIN.com" rel="nofollow noopener noreferrer"&gt;USERNAME@DOMAIN.com&lt;/A&gt;&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1514)&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:521)&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)&lt;BR /&gt; at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)&lt;BR /&gt; at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:934)&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)&lt;BR /&gt; at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory$ApplicationContextState.start(ChildApplicationContextFactory.java:814)&lt;BR /&gt; at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.start(AbstractPropertyBackedBean.java:1086)&lt;BR /&gt; at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.onApplicationEvent(AbstractPropertyBackedBean.java:625)&lt;BR /&gt; at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:207)&lt;BR /&gt; at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:178)&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:334)&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:950)&lt;BR /&gt; at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)&lt;BR /&gt; at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)&lt;BR /&gt; at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)&lt;BR /&gt; at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)&lt;BR /&gt; at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)&lt;BR /&gt; at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5016)&lt;BR /&gt; at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5524)&lt;BR /&gt; at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)&lt;BR /&gt; at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)&lt;BR /&gt; at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)&lt;BR /&gt; at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)&lt;BR /&gt; at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:672)&lt;BR /&gt; at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1859)&lt;BR /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)&lt;BR /&gt; at java.util.concurrent.FutureTask.run(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;BR /&gt; at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.alfresco.error.AlfrescoRuntimeException: 07010001 Failed to send email to:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USERNAME@DOMAIN.com" rel="nofollow noopener noreferrer"&gt;USERNAME@DOMAIN.com&lt;/A&gt;&lt;BR /&gt; at org.alfresco.repo.action.executer.MailActionExecuter.sendEmail(MailActionExecuter.java:1070)&lt;BR /&gt; at org.alfresco.repo.action.executer.MailActionExecuter.executeImpl(MailActionExecuter.java:517)&lt;BR /&gt; at org.alfresco.repo.action.executer.MailActionExecuter$1.doWork(MailActionExecuter.java:449)&lt;BR /&gt; at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)&lt;BR /&gt; at org.alfresco.repo.action.executer.MailActionExecuter.init(MailActionExecuter.java:439)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1640)&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1581)&lt;BR /&gt; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)&lt;BR /&gt; ... 34 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Les mails fonctionnent sans passer par alfresco, et j'ai aussi effectuer en telnet depuis le serveur exchange.&lt;/P&gt;&lt;P&gt;Auriez-vous une piste d'aide? Est-ce ma configuration qui nécessite des modifications?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merci d'avance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2017 12:29:16 GMT</pubDate>
    <dc:creator>smenard</dc:creator>
    <dc:date>2017-08-01T12:29:16Z</dc:date>
    <item>
      <title>Problème de configuration email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/probl%C3%A8me-de-configuration-email/m-p/42501#M22924</link>
      <description>Bonjour,En continuant l'installation de mon serveur Alfresco, je me suis mis à paramétrer le mail. Nous avons un serveur exchange en local.Voici ce que contient mon fichier de configuration alfresco-global.properties:notification.email.siteinvite=truemail.host=IP.SRV.EXCH.ANGEmail.port=25mail.protoc</description>
      <pubDate>Tue, 01 Aug 2017 12:29:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/probl%C3%A8me-de-configuration-email/m-p/42501#M22924</guid>
      <dc:creator>smenard</dc:creator>
      <dc:date>2017-08-01T12:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problème de configuration email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/probl%C3%A8me-de-configuration-email/m-p/42502#M22925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L'erreur :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Laisse penser que les informations d'identification sont pas bonne.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Etes vous certains des éléments de configuration ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peut être le problème viens de la partie "DOMAIN", essayez sans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 14:41:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/probl%C3%A8me-de-configuration-email/m-p/42502#M22925</guid>
      <dc:creator>ycoulon</dc:creator>
      <dc:date>2017-08-01T14:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problème de configuration email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/probl%C3%A8me-de-configuration-email/m-p/42503#M22926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci pour votre réponse.&lt;/P&gt;&lt;P&gt;Je pense être certain, oui. De plus, j'ai essayé un envoi de mail en depuis le serveur exhchange en telnet avec les mêmes informations (même IP, même port, mêmes adresses), et l'envoi/réception c'est bien déroulé.&lt;/P&gt;&lt;P&gt;J'ai modifié le DOMAIN\username pour mettre cette fois &lt;A href="mailto:username@DOMAIN.com" rel="nofollow noopener noreferrer"&gt;username@DOMAIN.com&lt;/A&gt;&amp;nbsp;et je rencontre le même soucis:&lt;/P&gt;&lt;P&gt;2017-08-01 17:40:27,895 ERROR [org.alfresco.repo.action.executer.MailActionExecuter] [mailAsyncAction1] Failed to send email to [NAME] : org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 16:03:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/probl%C3%A8me-de-configuration-email/m-p/42503#M22926</guid>
      <dc:creator>smenard</dc:creator>
      <dc:date>2017-08-01T16:03:01Z</dc:date>
    </item>
  </channel>
</rss>

