Koozali.org: home of the SME Server

Horde 5.2 on SME9

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Horde 5.2 on SME9
« Reply #105 on: July 04, 2017, 07:37:24 PM »
Are you running 32 or 64-bit SME 9.2?  If you don't know, then post the output of uname -a.  If using 32-bit, I actually stopped testing this version, as it seems most had moved on the 64-bit servers.  If you are using 32-bit, then I'll reload using that, and test the upgrade process.


The install script doesn't drop any mysql tables, nor does it rename any directories.  I use the same process to update my main and test servers.  Copy zip file to server, unzip, cd /root/horde52, sh Install-horde52.sh.  Did you make any customizations to the main files without creating custom templates, as those would be lost?  I have performed 3 64-bit installs using the zip files from an older version, then upgraded the systems using the new zip file.  All three times worked as expected.


Did you do a post-upgrade and reboot? Do you have any errors in your logs.


John
......

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #106 on: July 04, 2017, 07:52:57 PM »
John,

thank you for your reply.

# uname -a
Linux saturn 2.6.32-696.3.2.el6.i686 #1 SMP Tue Jun 20 00:48:23 UTC 2017 i686 i686 i386 GNU/Linux

During installation sh Install-horde52.sh, this comes up:

This script will install the horde 5.x rpms for SME Server 9
for either  i386 or 64-bit systems

32-Bit server installation

To abort the install press Control-C within 30 seconds.

Yes, I did a post-upgrade and reboot.

Yes there are two custom templates. Interesting thing: the "spam" button in webmail is also gone...?

Where/how can I check horde logs?

Regards,
stefan
« Last Edit: July 04, 2017, 08:07:03 PM by SchulzStefan »
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #107 on: July 04, 2017, 08:32:11 PM »
John,

before following your advice I did several times a pear ua - could this be the reason?
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #108 on: July 04, 2017, 08:53:12 PM »
Mhmm, I checked with phpmyadmin the kronolith events. Also the contacts in turba. It seems to me, it's everything there. I assume also all other data. Why not displayed?
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #109 on: July 04, 2017, 09:14:05 PM »
John,

I restored *ONLY* the files from my affa-box for /home/httpd/html/horde/

I didn't touch the database.

You guess what - everything is back again.

If you need any more information I'll pleased to give you what ever I can. For the moment I'm happy, my users can work tomorrow. I'll see if the problem with some email is still there (what I assume). I will be back if so.

regards,
stefan
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #110 on: July 04, 2017, 09:28:56 PM »
John,

did a pear ua:

# pear ua
Will upgrade channel://pear.php.net/auth_sasl
Will upgrade channel://pear.php.net/console_getopt
Will upgrade channel://pear.php.net/net_socket
Will upgrade channel://pear.php.net/structures_graph
Will upgrade channel://pear.php.net/db
Will upgrade channel://pear.php.net/xml_util
Will upgrade channel://pear.php.net/net_smtp
Will upgrade channel://pear.php.net/pear
Will upgrade channel://pear.php.net/auth_sasl2
Will upgrade channel://pear.php.net/cache_lite
pear/auth_sasl is already installed and is the same as the released version 1.0.6
pear/console_getopt is already installed and is the same as the released version 1.3.1
pear/net_socket is already installed and is the same as the released version 1.0.14
WARNING: "pear/DB" is deprecated in favor of "pear/MDB2"
pear/net_smtp is already installed and is the same as the released version 1.6.3
pear/pear is already installed and is the same as the released version 1.9.5
pear/auth_sasl2 is already installed and is the same as the released version 0.1.0
pear/cache_lite is already installed and is the same as the released version 1.7.16
Failed to download pear/PEAR, latest release is version 1.10.0, but it requires PHP version "5.4.0", use "channel://pear.php.net/PEAR-1.10.0" to install
pear/pear dependency package "pear/Structures_Graph" downloaded version 1.1.1 is not the recommended version 1.0.4, but may be compatible, use --force to install
pear/Structures_Graph cannot be installed, conflicts with installed packages
pear/DB requires package "pear/PEAR" (version >= 1.10.0), installed version is 1.9.5
pear/pear dependency package "pear/XML_Util" downloaded version 1.3.0 is not the recommended version 1.2.3, but may be compatible, use --force to install
pear/XML_Util cannot be installed, conflicts with installed packages
No valid packages found
upgrade-all failed

Maybe it helps.

regards,
stefan
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Horde 5.2 on SME9
« Reply #111 on: July 04, 2017, 09:42:11 PM »
Had you said you had done a pear ua, then I wouldn't have suggested you upgrade via the script, as you would have already downloaded the latest updates.  The script would install any updated rpms that hadn't been updated.  Pear and rpm don't talk to each other, so neither knows what the other has done.  There seems to be a way to disable the pear function within an rpm, but I haven't looked into how that is done, that way, only updates would be applied via rpm.  I also do a pear ua on my test servers to get the updates, then run the script as well to make sure all of the rpm's install and webmail functions afterwards.


I just finished installing SME 9.2 i386 version, and then ran the horde5 script, and it ran smoothly with no issues.  Webmail came up fine.  I went ahead and did a yum update after the fact, and some of the non horde core files were updated. 


I can't pinpoint anything that would have caused you to have a completely new install from running the script, especially since it doesn't delete anything.  But, I am glad you are back up,  up to date, and ready for tomorrow.


If you are OK with doing a pear ua, then I would only do that to update your system in the future.


John



......

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #112 on: July 04, 2017, 10:17:52 PM »
Don't know what to say... The amazing thing is that all data was/is in the databases - but have not been displayed.

I'm getting errors while viewing emails. I think this describes the problem:

http://horde.690.n7.nabble.com/Error-on-viewing-some-emails-td138497.html

Maybe anybody could confirm the same problem?

Assumed that Michael J. Rubinski is right with the outdated Horde_Css package, how can this be fixed?

Regards,
stefan

But this is still an issue. Loosing the connection and webmail is dead...

How can this be solved/checked? What css is used?

regards,
stefan
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline Stefano

  • *
  • 10,836
  • +2/-0
Re: Horde 5.2 on SME9
« Reply #113 on: July 04, 2017, 10:52:27 PM »
Check your logs.. I suspect some issues with PHP and memory

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Horde 5.2 on SME9
« Reply #114 on: July 05, 2017, 06:55:36 AM »
Yep, I agree.


I have 4GB of RAM.  Here are my production settings for php and the php.ini db settings.


[root@jwww]# php -v
PHP 5.3.3 (cli) (built: Mar 22 2017 12:27:09)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies


[root@www]# config show php
php=service

    AllowUrlFopen=Off
    MaxExecutionTime=1800
    MemoryLimit=250M
    PostMaxSize=35M
    UploadMaxFilesize=35M
    status=enabled


John
......

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #115 on: July 05, 2017, 08:50:36 AM »
# php -v
PHP 5.3.3 (cli) (built: Mar 22 2017 12:17:33)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

# config show php
php=service
    AllowUrlFopen=Off
    MemoryLimit=64M
    status=enabled

Sould I add/change settings to those of John? Server has 8GB RAM

regards,
stefan
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #116 on: July 05, 2017, 09:27:22 AM »
I changed the settings:

# config show php
php=service
    AllowUrlFopen=Off
    MaxExecutionTime=1800
    MemoryLimit=250M
    PostMaxSize=15M
    UploadMaxFilesize=15M
    status=enabled

But this is making no difference.

What I see is, that tagging this email as spam kills the connection, while simply deleting or blacklisting is possible.

Return-Path: <ohnoxfm@hostepro.co.ua>
Delivered-To: maillog@saturn.foobar.com
Received: (qmail 12153 invoked by alias); 5 Jul 2017 01:20:31 -0000
Delivered-To: alias-localdelivery-maillog@foobar.com
Received: (qmail 12147 invoked by uid 453); 5 Jul 2017 01:20:31 -0000
X-Virus-Checked: by ClamAV 0.99.2 on saturn.foobar.com
X-Virus-Found: No
X-Spam-Status: No, score=2.7 required=4.0 autolearn=no autolearn_force=no
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on saturn.foobar.com
X-Spam-Details: * -0.0 SPF_PASS SPF: sender matches SPF record
      * -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain
      *  0.8 HTML_IMAGE_RATIO_02 BODY: HTML has a low ratio of text to image area
      *  0.0 HTML_MESSAGE BODY: HTML included in message
      *  1.8 HTML_IMAGE_ONLY_08 BODY: HTML: images with 400-800 bytes of words
      *  0.1 HTML_SHORT_LINK_IMG_1 HTML is very short with a linked image
X-Spam-Level: **
X-Spam-User: qpsmtpd, 2 recipients
X-HELO: mail.hostepro.co.ua
Authentication-Results: saturn.foobar.com; auth=none; spf=pass smtp.mailfrom=hostepro.co.ua; dkim=none
Received: from vds3.hostepro.co.ua (HELO mail.hostepro.co.ua) (204.12.202.237)
 by saturn.foobar.com (qpsmtpd/0.96) with ESMTP ; Wed, 05 Jul 2017 03:20:20 +0200
Received-SPF: pass (hostepro.co.ua: 204.12.202.237 is authorized to use 'ohnoxfm@hostepro.co.ua' in 'mfrom' identity (mechanism 'a/24' matched)) receiver=saturn.foobar.com; identity=mailfrom; envelope-from="ohnoxfm@hostepro.co.ua"; helo=mail.hostepro.co.ua; client-ip=204.12.202.237
Received: from hostepro.co.ua (mail.hostepro.co.ua [204.12.202.234])
   by mail.hostepro.co.ua (Postfix) with ESMTPA id 9EC484E582;
   Wed,  5 Jul 2017 02:19:48 +0300 (EEST)
Message-ID: <ohnoxfm52022474.32445882@mail.hostepro.co.ua>
From: "Mangosteen" <ohnoxfm@hostepro.co.ua>
To: <zentrale@iris-egris.de>
Subject: Beginnen Sie die FETTBEKAMPFUNG jetzt sofort!
Date: Wed, 05 Jul 2017 02:20:01 +0300
MIME-Version: 1.0
Content-Type: multipart/related;
   type="multipart/alternative";
   boundary="----=_NextPart_000_0018_01D2F534.A544F4F0"
Precedence: bulk
List-Id: b46626536v86275203
X-Complaints-To: abuse@hostepro.co.ua
List-Unsubscribe: <http://hostepro.co.ua/ru/unsubscribe/do?hash=2717271682876460>

This is a multi-part message in MIME format.

------=_NextPart_000_0018_01D2F534.A544F4F0
Content-Type: multipart/alternative;
   boundary="----=_NextPart_000_0019_01D2F534.A544F4F0"

------=_NextPart_000_0019_01D2F534.A544F4F0
Content-Type: text/plain;
   charset="windows-1251"
Content-Transfer-Encoding: quoted-printable

=0D=0A=0D=0A=0D=0A=0D=0A =0D=0AArt der Anwendung =0D=0A&gt;&gt;&g=
t;=0D=0A=0D=0A
------=_NextPart_000_0019_01D2F534.A544F4F0
Content-Type: text/html;
   charset="windows-1251"
Content-Transfer-Encoding: quoted-printable

<HTML><HEAD>=0D=0A<META content=3D"text/html; charset=3Dwindows-1=
251" http-equiv=3DContent-Type>=0D=0A</HEAD>=0D=0A<BODY bgColor=3D=
#ffffff>=0D=0A<DIV align=3Dcenter><A href=3D"http://m.new-line-we=
b.eu/mangosteen/index.html"><IMG border=3D0 hspace=3D0 alt=3D"" s=
rc=3D"cid:51a4001d2f535234fd41103a3bf977@ohnoxfm" width=3D720 hei=
ght=3D474></DIV> =0D=0A<DIV align=3Dcenter><FONT color=3D#0000ff=20=
size=3D4 face=3DArial><STRONG><A =0D=0Ahref=3D"http://m.new-line-=
web.eu/mangosteen/index.html">Art der Anwendung =0D=0A&gt;&gt;&gt=
;</A></STRONG></FONT></DIV></BODY></HTML>=0D=0A=0D=0A

------=_NextPart_000_0019_01D2F534.A544F4F0--

------=_NextPart_000_0018_01D2F534.A544F4F0
Content-Type: image/jpeg;
   name="hx.jpeg"
Content-Transfer-Encoding: base64
Content-ID: <51a4001d2f535234fd41103a3bf977@ohnoxfm>

Horde says in the preview:
   
This part contains an attachment that can not be displayed within this part:
[multipart/alternative]  Alternative 1 KB


This one can be tagged without any problem:

Return-Path: <facts@facts.axandra.com>
Delivered-To: maillog@saturn.foobar.com
Received: (qmail 10234 invoked by alias); 4 Jul 2017 22:18:41 -0000
Delivered-To: alias-localdelivery-maillog@foobar.com
Received: (qmail 10229 invoked by uid 453); 4 Jul 2017 22:18:41 -0000
X-Virus-Checked: by ClamAV 0.99.2 on saturn.foobar.com
X-Virus-Found: No
X-Spam-Status: No, score=0.0 required=4.0 autolearn=ham autolearn_force=no
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on saturn.foobar.com
X-Spam-Details: * -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain
      *  0.0 HTML_MESSAGE BODY: HTML included in message
X-Spam-Level:
X-Spam-User: qpsmtpd, 2 recipients
X-HELO: news.axandra.com
Authentication-Results: saturn.foobar.com; auth=none; spf=none smtp.mailfrom=facts.axandra.com; dkim=none
Received: from news.axandra.com (HELO news.axandra.com) (178.77.77.121)
 by saturn.foobar.com (qpsmtpd/0.96) with ESMTPS (DHE-RSA-AES256-SHA encrypted); Wed, 05 Jul 2017 00:18:30 +0200
Received-SPF: none (facts.axandra.com: No applicable sender policy available) receiver=saturn.foobar.com; identity=mailfrom; envelope-from="facts@facts.axandra.com"; helo=news.axandra.com; client-ip=178.77.77.121
Return-Path: <facts@facts.axandra.com>
Received: by news.axandra.com for <info.konto@foobar.com>; Tue,  4 Jul 2017 21:51:05 GMT
Message-ID: <20170704120258-1.1.du.tsyl.0.qp1fka715f@facts.axandra.com>
Date: Tue,  4 Jul 2017 21:51:05 GMT
From: "Axandra Search Engine Facts" <facts@facts.axandra.com>
To: <info.konto@foobar.com>
Subject: Search Engine Facts 4 July 2017
X-Mailer: OpenEMM V2013
MIME-Version: 1.0
Content-Type: multipart/alternative;
   boundary="-==AGNITASOUTER164240059B290001F2=="

This is a multi-part message in MIME format.

---==AGNITASOUTER164240059B290001F2==
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

You're receiving this newsletter because you subscribed to it on our web =
site or through our software programs or because you submitted your web s=
ite to AxxaSearch.com.

This is an HTML newsletter. You can view the full version on this page: h=
ttp://news.axandra.com/r.html?uid=3D1.du.tsyl.fn9.2o9rwcllrm

To stop getting this newsletter, go to: http://news.axandra.com/r.html?ui=
d=3D1.du.tsyl.fna.900kxcnpq8
---==AGNITASOUTER164240059B290001F2==
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/h=
tml4/strict.dtd">
<html>
<head>
  <meta http-equiv=3D"Content-Type"
 content=3D"text/html; charset=3DUTF-8">
<!-- Facebook sharing information tags -->
  <meta name=3D"viewport" content=3D"width=3Ddevice-width">
  <title>SEOprofiler newsletter</title>
  <style type=3D"text/css">

Checking /var/log/messages /httpd/access /httpd/error brings up nothing. Somewhere else to check?

I don't know if it's a css problem. Regarding that the spam-tagging kills the connection. What brings me back to the Horde_Css package. How can the version be checked?

regards,
stefan
« Last Edit: July 05, 2017, 10:07:17 AM by SchulzStefan »
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Horde 5.2 on SME9
« Reply #117 on: July 05, 2017, 08:56:21 PM »
I have no idea what you are experiencing.  You are free to forward me a copy of the troublesome email if you want, to bennettj at johnbennettservices dot com.


From the CLI, you can see what versions of the horde pear packages you are using by issuing the command pear list -c horde


Here is my output:

Installed packages, channel pear.horde.org:
===========================================
Package                      Version State
Horde_ActiveSync             2.38.6  stable
Horde_Alarm                  2.2.10  stable
Horde_Argv                   2.1.0   stable
Horde_Auth                   2.2.2   stable
Horde_Autoloader             2.1.2   stable
Horde_Browser                2.0.13  stable
Horde_Cache                  2.5.5   stable
Horde_Cli                    2.2.4   stable
Horde_Compress               2.2.0   stable
Horde_Compress_Fast          1.1.1   stable
Horde_Constraint             2.0.3   stable
Horde_Controller             2.0.4   stable
Horde_Core                   2.29.1  stable
Horde_Crypt                  2.7.9   stable
Horde_Crypt_Blowfish         1.1.2   stable
Horde_CssMinify              1.0.3   stable
Horde_Css_Parser             1.0.11  stable
Horde_Data                   2.1.4   stable
Horde_Date                   2.4.0   stable
Horde_Date_Parser            2.0.6   stable
Horde_Dav                    1.1.4   stable
Horde_Db                     2.4.0   stable
Horde_Editor                 2.0.4   stable
Horde_ElasticSearch          1.0.3   stable
Horde_Exception              2.0.8   stable
Horde_Feed                   2.0.4   stable
Horde_Form                   2.0.17  stable
Horde_Group                  2.1.1   stable
Horde_HashTable              1.2.6   stable
Horde_History                2.3.6   stable
Horde_Http                   2.1.7   stable
Horde_Icalendar              2.1.6   stable
Horde_Idna                   1.1.1   stable
Horde_Image                  2.5.1   stable
Horde_Imap_Client            2.29.13 stable
Horde_Injector               2.0.5   stable
Horde_Itip                   2.1.2   stable
Horde_JavascriptMinify       1.1.4   stable
Horde_JavascriptMinify_Jsmin 1.0.2   stable
Horde_Ldap                   2.4.0   stable
Horde_ListHeaders            1.2.5   stable
Horde_Lock                   2.1.4   stable
Horde_Log                    2.3.0   stable
Horde_LoginTasks             2.0.7   stable
Horde_Mail                   2.6.4   stable
Horde_Mail_Autoconfig        1.0.3   stable
Horde_Mapi                   1.0.8   stable
Horde_Mime                   2.10.3  stable
Horde_Mime_Viewer            2.2.1   stable
Horde_Nls                    2.2.1   stable
Horde_Notification           2.0.4   stable
Horde_Oauth                  2.0.3   stable
Horde_Pack                   1.0.7   stable
Horde_Pdf                    2.0.7   stable
Horde_Perms                  2.1.7   stable
Horde_Prefs                  2.8.1   stable
Horde_Queue                  1.1.4   stable
Horde_Rdo                    2.1.0   stable
Horde_Role                   1.0.1   stable
Horde_Routes                 2.0.5   stable
Horde_Rpc                    2.1.7   stable
Horde_Scribe                 2.0.2   stable
Horde_Secret                 2.0.6   stable
Horde_Serialize              2.0.5   stable
Horde_Service_Facebook       2.0.9   stable
Horde_Service_Twitter        2.1.5   stable
Horde_Service_Weather        2.5.4   stable
Horde_SessionHandler         2.2.9   stable
Horde_Share                  2.1.2   stable
Horde_Smtp                   1.9.5   stable
Horde_Socket_Client          2.1.1   stable
Horde_SpellChecker           2.1.3   stable
Horde_Stream                 1.6.3   stable
Horde_Stream_Filter          2.0.4   stable
Horde_Stream_Wrapper         2.1.3   stable
Horde_Stringprep             1.0.3   stable
Horde_Support                2.2.0   stable
Horde_SyncMl                 2.0.7   stable
Horde_Template               2.0.3   stable
Horde_Text_Diff              2.2.0   stable
Horde_Text_Filter            2.3.5   stable
Horde_Text_Filter_Csstidy    2.0.1   stable
Horde_Text_Flowed            2.0.3   stable
Horde_Thrift                 2.0.2   stable
Horde_Timezone               1.1.0   stable
Horde_Token                  2.0.9   stable
Horde_Translation            2.2.2   stable
Horde_Tree                   2.0.4   stable
Horde_Url                    2.2.5   stable
Horde_Util                   2.5.8   stable
Horde_Vfs                    2.4.0   stable
Horde_View                   2.0.6   stable
Horde_Xml_Element            2.0.4   stable
Horde_Xml_Wbxml              2.0.3   stable
content                      2.0.5   stable
gollem                       3.0.10  stable
horde                        5.2.15  stable
imp                          6.2.19  stable
ingo                         3.2.15  stable
kronolith                    4.2.21  stable
mnemo                        4.2.13  stable
nag                          4.2.14  stable
timeobjects                  2.1.3   stable
trean                        1.1.7   stable
turba                        4.2.19  stable
......

Offline Stefano

  • *
  • 10,836
  • +2/-0
Re: Horde 5.2 on SME9
« Reply #118 on: July 05, 2017, 09:01:15 PM »
You can enable PHP debug too.. Check the wiki to find how

Offline SchulzStefan

  • *
  • 620
  • +0/-0
Re: Horde 5.2 on SME9
« Reply #119 on: July 06, 2017, 12:05:20 AM »
John,

here's my output of

# pear list -c horde
Installed packages, channel pear.horde.org:
===========================================
Package                      Version State
Horde_ActiveSync             2.38.6  stable
Horde_Alarm                  2.2.10  stable
Horde_Argv                   2.1.0   stable
Horde_Auth                   2.2.2   stable
Horde_Autoloader             2.1.2   stable
Horde_Browser                2.0.13  stable
Horde_Cache                  2.5.5   stable
Horde_Cli                    2.2.4   stable
Horde_Compress               2.2.0   stable
Horde_Compress_Fast          1.1.1   stable
Horde_Constraint             2.0.3   stable
Horde_Controller             2.0.4   stable
Horde_Core                   2.29.1  stable
Horde_Crypt                  2.7.9   stable
Horde_Crypt_Blowfish         1.1.2   stable
Horde_CssMinify              1.0.3   stable
Horde_Css_Parser             1.0.11  stable
Horde_Data                   2.1.4   stable
Horde_Date                   2.4.0   stable
Horde_Date_Parser            2.0.6   stable
Horde_Dav                    1.1.4   stable
Horde_Db                     2.4.0   stable
Horde_Editor                 2.0.4   stable
Horde_ElasticSearch          1.0.3   stable
Horde_Exception              2.0.8   stable
Horde_Form                   2.0.17  stable
Horde_Group                  2.1.1   stable
Horde_HashTable              1.2.6   stable
Horde_History                2.3.6   stable
Horde_Http                   2.1.7   stable
Horde_Icalendar              2.1.6   stable
Horde_Idna                   1.1.1   stable
Horde_Image                  2.5.1   stable
Horde_Imap_Client            2.29.13 stable
Horde_Injector               2.0.5   stable
Horde_Itip                   2.1.2   stable
Horde_JavascriptMinify       1.1.4   stable
Horde_JavascriptMinify_Jsmin 1.0.2   stable
Horde_Ldap                   2.4.0   stable
Horde_ListHeaders            1.2.5   stable
Horde_Lock                   2.1.4   stable
Horde_Log                    2.3.0   stable
Horde_LoginTasks             2.0.7   stable
Horde_Mail                   2.6.4   stable
Horde_Mail_Autoconfig        1.0.3   stable
Horde_Mapi                   1.0.8   stable
Horde_Mime                   2.10.3  stable
Horde_Mime_Viewer            2.2.1   stable
Horde_Nls                    2.2.1   stable
Horde_Notification           2.0.4   stable
Horde_Oauth                  2.0.3   stable
Horde_Pack                   1.0.7   stable
Horde_Pdf                    2.0.7   stable
Horde_Perms                  2.1.7   stable
Horde_Prefs                  2.8.1   stable
Horde_Queue                  1.1.4   stable
Horde_Rdo                    2.1.0   stable
Horde_Role                   1.0.1   stable
Horde_Routes                 2.0.5   stable
Horde_Rpc                    2.1.7   stable
Horde_Scribe                 2.0.2   stable
Horde_Secret                 2.0.6   stable
Horde_Serialize              2.0.5   stable
Horde_Service_Facebook       2.0.9   stable
Horde_Service_Twitter        2.1.5   stable
Horde_Service_Weather        2.5.4   stable
Horde_SessionHandler         2.2.9   stable
Horde_Share                  2.1.2   stable
Horde_Smtp                   1.9.5   stable
Horde_Socket_Client          2.1.1   stable
Horde_SpellChecker           2.1.3   stable
Horde_Stream                 1.6.3   stable
Horde_Stream_Filter          2.0.4   stable
Horde_Stream_Wrapper         2.1.3   stable
Horde_Stringprep             1.0.3   stable
Horde_Support                2.2.0   stable
Horde_SyncMl                 2.0.7   stable
Horde_Template               2.0.3   stable
Horde_Text_Diff              2.2.0   stable
Horde_Text_Filter            2.3.5   stable
Horde_Text_Filter_Csstidy    2.0.1   stable
Horde_Text_Flowed            2.0.3   stable
Horde_Thrift                 2.0.2   stable
Horde_Timezone               1.1.0   stable
Horde_Token                  2.0.9   stable
Horde_Translation            2.2.2   stable
Horde_Tree                   2.0.4   stable
Horde_Url                    2.2.5   stable
Horde_Util                   2.5.8   stable
Horde_Vfs                    2.4.0   stable
Horde_View                   2.0.6   stable
Horde_Xml_Element            2.0.4   stable
Horde_Xml_Wbxml              2.0.3   stable
content                      2.0.5   stable
horde                        5.2.15  stable
imp                          6.2.19  stable
ingo                         3.2.15  stable
kronolith                    4.2.21  stable
mnemo                        4.2.13  stable
nag                          4.2.14  stable
timeobjects                  2.1.3   stable
turba                        4.2.19  stable

Versions seems to be the same.

In my installation is missing:
- Horde_Feed    2.0.4   stable
- gollem    3.0.10   stable
- trean   01.01.07   stable

I used your horde52.zip. Did I miss something?

One more question: do you have in webmail a spam-button for marking email manually as spam?

regards,
stefan
And then one day you find ten years have got behind you.

Time, 1973
(Mason, Waters, Wright, Gilmour)