[horde] three issues with Horde 6

Brent impuser at bitrealm.com
Wed Dec 24 19:20:14 UTC 2025


  I don't have that ReWrite rule. For ActiveSync, I just have:

<VirtualHost *:443>
    ...
     DocumentRoot /var/www/horde/web
     Alias /Microsoft-Server-ActiveSync /var/www/horde/web/horde/rpc.php
     ...

Brent

Quoting Dmitry Petrov <dpetrov67 at gmail.com>:

> Also, check if you have configured RewriteRule (or Alias)
> for /autodiscover/autodiscover.xml (pointing to rpc.php).
> Thenv see if opening the url
> https://your.server/autodiscover/autodiscover.xml returns a meaningful xml
> file.
>
> On Wed, Dec 24, 2025 at 1:48 PM Dmitry Petrov <dpetrov67 at gmail.com> wrote:
>
>> HiJasper,
>>
>> The issue affecting kronolith is fixed already, but it has not made it
>> into any intermediate release yet. You can try to apply the fix from here:
>> https://github.com/horde/Core/pull/36
>>
>> Same story with turba issue, try this fix:
>> https://github.com/horde/turba/pull/20
>>
>> Regarding activesync, I am not sure what to suggest without additional
>> info. Please try to run an actual active sync (e.g. configure gmail app in
>> Exchange mode) and then check all logs on the server. However, a typical
>> request would be POST, not GET, and it would look like
>>
>> /Microsoft-Server-ActiveSync?User=SOMEUSER&DeviceId=SOMEDEVICEID&DeviceType=SOMETYPE&Cmd=SOMECMD
>>
>> On Wed, Dec 24, 2025 at 12:25 PM redhat <redhat at techspace.nl> wrote:
>>
>>> I have installed horde framework6 with sucsess.
>>> I have three issues.
>>>
>>> this is all the latest horde downloads from 24-12 on ubuntu 24.04
>>>
>>> - in cronlolith if i make a second calender it gets a strange name looks
>>> like a id string i could rename this in mysql to normal name.
>>> - if i open a adress in turba i get a blank screen i can see the adress
>>> entry in the previeuw i use adresses from ldap i can read and whrite.
>>> - i'm trying to get microsof active sinc to work but if i test the link
>>> in the brouwser it whants to download a empty file named
>>> Microsoft-Server-ActiveSync.
>>>
>>> this is my test apache file.
>>>
>>> <VirtualHost *:80>
>>>      ServerName horde.testserver2
>>>
>>>      DocumentRoot /var/www/html/horde/bundle/web
>>>
>>>      ReWriteEngine On
>>>      RewriteRule ^/Microsoft-Server-ActiveSync /horde/rpc.php [PT,L,QSA]
>>>
>>>      <Directory /var/www/html/horde/bundle>
>>>          Options Indexes FollowSymLinks
>>>          AllowOverride All
>>>          Require all granted
>>>      </Directory>
>>>
>>>      ErrorLog ${APACHE_LOG_DIR}/horde6_error.log
>>>      CustomLog ${APACHE_LOG_DIR}/horde6_access.log combined
>>> </VirtualHost>
>>>
>>> hope some one can spot the problem this is not the only config i tried
>>> but the outcome stays yhe same.
>>>
>>> greetings Jasper
>>> sorry for my poor english
>>>
>>> --
>>> Dit bericht is gescanned op virussen en andere gevaarlijke
>>> inhoud door DarkEagle scanners en lijkt schoon te zijn.
>>>
>>> --
>>> Horde mailing list
>>> Frequently Asked Questions: http://horde.org/faq/
>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/To unsubscribe,  
> mail: horde-unsubscribe at lists.horde.org


More information about the horde mailing list