<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      <br>
      Hi Cornelius,<br>
      watching the bug, it found my tempfix for that problem.<br>
      I use the dev repo (development) right now.<br>
      My temp fix can be found: (last comment).<br>
      <a class="moz-txt-link-freetext" href="https://issues.kolab.org/show_bug.cgi?id=4331">https://issues.kolab.org/show_bug.cgi?id=4331</a><br>
      <br>
      File /usr/share/pyshared/pykolab/auth/ldap/__init__.py. (function
      find_resource)<br>
      After patching do:<br>
      cd /usr/share/pyshared/pykolab/auth/ldap/<br>
      python -m compileall .<br>
      Restart wallace and kolabd.<br>
      <br>
      Try.<br>
      <br>
      Rgds.<br>
      <br>
      Franz<br>
      <br>
      Am 10.05.15 um 11:25 schrieb Franz Skale:<br>
    </div>
    <blockquote cite="mid:554F2408.5050805@dah.am" type="cite">
      <pre wrap="">


Hello Daniel,
thanks for your suggestion.
It works, and the mail will be passed to wallace.
This leeds to another problem, regarding the inviation_policy module
seems not to be multidomain aware.
But for this particular problem, i will post a new message.

Many Thanks


Franz
 
Am 09.05.15 um 20:23 schrieb Daniel Hoffend:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello Felix

thanks for your research

</pre>
        <blockquote type="cite">
          <pre wrap=""> NOTE: DO NOT put quotes around the result format!

 Kolab upgrade guide:
 <a class="moz-txt-link-freetext" href="https://docs.kolab.org/upgrade-guide/kolab-3.4.html">https://docs.kolab.org/upgrade-guide/kolab-3.4.html</a> [4]

Change the result_format to be enclosed by quotes otherwise you
can’t deliver mail messages to shared mailboxes that contains spaces
in the mailbox name. result_format = "shared+%s"
</pre>
        </blockquote>
        <pre wrap="">
It was me who was suggesting putting quotes around the result.
The quotes should ensure that the mail will find its correct folder
when delivered using lmtp.

It's not ment for any other ldap searches to find the next result.

I've the strong feeling that your postfix ldap search is just wrong.
When looking up for resources the ldap search for shared folders should
not return the storage location. In fact the wallace should intercept
the resource booking request and process the mail.

Fixing your sharedfolder ldap_query should fix your problem:

------------
query_filter =
(&(|(mail=%s)(alias=%s))(objectclass=kolabsharedfolder)(kolabFolderType=mail))
result_attribute = kolabtargetfolder
result_format = "shared+%s"
------------

Filtering for kolabFolderType=mail will not create a match when
you lookup for a resource, cause the resource has
kolabFolderType=event.


-- 
Best Regards
Daniel Hoffend
_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a>
</pre>
      </blockquote>
      <pre wrap="">

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></pre>
    </blockquote>
    <br>
  </body>
</html>