<?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 Configure outbound email in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288261#M241391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to configure inbound email with the following settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.inbound.unknownUser=anonymous&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.inbound.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.host=smtp.gmail.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.port=587&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.domain=alfresco.com (also tried as "gmail.com)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, my logs (excerpt below) show "Permission denied"&amp;nbsp; Can anyone teel me why???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2016-03-01 13:39:55,959 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, outbound]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2016-03-01 13:39:56,044 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, outbound] complete&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2016-03-01 13:39:56,044 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, inbound]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2016-03-01 13:39:56,085 WARN&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, inbound] failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.RuntimeException: java.net.BindException: Permission denied&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.subethamail.smtp.server.SMTPServer.start(SMTPServer.java:292)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.email.server.impl.subetha.SubethaEmailServer.startup(SubethaEmailServer.java:83)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.email.server.EmailServer.onBootstrap(EmailServer.java:256)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 17:06:02 GMT</pubDate>
    <dc:creator>fromano</dc:creator>
    <dc:date>2016-03-02T17:06:02Z</dc:date>
    <item>
      <title>Configure outbound email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288261#M241391</link>
      <description>Hi,I'm trying to configure inbound email with the following settings:email.inbound.unknownUser=anonymousemail.inbound.enabled=trueemail.server.enabled=trueemail.host=smtp.gmail.comemail.server.port=587email.server.domain=alfresco.com (also tried as "gmail.com)However, my logs (excerpt below) show "P</description>
      <pubDate>Wed, 02 Mar 2016 17:06:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288261#M241391</guid>
      <dc:creator>fromano</dc:creator>
      <dc:date>2016-03-02T17:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configure outbound email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288262#M241392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you running your Alfresco in a linux server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, what is the user used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On Linux, you can't use some ports when you start a process using a non root user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this is the case because of the error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;startStop-1] Startup of 'email' subsystem, ID: [email, inbound] failed&lt;BR /&gt;java.lang.RuntimeException: java.net.BindException: Permission denied&lt;SPAN class="line-numbers-rows"&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;If that is the case, you have to options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1, change the configured ports and use other ones&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2, use iptables to redirect the used ports&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The explanation for the "privileged ports" here &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.1/tasks/configuration-checklist-env.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.1/tasks/configuration-checklist-env.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can have an idea about how to use iptables by using this script &lt;/SPAN&gt;&lt;A href="https://github.com/loftuxab/alfresco-ubuntu-install/blob/master/scripts/iptables.sh" rel="nofollow noopener noreferrer"&gt;https://github.com/loftuxab/alfresco-ubuntu-install/blob/master/scripts/iptables.sh&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 19:33:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288262#M241392</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-03-02T19:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Configure outbound email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288263#M241393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The title of your topic is confusing,&amp;nbsp; it says outbound and then asks a question about inbound.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also email.server.domain should also be one of your IP addresses, not alfresco.com, or gmail.com either (unless you are alfresco or google.)&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 21:03:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288263#M241393</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2016-03-02T21:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configure outbound email</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288264#M241394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for the confusion - thinking of 2 things at once.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tip.&amp;nbsp; I have the email working now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 16:52:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-outbound-email/m-p/288264#M241394</guid>
      <dc:creator>fromano</dc:creator>
      <dc:date>2016-03-03T16:52:19Z</dc:date>
    </item>
  </channel>
</rss>

