<?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 Re: Email Users windowslive/hotmail/etc problem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/email-users-windowslive-hotmail-etc-problem/m-p/240696#M193826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This could be a misconfiguration of the &lt;/SPAN&gt;&lt;STRONG&gt;alfresco-global.properties&lt;/STRONG&gt;&lt;SPAN&gt; file. Specifically, check the &lt;/SPAN&gt;&lt;STRONG&gt;email.server.allowed.senders &lt;/STRONG&gt;&lt;SPAN&gt;value. Could you also please attach your properties file here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 19:32:55 GMT</pubDate>
    <dc:creator>wgonzalez</dc:creator>
    <dc:date>2010-04-12T19:32:55Z</dc:date>
    <item>
      <title>Email Users windowslive/hotmail/etc problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-users-windowslive-hotmail-etc-problem/m-p/240695#M193825</link>
      <description>I can sent email to users that i have in my AD. we have a mail server.I create a user in alfresco not i AD with a @windowslive.com mail….then i go to send an email to him and i get this error….do we have an explanation?13:41:41,757 ERROR [org.alfresco.web.bean.TemplateMailHelperBean] Failed to send</description>
      <pubDate>Mon, 12 Apr 2010 10:55:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-users-windowslive-hotmail-etc-problem/m-p/240695#M193825</guid>
      <dc:creator>kyriakos</dc:creator>
      <dc:date>2010-04-12T10:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Email Users windowslive/hotmail/etc problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-users-windowslive-hotmail-etc-problem/m-p/240696#M193826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This could be a misconfiguration of the &lt;/SPAN&gt;&lt;STRONG&gt;alfresco-global.properties&lt;/STRONG&gt;&lt;SPAN&gt; file. Specifically, check the &lt;/SPAN&gt;&lt;STRONG&gt;email.server.allowed.senders &lt;/STRONG&gt;&lt;SPAN&gt;value. Could you also please attach your properties file here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 19:32:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-users-windowslive-hotmail-etc-problem/m-p/240696#M193826</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2010-04-12T19:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Email Users windowslive/hotmail/etc problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-users-windowslive-hotmail-etc-problem/m-p/240697#M193827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanx for the answer &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am letting anyone see…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&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 &lt;BR /&gt;&lt;BR /&gt;could be used by processes other than&lt;BR /&gt;# the Email Server (e.g. direct RMI access) so this flag is &lt;BR /&gt;&lt;BR /&gt;independent of the Email Service.&lt;BR /&gt;#————-&lt;BR /&gt;email.inbound.enabled=true&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=admin&lt;BR /&gt;&lt;BR /&gt;# A comma separated list of email REGEX patterns of allowed &lt;BR /&gt;&lt;BR /&gt;senders.&lt;BR /&gt;# If there are any values in the list then all sender email &lt;BR /&gt;&lt;BR /&gt;addresses&lt;BR /&gt;# must match.&amp;nbsp; For example:&lt;BR /&gt;#&amp;nbsp;&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;# The default authentication chain&lt;BR /&gt;# To configure external authentication subsystems see:&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsyst" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsyst&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ems&lt;BR /&gt;#————-&lt;BR /&gt;authentication.chain=passthru1:passthru,ldap1:ldap-ad,alfresc&lt;BR /&gt;&lt;BR /&gt;oNtlm1:alfrescoNtlm&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=localhost&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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 08:44:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-users-windowslive-hotmail-etc-problem/m-p/240697#M193827</guid>
      <dc:creator>kyriakos</dc:creator>
      <dc:date>2010-04-13T08:44:17Z</dc:date>
    </item>
  </channel>
</rss>

