<?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: Alfresco &amp; Office365.com Configuration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-office365-com-configuration/m-p/311074#M264204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I finally figured out how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First off, my Office 365 administrator was able to create a relay connector using the guide at &lt;/SPAN&gt;&lt;A href="https://technet.microsoft.com/en-us/library/dn554323(v=exchg.150).aspx" rel="nofollow noopener noreferrer"&gt;https://technet.microsoft.com/en-us/library/dn554323(v=exchg.150).aspx&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; He said that guide wasn't up to date for the current version of Office 365, but he was able to use the guide to figure it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the connector was created, I had to add the following config lines to the &amp;lt;b&amp;gt;alfresco-global.properties&amp;lt;/b&amp;gt; file locate in the &amp;lt;b&amp;gt;&amp;lt;tomcat home&amp;gt;\shared\classes&amp;lt;/b&amp;gt; directory:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;mail.host=SMTP.office365.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.port=587&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.username=&amp;lt;account name&amp;gt; #&amp;lt;— This is the email address used to log into Office 365&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.password=&amp;lt;password&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.starttls.enable=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.auth=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.timeout=40000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.from.default=&amp;lt;username email&amp;gt; #&amp;lt;—-(This has to be the same as the email use to log into Office365 in the mail.username config line)&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2015 19:57:12 GMT</pubDate>
    <dc:creator>jcgrayjr</dc:creator>
    <dc:date>2015-05-04T19:57:12Z</dc:date>
    <item>
      <title>Alfresco &amp; Office365.com Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-office365-com-configuration/m-p/311073#M264203</link>
      <description>Has anyone been able to get Alfresco to authenticate and send mail through Office365.com?&amp;nbsp; I am currently trying to get it to work, but when it tries to send the test email, I get an error in the logs saying, "Client was not authenticated to send anonymous mail during MAIL FROM".Here is my current m</description>
      <pubDate>Mon, 04 May 2015 18:03:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-office365-com-configuration/m-p/311073#M264203</guid>
      <dc:creator>jcgrayjr</dc:creator>
      <dc:date>2015-05-04T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco &amp; Office365.com Configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-office365-com-configuration/m-p/311074#M264204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I finally figured out how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First off, my Office 365 administrator was able to create a relay connector using the guide at &lt;/SPAN&gt;&lt;A href="https://technet.microsoft.com/en-us/library/dn554323(v=exchg.150).aspx" rel="nofollow noopener noreferrer"&gt;https://technet.microsoft.com/en-us/library/dn554323(v=exchg.150).aspx&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; He said that guide wasn't up to date for the current version of Office 365, but he was able to use the guide to figure it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the connector was created, I had to add the following config lines to the &amp;lt;b&amp;gt;alfresco-global.properties&amp;lt;/b&amp;gt; file locate in the &amp;lt;b&amp;gt;&amp;lt;tomcat home&amp;gt;\shared\classes&amp;lt;/b&amp;gt; directory:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;mail.host=SMTP.office365.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.port=587&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.username=&amp;lt;account name&amp;gt; #&amp;lt;— This is the email address used to log into Office 365&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.password=&amp;lt;password&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.starttls.enable=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.auth=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.timeout=40000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.from.default=&amp;lt;username email&amp;gt; #&amp;lt;—-(This has to be the same as the email use to log into Office365 in the mail.username config line)&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 19:57:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-office365-com-configuration/m-p/311074#M264204</guid>
      <dc:creator>jcgrayjr</dc:creator>
      <dc:date>2015-05-04T19:57:12Z</dc:date>
    </item>
  </channel>
</rss>

