<?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 Email Config (For live Domain) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/email-config-for-live-domain/m-p/283614#M236744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I have read the docs and many of the various posts covering this topic… and they have all helped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Initial Problem: I need to get Alfresco to Send Email Invites, and I do not want to use gmail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I setup my CENTOS 6 Minimal x64 Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Running Apache2 / MySQL - Drupal Site&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Packaged Alfresco 4.2d installation&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### I have my hostname setup under my domain: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;user@oasisinitiative$ hostname&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user@oasisinitiative$ oasisinitiative.net&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### Sendmail is running and sending mail on port 25&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### I have tested this both by:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;user@oasisinitiative$ mail -v &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:my.email@me.com" rel="nofollow noopener noreferrer"&gt;my.email@me.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user@oasisinitiative$ Subject: Test&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user@oasisinitiative$ Test message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user@oasisinitiative$ .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Which sends a message from &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:user@oasisinitiative.net" rel="nofollow noopener noreferrer"&gt;user@oasisinitiative.net&lt;/A&gt;&lt;SPAN&gt; successfully&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a clean install with the following changes to my alfreso-global.properties file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;### E-mail site invitation setting ###&lt;BR /&gt;notification.email.siteinvite=true&lt;BR /&gt;&lt;BR /&gt;### Email settings&lt;BR /&gt;mail.host=127.0.0.1&lt;BR /&gt;mail.port=25&lt;BR /&gt;mail.username=user&lt;BR /&gt;mail.password=password&lt;BR /&gt;#mail.protocol=smtps&lt;BR /&gt;#mail.smtps.starttls.enable=true&lt;BR /&gt;#mail.smtps.auth=true&lt;BR /&gt;mail.from.default=no-reply@oasisinitiative.net&lt;BR /&gt;&lt;BR /&gt;### Test Mail Settings&lt;BR /&gt;mail.testmessage.send=true&lt;BR /&gt;mail.testmessage.to=my.email@me.com&lt;BR /&gt;mail.testmessage.subject=Outbound SMTP&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I receive the test messages send to addressed like &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:user@gmail.com" rel="nofollow noopener noreferrer"&gt;user@gmail.com&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:user@icloud.com" rel="nofollow noopener noreferrer"&gt;user@icloud.com&lt;/A&gt;&lt;SPAN&gt;, etc&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;But I am not receiving messages sent under my own domain: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:someone@oasisinitiative.net" rel="nofollow noopener noreferrer"&gt;someone@oasisinitiative.net&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My theory is that the server believes that it is oasisinitiative.net and therefor routes the messages locally… but my mail server is hosted on Office 365.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have even tried using the address listed in the Office 365 MX records…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;oasisinitiative-net.mail.eo.outlook.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;oasisinitiative-net.mail.protection.outlook.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas on how to get my invitations to send to my oasisinitiative.net addresses?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Sep 2013 17:30:35 GMT</pubDate>
    <dc:creator>oi_tpayne</dc:creator>
    <dc:date>2013-09-01T17:30:35Z</dc:date>
    <item>
      <title>Email Config (For live Domain)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-config-for-live-domain/m-p/283614#M236744</link>
      <description>So I have read the docs and many of the various posts covering this topic… and they have all helped.The Initial Problem: I need to get Alfresco to Send Email Invites, and I do not want to use gmail.So I setup my CENTOS 6 Minimal x64 ServerRunning Apache2 / MySQL - Drupal SitePackaged Alfresco 4.2d i</description>
      <pubDate>Sun, 01 Sep 2013 17:30:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-config-for-live-domain/m-p/283614#M236744</guid>
      <dc:creator>oi_tpayne</dc:creator>
      <dc:date>2013-09-01T17:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Email Config (For live Domain)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-config-for-live-domain/m-p/283615#M236745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As it turns out this was not an Alfresco Issue at all, but rather a linux sendmail issue.&amp;nbsp; Editing the Sendmail configuration by adding domain forwarding for my domain is the answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 21:38:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-config-for-live-domain/m-p/283615#M236745</guid>
      <dc:creator>oi_tpayne</dc:creator>
      <dc:date>2013-09-04T21:38:33Z</dc:date>
    </item>
  </channel>
</rss>

