<?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 Alfresco SMTP server is an open relay? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247082#M200212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have configured 3.4.d on Ubuntu 10.10 for both in/outbound mail and IMAP. Outbound via SMTPS and IMAP work but not inbound. Ran a few external checks on DNS config etc and discovered that my server is an open relay. How do I fix this? Already been blacklisted after only a few hours of configuration pain!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;dir.root=/opt/alfresco-3.4.d/alf_data&lt;BR /&gt;&lt;BR /&gt;web.application.context.url=&lt;A href="http://127.0.0.1:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;### database connection properties ###&lt;BR /&gt;db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=****&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.url=jdbc:mysql://localhost:3306/${db.name}?useUnicode=yes&amp;amp;characterEncoding=UTF-8&lt;BR /&gt;&lt;BR /&gt;### FTP Server Configuration ###&lt;BR /&gt;ftp.enabled=true&lt;BR /&gt;ftp.port=21&lt;BR /&gt;ftp.ipv6.enabled=false&lt;BR /&gt;&lt;BR /&gt;### RMI service ports ###&lt;BR /&gt;alfresco.rmi.services.port=50500&lt;BR /&gt;avm.rmi.service.port=0&lt;BR /&gt;avmsync.rmi.service.port=0&lt;BR /&gt;attribute.rmi.service.port=0&lt;BR /&gt;authentication.rmi.service.port=0&lt;BR /&gt;repo.rmi.service.port=0&lt;BR /&gt;action.rmi.service.port=0&lt;BR /&gt;deployment.rmi.service.port=0&lt;BR /&gt;&lt;BR /&gt;### External executable locations ###&lt;BR /&gt;ooo.exe=/opt/alfresco-3.4.d/openoffice/program/soffice.bin&lt;BR /&gt;ooo.enabled=true&lt;BR /&gt;img.root=/opt/alfresco-3.4.d/common&lt;BR /&gt;img.dyn=${img.root}/lib&lt;BR /&gt;img.exe=${img.root}/bin/convert&lt;BR /&gt;swf.exe=/opt/alfresco-3.4.d/common/bin/pdf2swf&lt;BR /&gt;jodconverter.enabled=true &lt;BR /&gt;jodconverter.officeHome=/opt/alfresco-3.4.d/openoffice &lt;BR /&gt;jodconverter.portNumbers=8101 &lt;BR /&gt;&lt;BR /&gt;### Initial admin password ###&lt;BR /&gt;alfresco_user_store.adminpassword=**&lt;BR /&gt;&lt;BR /&gt;### IMAP Configuration ###&lt;BR /&gt;imap.server.enabled=true&lt;BR /&gt;imap.server.port=143&lt;BR /&gt;imap.server.host=192.168.2.10&lt;BR /&gt;imap.server.attachments.extraction.enabled=true&lt;BR /&gt;### default config made explicit for reference ###&lt;BR /&gt;imap.config.server.mountPoints=AlfrescoIMAP&lt;BR /&gt;imap.config.server.mountPoints.default.mountPointName=IMAP&lt;BR /&gt;imap.config.server.mountPoints.default.modeName=ARCHIVE&lt;BR /&gt;imap.config.server.mountPoints.default.store=${spaces.store}&lt;BR /&gt;imap.config.server.mountPoints.default.rootPath=/${spaces.company_home.childname}&lt;BR /&gt;imap.config.server.mountPoints.value.AlfrescoIMAP.mountPointName=Alfresco IMAP&lt;BR /&gt;imap.config.server.mountPoints.value.AlfrescoIMAP.modeName=MIXED&lt;BR /&gt;&lt;BR /&gt;### Outbound mail via Google and SMTPS ###&lt;BR /&gt;&lt;BR /&gt;mail.host=smtp.gmail.com&lt;BR /&gt;mail.port=465&lt;BR /&gt;mail.protocol=smtps&lt;BR /&gt;mail.username=&amp;lt;user&amp;gt;&lt;BR /&gt;mail.password=*****&lt;BR /&gt;mail.smtps.starttls.enable=true&lt;BR /&gt;mail.smtps.auth=true&lt;BR /&gt;mail.from.default=admin@alfresco.com&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=&amp;lt;mydomain.com&amp;gt;&lt;BR /&gt;email.inbound.unknownUser=anonymous&lt;BR /&gt;email.server.host = 127.0.1.1&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;&amp;nbsp; .*\@alfresco\.com, .*\@alfresco\.org&lt;BR /&gt;# Allow everyone:&lt;BR /&gt;#————-&lt;BR /&gt;email.server.allowed.senders=.*&lt;BR /&gt;&lt;BR /&gt;### GoogleDocs configuration ###&lt;BR /&gt;&lt;BR /&gt;googledocs.googleeditable.enabled=true&lt;BR /&gt;googledocs.username=&amp;lt;user&amp;gt;&lt;BR /&gt;googledocs.password=****&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;/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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have read many posts but seem fairly random relating to different versions and so on. Have just created the user anonymous and added to email-contributors group. Not tried inbound as still have open relay challenge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any pointers appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jun 2011 13:19:18 GMT</pubDate>
    <dc:creator>moby</dc:creator>
    <dc:date>2011-06-19T13:19:18Z</dc:date>
    <item>
      <title>Alfresco SMTP server is an open relay?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247082#M200212</link>
      <description>I have configured 3.4.d on Ubuntu 10.10 for both in/outbound mail and IMAP. Outbound via SMTPS and IMAP work but not inbound. Ran a few external checks on DNS config etc and discovered that my server is an open relay. How do I fix this? Already been blacklisted after only a few hours of configuratio</description>
      <pubDate>Sun, 19 Jun 2011 13:19:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247082#M200212</guid>
      <dc:creator>moby</dc:creator>
      <dc:date>2011-06-19T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco SMTP server is an open relay?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247083#M200213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco is not an open relay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The inbound email stuff may make it look like one on casual inspection,&amp;nbsp; but at the end of the day, alfresco isn't a store and forward email server, and there is no "relaying".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 08:04:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247083#M200213</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-06-20T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco SMTP server is an open relay?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247084#M200214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco is defenetly a relay , thas is how google sees it, this version 3.4.d .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a workaround for this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 15:03:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247084#M200214</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2013-03-13T15:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco SMTP server is an open relay?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247085#M200215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco is not an email relay, open or otherwise.&amp;nbsp; It does not relay email messages,&amp;nbsp; what it does is allow you to do is store documents in a content repository via SMTP.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Furthermore it is not "open" since the messages are verified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First you need to understand why google is flagging a false positive.&amp;nbsp;&amp;nbsp;&amp;nbsp; Then you may be able to stop it with a firewall or email server or other configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:55:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247085#M200215</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-03-13T17:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco SMTP server is an open relay?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247086#M200216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know you are right we use alfresco that way but this version is making this problem, can you give me some explation on how to fix this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: @ the end a understood the problem it was tls not relay in the end. Just updated to subethasmtp-3.1.7 , and disableTLS=true.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 19:39:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-smtp-server-is-an-open-relay/m-p/247086#M200216</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2013-03-13T19:39:00Z</dc:date>
    </item>
  </channel>
</rss>

