<?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 inbound email on Alfresco Community 4.2.d with Gmail account on Goople Apps domain in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/configure-inbound-email-on-alfresco-community-4-2-d-with-gmail/m-p/291384#M244514</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 have Alfresco 4.2.d installed on an Ubuntu 12.04 server using the standard downloadable Alfresco package. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use a Gmail account on a Google Apps domain for outbound and inbound mail to Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My outbound mail is working OK, but I can't figure out how to configure my inbound mail for the complication that my domain is using Gmail provided via Google Apps. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've followed Jeff Pott's how-to video at &lt;/SPAN&gt;&lt;A href="http://www.youtube.com/watch?v=p17GkHsLdmc" rel="nofollow noopener noreferrer"&gt;http://www.youtube.com/watch?v=p17GkHsLdmc&lt;/A&gt;&lt;SPAN&gt; as regards creating a folder in the repository, to receive inbound mail, then editing that folder's aspects to add 'Aliasable (Email)', and the only user sending the inbound mail will be the site admin, and he's in the 'EMAIL CONTRIBUTORS' group, so that's enough to work, no?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The mail settings in my /opt/alfresco-4.2.d/tomcat/shared/classes/alfresco.global.properties look like the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### Outbound email configuration ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.host=smtp.gmail.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.port=465&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mail.username=myrepo@somedomain.com" rel="nofollow noopener noreferrer"&gt;mail.username=myrepo@somedomain.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.password=12idh3456&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.protocol=smtps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtps.starttls.enable=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtps.auth=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Outbound mail service test on subsystem startup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# Use these properties to send test message during start of subsystem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.testmessage.send=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mail.testmessage.to=me@somedomain.com" rel="nofollow noopener noreferrer"&gt;mail.testmessage.to=me@somedomain.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.testmessage.subject=System re-start: outbound SMTP mail subsystem working OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.testmessage.text=The Outbound SMTP email subsystem is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### Inbound email configuration ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# Inbound email service.&amp;nbsp; The service could be used by processes other than&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.inbound.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Inbound email server settings &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.port=993&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.domain=imap.gmail.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.hideTLS=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.enableTLS=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.requireTLS=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.inbound.unknownUser=anonymous&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# A comma separated list of email REGEX patterns of allowed senders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# If there are any values in the list then all sender email addresses&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# must match. For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&amp;nbsp;&amp;nbsp; .*\@alfresco\.com, .*\@alfresco\.org&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# Allow anyone:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;email.server.allowed.senders=.*\@somedomain\.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### E-mail site invitation setting ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;notification.email.siteinvite=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;1) What are the mail server settings that will work for Gmail on Google Apps? Remember, the receiving email address is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:myrepo@somedomain.com" rel="nofollow noopener noreferrer"&gt;myrepo@somedomain.com&lt;/A&gt;&lt;SPAN&gt; but the user has to log in at imap.gmail.com&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I currently have only 80 and 443 open on my firewall (the site only exposes to the Internet via SSL, visits to port 80 get rewritten to HTTPS). Do I need to have any other port(s) open for incoming mail?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I already have a StartSSL csr, key and cert for my domain. The Alfresco wiki page at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Inbound_SMTP_Email_Server_Configuration#Inbound_email_service" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Inbound_SMTP_Email_Server_Configuration#Inbound_email_service&lt;/A&gt;&lt;SPAN&gt; talks about the need to configure SSL for Java, otherwise STARTTLS won't work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I do that with the 4.2.d Community edition on Ubuntu 12.04? I can't any tomcat5.conf file anywhere, as mentioned in the wiki page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's assume I have mydomain.com.csr, mydomain.com.crt and mydomain.com.key, plus StartSSL's ca.pem and sub.class1.server.ca.pem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to put them somewhere? How do I need to prepare them? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be very grateful for any help here, &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 12:05:50 GMT</pubDate>
    <dc:creator>traductionbiz</dc:creator>
    <dc:date>2013-09-24T12:05:50Z</dc:date>
    <item>
      <title>Configure inbound email on Alfresco Community 4.2.d with Gmail account on Goople Apps domain</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-inbound-email-on-alfresco-community-4-2-d-with-gmail/m-p/291384#M244514</link>
      <description>Hi,I have Alfresco 4.2.d installed on an Ubuntu 12.04 server using the standard downloadable Alfresco package. I want to use a Gmail account on a Google Apps domain for outbound and inbound mail to Alfresco. My outbound mail is working OK, but I can't figure out how to configure my inbound mail for</description>
      <pubDate>Tue, 24 Sep 2013 12:05:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-inbound-email-on-alfresco-community-4-2-d-with-gmail/m-p/291384#M244514</guid>
      <dc:creator>traductionbiz</dc:creator>
      <dc:date>2013-09-24T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configure inbound email on Alfresco Community 4.2.d with Gmail account on Goople Apps domain</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-inbound-email-on-alfresco-community-4-2-d-with-gmail/m-p/291385#M244515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to import Google's certificate into your keystore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you'll need bring the certificate from smtp.gmail.com:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;openssl s_client -connect smtp.gmail.com:465&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the the part between begin certificate and end certificate (included) in a file (ie: gmail.cert)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;than import that certificate into alfresco's java keystore using keytool&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 18:28:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-inbound-email-on-alfresco-community-4-2-d-with-gmail/m-p/291385#M244515</guid>
      <dc:creator>zydoon</dc:creator>
      <dc:date>2014-12-30T18:28:35Z</dc:date>
    </item>
  </channel>
</rss>

