<?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 configuration serveur imap pour accès fichier depuis e-mail in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/configuration-serveur-imap-pour-acc%C3%A8s-fichier-depuis-e-mail/m-p/152040#M106727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bonjour,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Je continue mes tests d'alfresco et pour la partie e-mail mais je n'arrive pas à y faire fonctionner.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;voici mon fichier alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;#&lt;BR /&gt;# Alfresco Email Service and Email Server&lt;BR /&gt;#————-&lt;BR /&gt;&lt;BR /&gt;# Enable/Disable the inbound email service. &amp;nbsp;The service could be used by processes other than&lt;BR /&gt;# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.&lt;BR /&gt;#————-&lt;BR /&gt;#email.inbound.enabled=true&lt;BR /&gt;&lt;BR /&gt;# Email Server properties&lt;BR /&gt;#————-&lt;BR /&gt;email.server.enabled=true&lt;BR /&gt;email.server.port=25&lt;BR /&gt;email.server.domain=alfresco.com&lt;BR /&gt;email.inbound.unknownUser=anonymous&lt;BR /&gt;&lt;BR /&gt;# A comma separated list of email REGEX patterns of allowed senders.&lt;BR /&gt;# If there are any values in the list then all sender email addresses&lt;BR /&gt;# must match. &amp;nbsp;For example:&lt;BR /&gt;# &amp;nbsp; .*\@alfresco\.com, .*\@alfresco\.org&lt;BR /&gt;# Allow anyone:&lt;BR /&gt;#————-&lt;BR /&gt;#email.server.allowed.senders=.*&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# IMAP&lt;BR /&gt;#————-&lt;BR /&gt;imap.server.enabled=true&lt;BR /&gt;imap.server.port=143&lt;BR /&gt;imap.server.host=192.168.3.95&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;lorsque je démarre mon serveur je n'ai aucun message d'erreur juste 2 warnings qui était déjà présents :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;14:15:51,563 WARN&amp;nbsp; [org.springframework.beans.GenericTypeAwarePropertyDescriptor] Invalid JavaBean property 'blockedSenders' being accessed! Ambiguous write methods found next to actually used [public void org.alfresco.email.server.EmailServer.setBlockedSenders(java.util.List)]: [public void org.alfresco.email.server.EmailServer.setBlockedSenders(java.lang.String)]&lt;BR /&gt;14:15:51,563 WARN&amp;nbsp; [org.springframework.beans.GenericTypeAwarePropertyDescriptor] Invalid JavaBean property 'allowedSenders' being accessed! Ambiguous write methods found next to actually used [public void org.alfresco.email.server.EmailServer.setAllowedSenders(java.util.List)]: [public void org.alfresco.email.server.EmailServer.setAllowedSenders(java.lang.String)]&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;et le catalina.out dit que tout est ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;14:15:51,241&amp;nbsp; INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [imap, default]&lt;BR /&gt;14:15:51,257&amp;nbsp; INFO&amp;nbsp; [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresc&lt;BR /&gt;o-shared.properties]&lt;BR /&gt;14:15:51,378&amp;nbsp; INFO&amp;nbsp; [repo.imap.AlfrescoImapServer] IMAP service started on host:port alfresco:143.&lt;BR /&gt;14:15:51,380&amp;nbsp; INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [imap, default] complete&lt;BR /&gt;14:15:51,380&amp;nbsp; INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, outbound]&lt;BR /&gt;14:15:51,393&amp;nbsp; INFO&amp;nbsp; [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresc&lt;BR /&gt;o-shared.properties]&lt;BR /&gt;14:15:51,490&amp;nbsp; INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, outbound] complete&lt;BR /&gt;14:15:51,490&amp;nbsp; INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, inbound]&lt;BR /&gt;14:15:51,533&amp;nbsp; INFO&amp;nbsp; [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresc&lt;BR /&gt;o-shared.properties]&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Ensuite j'essaye de configurer mon client mail :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;e-mail : &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:545@alfresco.com" rel="nofollow noopener noreferrer"&gt;545@alfresco.com&lt;/A&gt;&lt;SPAN&gt; ou 545@192.168.3.95&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;serveur : imap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip : 192.168.3.95&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user : admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;545 étant le noeud auquel je voudrais accéder depuis mon client mail et qui a l'aspect Emailed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;j'ai également vérifier et il n'y a pas d'erreur dans le log d'alfresco et le port 25 est libre&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;j'ai essayé d'utiliser la documentation ci-dessous :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/The_IMAP_Subsystem" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/The_IMAP_Subsystem&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;et surtout celle-ci :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Inbound_SMTP_Email_Server_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Inbound_SMTP_Email_Server_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/fr/viewtopic.php?f=6&amp;amp;t=3622&amp;amp;p=16376&amp;amp;hilit=imap+server+mail+configuration+envoi" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/fr/viewtopic.php?f=6&amp;amp;t=3622&amp;amp;p=16376&amp;amp;hilit=imap+server+mail+configuration+envoi&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;est-ce que quelqu'un peut m'indiquer ces paramètres afin de faire fonctionner mon serveur&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Merci d'avance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jul 2010 10:30:29 GMT</pubDate>
    <dc:creator>pitititi</dc:creator>
    <dc:date>2010-07-21T10:30:29Z</dc:date>
    <item>
      <title>configuration serveur imap pour accès fichier depuis e-mail</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuration-serveur-imap-pour-acc%C3%A8s-fichier-depuis-e-mail/m-p/152040#M106727</link>
      <description>Bonjour,Je continue mes tests d'alfresco et pour la partie e-mail mais je n'arrive pas à y faire fonctionner.voici mon fichier alfresco-global.properties## Alfresco Email Service and Email Server#————-# Enable/Disable the inbound email service. &amp;nbsp;The service could be used by processes other than# the</description>
      <pubDate>Wed, 21 Jul 2010 10:30:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuration-serveur-imap-pour-acc%C3%A8s-fichier-depuis-e-mail/m-p/152040#M106727</guid>
      <dc:creator>pitititi</dc:creator>
      <dc:date>2010-07-21T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: configuration serveur imap pour accès fichier depuis e-mail</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuration-serveur-imap-pour-acc%C3%A8s-fichier-depuis-e-mail/m-p/152041#M106728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;j'ai trouvé. Il ne fallait pas utiliser l'ip mais le nom de la machine. Maintenant tout est ok&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 13:24:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuration-serveur-imap-pour-acc%C3%A8s-fichier-depuis-e-mail/m-p/152041#M106728</guid>
      <dc:creator>pitititi</dc:creator>
      <dc:date>2010-07-21T13:24:39Z</dc:date>
    </item>
  </channel>
</rss>

