[pkg-kolab] Alarms.php

Mathieu Parent math.parent at gmail.com
Sat Jul 4 14:55:03 UTC 2009


Hi,

On Fri, Jun 19, 2009 at 4:12 PM, Price,Neil<NPrice at gibb.co.za> wrote:
> Kolab 2.2.2 installed as per
> http://wiki.kolab.org/index.php/Debian_-_Administrators_-_Kolab_Installation
>
> Every 5 minutes I get this
>
> Jun 19 15:46:25 mailtest2 cyrus/imap[25504]: badlogin: mailtest2.arcus.co.za
> [170.130.105.46] plaintext manager SASL(-13): authentication failure:
> checkpass failed
>
> Message repeats several times
>
> The culprit seems to be /usr/bin/php -q /usr/share/horde3/scripts/alarms.php
> which runs from cron.d
>
> Running it manually yields the message:
>
> Warning: register_shutdown_function(): Invalid shutdown callback 'Array'
> passed in /usr/share/horde3/lib/Horde/Kolab/Storage/List.php on line 115
>
> The warning goes away if I set $conf[kolab][imap] off, but the bad login
> message remains. I can't see where it could possibly get the password
> from..?

Thanks for reporting about this (/me slow to reply).

You can safely ignore this error. It comes from alarms.php, as you
said. This script tries to connect to Horde Alarms with the first
admin account but without password.

1. If you don't use Alarms, you can remove the cron.

2. If you use Alarms, replace ( [auth-api*]):
$auth->setAuth($conf['auth']['admins'][0], array());

by something like:
$auth->setAuth($conf['auth']['admins'][0], Array('password' => 'PASSWORD'));

Regards

Mathieu Parent

[auth-api]: http://dev.horde.org/api/framework/Horde_Auth/Auth.html#setAuth
[auth-api-kolab]:
http://dev.horde.org/api/framework/Horde_Auth/Auth_kolab.html#methodsetAuth



More information about the pkg-kolab-devel mailing list