<?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: E-mail invitation error in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211531#M164661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem cleared up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The fact that Alfresco is authenticated at the SMTP-server using an account from repository.properties: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mail.username = username &lt;BR /&gt;mail.password = userpass &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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then tries to send an invitation from the mailbox of moderator, which prohibits the mail server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to reassign to send invitations from the mailbox "mail.from.default" instead of user's mailbox? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found one way: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the file tomcat\webapps\alfresco\WEB-INF\classes\alfresco\workflow\invitation-nominated_processdefinition.xml change&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mail.parameters.from = inviterPerson.properties["cm:email"];&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mail.parameters.from = username@DOMAIN.com&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the right way? Other ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2009 04:10:43 GMT</pubDate>
    <dc:creator>klenin</dc:creator>
    <dc:date>2009-10-13T04:10:43Z</dc:date>
    <item>
      <title>E-mail invitation error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211528#M164658</link>
      <description>Hi,My system is Alfresco 3.2 Community EditionI was perform configure mail service in repository.properties file:…# Email configurationmail.header=mail.smtp.timeout=30000mail.host=smtpmailhostmail.port=25mail.username=usernamemail.password=userpassmail.from.default=usermail@DOMAIN.commail.encoding=U</description>
      <pubDate>Fri, 09 Oct 2009 09:34:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211528#M164658</guid>
      <dc:creator>klenin</dc:creator>
      <dc:date>2009-10-09T09:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail invitation error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211529#M164659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It means that your mail server has rejected your attempt to send email.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 12:27:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211529#M164659</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-10-09T12:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail invitation error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211530#M164660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Am I right that I have enough parameters for sending messages via an external server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;# Email configuration&lt;BR /&gt;mail.header=&lt;BR /&gt;mail.smtp.timeout=30000&lt;BR /&gt;mail.host=smtpmailhost&lt;BR /&gt;mail.port=25&lt;BR /&gt;mail.username=username&lt;BR /&gt;mail.password=userpass&lt;BR /&gt;mail.from.default=usermail@DOMAIN.com&lt;BR /&gt;mail.encoding=UTF-8&lt;BR /&gt;mail.smtp.auth=true&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Additional information. User, through whom I send mail (username), entered into the Alfresco database through LDAP synchronization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And my authentication chain is "lfrescoNtlm1:alfrescoNtlm,ldap1:ldap-ad", sso is disabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I need to perform additional actions with the user "username"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2009 18:38:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211530#M164660</guid>
      <dc:creator>klenin</dc:creator>
      <dc:date>2009-10-11T18:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: E-mail invitation error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211531#M164661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem cleared up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The fact that Alfresco is authenticated at the SMTP-server using an account from repository.properties: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mail.username = username &lt;BR /&gt;mail.password = userpass &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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then tries to send an invitation from the mailbox of moderator, which prohibits the mail server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to reassign to send invitations from the mailbox "mail.from.default" instead of user's mailbox? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found one way: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the file tomcat\webapps\alfresco\WEB-INF\classes\alfresco\workflow\invitation-nominated_processdefinition.xml change&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mail.parameters.from = inviterPerson.properties["cm:email"];&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mail.parameters.from = username@DOMAIN.com&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the right way? Other ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 04:10:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/e-mail-invitation-error/m-p/211531#M164661</guid>
      <dc:creator>klenin</dc:creator>
      <dc:date>2009-10-13T04:10:43Z</dc:date>
    </item>
  </channel>
</rss>

