From micha at kovoks.nl Fri Aug 7 11:09:32 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Fri, 7 Aug 2009 11:09:32 +0200 Subject: SyncML problems Message-ID: <200908071109.33539.micha@kovoks.nl> Hi, I try to setup SyncML throught the Horde application with my Nokia E90. Several things work great, I synced my appointments from the phone to the kolab server and if I create a new event on the server, it get's synchronized to the phone. But if I change an appointment on the server it does not sync on my phone. I have enabled some debugging and the problem looks like the server doesn't detect there is an updated entry: INFO: Finished sync of database ./calendar. Failures: 0; changes from client (Add, Replace, Delete, AddReplaces): 0, 0, 0, 0; changes from server (Add, Replace, Delete): 0, 0, 0 I imagine it has something to do with the SQL query above, but I was under the impression Kolab doesn't use an sql server? Main question: What to do next. Greetings, Micha From thomas at intevation.de Fri Aug 7 12:25:54 2009 From: thomas at intevation.de (Thomas Arendsen Hein) Date: Fri, 7 Aug 2009 12:25:54 +0200 Subject: fetchmail error with ssl In-Reply-To: <4A7172A3.3060301@oab.de> References: <4A7172A3.3060301@oab.de> Message-ID: <20090807120357.686833321.thomas@intevation.de> * Alexander Marx [20090730 12:15]: > i installed a new Kolab 2.2.2 and now i added the fetchmail rpm from > openpkg. > fetchmail: Server certificate verification error: unable to verify the > first certificate > > This error is discussed in plenty of sites. the best solution for UBUNTU > would be to just install ca-certificates via apt-get. > that does not solve the prob, as it is a openpkg rpm. I think you could use the system's fetchmail, too. Regards, Thomas Arendsen Hein -- thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A Intevation GmbH, Neuer Graben 17, 49074 Osnabrueck - AG Osnabrueck, HR B 18998 Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From thomas at intevation.de Fri Aug 7 12:27:59 2009 From: thomas at intevation.de (Thomas Arendsen Hein) Date: Fri, 7 Aug 2009 12:27:59 +0200 Subject: ldap export/import In-Reply-To: <4A71A623.1050605@oab.de> References: <4A71A623.1050605@oab.de> Message-ID: <20090807120357.686833321.thomas@intevation.de> * Alexander Marx [20090730 15:59]: > to get all users from a kolab 2.0.3 server and put them into a kolab > 2.2.2 server, > > is it possible just to do a slapcat on the 2.0.3 and on the 2.2.2 and > then just copy the "user-part" > from the 2.0.3-ldif to the 2.2.2 ldif and import it into the 2.2.2? Some entries are interpreted differently, though in general this should work. Your best bet would be to convert the 2.0.3-ldif to the 2.1 format as described in the 2.0->2.1 upgrading docs and then import just the user part in 2.2. Regards, Thomas Arendsen Hein -- thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A Intevation GmbH, Neuer Graben 17, 49074 Osnabrueck - AG Osnabrueck, HR B 18998 Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From kcaesar at hotmail.com Fri Aug 7 13:58:10 2009 From: kcaesar at hotmail.com (kiser Caesar) Date: Fri, 7 Aug 2009 13:58:10 +0200 Subject: Kolab and other groupware tool ? Message-ID: Hello the list, In my company we use the kolab services. But now I need to integrate a groupware tool like egroupware... I want to know if kolab can work well with one ? Best regards, _________________________________________________________________ T?l?phonez gratuitement ? tous vos proches avec Windows Live Messenger? !? T?l?chargez-le maintenant ! http://www.windowslive.fr/messenger/1.asp -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: http://kolab.org/pipermail/kolab-users/attachments/20090807/83eb3e0f/attachment.html From kummi08 at yahoo.co.in Fri Aug 7 13:58:24 2009 From: kummi08 at yahoo.co.in (kumar sharma) Date: Fri, 7 Aug 2009 04:58:24 -0700 (PDT) Subject: Hi i need a solution for the this problem Message-ID: <251773.79937.qm@web94708.mail.in2.yahoo.com> Hi, i am phase problem with imap or cyrus these are error was coming in our server kindly help me db file in berkeley format Aug 04 13:57:33 mail.rgvtelecom.com imap[8846]: DBERROR: opening /kolab/var/imapd/mailboxes.db: Cannot allocate memory Aug 04 13:57:33 mail.rgvtelecom.com imap[8846]: DBERROR: opening /kolab/var/imapd/mailboxes.db: cyrusdb error Aug 04 13:57:33 mail.rgvtelecom.com imap[8846]: Fatal error: can't read mailboxes file Aug 04 13:57:33 mail.rgvtelecom.com imap[8848]: executed Aug 04 13:57:33 mail.rgvtelecom.com imap[8848]: DBERROR db4: Logging region out of memory; you may need to increase its size Aug 04 13:57:33 mail.rgvtelecom.com imap[8848]: DBERROR: opening /kolab/var/imapd/mailboxes.db: Cannot allocate memory Aug 04 13:57:33 mail.rgvtelecom.com imap[8848]: DBERROR: opening /kolab/var/imapd/mailboxes.db: cyrusdb error Aug 04 13:57:33 mail.rgvtelecom.com imap[8848]: Fatal error: can't read mailboxes file These are steps i was done login as root #/kolab/bin/openpkg rc all stop #rm /kolab/var/imapd/mailboxes.db #rm /kolab/var/imapd/annotation.db #rm /kolab/var/imapd/deliver.db #/kolab/bin/ctl_mailboxlist -u < mailbox.txt = restoring the mails data from the backup #su kolab-r $/kolab/bin/cyrreconstruct -rf user exit #/kolab/bin/openpkg all start If we done this step it will work for halfen hour again we have to repeate same thing will repeat I want the permanent salution. regards Kumar B Yahoo! recommends that you upgrade to the new and safer Internet Explorer 8. http://downloads.yahoo.com/in/internetexplorer/ From micha at kovoks.nl Fri Aug 7 14:39:44 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Fri, 07 Aug 2009 14:39:44 +0200 Subject: Kolab and other groupware tool ? In-Reply-To: References: Message-ID: <4A7C2090.20502@kovoks.nl> Hi, kiser Caesar wrote: > Hello the list, > > > In my company we use the kolab services. But now I need to integrate a > groupware tool like egroupware... > > I want to know if kolab can work well with one ? I think you are best off with Horde because it is already included in the normal Kolab distribution. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From micha at kovoks.nl Fri Aug 7 14:41:16 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Fri, 07 Aug 2009 14:41:16 +0200 Subject: Hi i need a solution for the this problem In-Reply-To: <251773.79937.qm@web94708.mail.in2.yahoo.com> References: <251773.79937.qm@web94708.mail.in2.yahoo.com> Message-ID: <4A7C20EC.4070103@kovoks.nl> Hi, kumar sharma wrote: > Hi, > i am phase problem with imap or cyrus these are error was coming in our server kindly help me db file in berkeley format > > > Aug 04 13:57:33 mail.rgvtelecom.com imap[8846]: DBERROR: opening /kolab/var/imapd/mailboxes.db: Cannot allocate memory > Maybe enter 'free' on the command line. It could be cyrus is right and you are low on your memory. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From kcaesar at hotmail.com Sun Aug 9 18:49:16 2009 From: kcaesar at hotmail.com (kiser Caesar) Date: Sun, 9 Aug 2009 18:49:16 +0200 Subject: Kolab-users Digest, Vol 66, Issue 3 In-Reply-To: References: Message-ID: Hello, Well, I'm already use Horde for the webmail service, but there are not advanced tools in it as egroupware. I think about project management, shared files etc ... The trouble with egroupware that is the setup to connect it to the kolab ldap don't work ! If anybody know a good tool like egroupware can work with kolab, please tell me ! :) Or an example of the good setup to configure egroupware with the kolab ldap. Best regards, --Pi?ce jointe du message transmise-- Subject: Re: Kolab and other groupware tool ? Date: Fri, 7 Aug 2009 14:39:44 +0200 To: kolab-users at kolab.org From: micha at kovoks.nl Hi, kiser Caesar wrote: > Hello the list, > > > In my company we use the kolab services. But now I need to integrate a > groupware tool like egroupware... > > I want to know if kolab can work well with one ? I think you are best off with Horde because it is already included in the normal Kolab distribution. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 _________________________________________________________________ D?couvrez toutes les possibilit?s de communication avec vos proches http://www.microsoft.com/windows/windowslive/default.aspx -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: http://kolab.org/pipermail/kolab-users/attachments/20090809/c9a167d2/attachment.html From kcaesar at hotmail.com Wed Aug 12 10:41:46 2009 From: kcaesar at hotmail.com (kiser Caesar) Date: Wed, 12 Aug 2009 10:41:46 +0200 Subject: Kolab-users Digest, Vol 66, Issue 3 In-Reply-To: References: Message-ID: Hello, Another question, who can help me to connect egroupware with the ldap of kolab ? Best regards, From: kcaesar at hotmail.com To: kolab-users at kolab.org Subject: RE: Kolab-users Digest, Vol 66, Issue 3 Date: Sun, 9 Aug 2009 18:49:16 +0200 Hello, Well, I'm already use Horde for the webmail service, but there are not advanced tools in it as egroupware. I think about project management, shared files etc ... The trouble with egroupware that is the setup to connect it to the kolab ldap don't work ! If anybody know a good tool like egroupware can work with kolab, please tell me ! :) Or an example of the good setup to configure egroupware with the kolab ldap. Best regards, --Pi?ce jointe du message transmise-- Subject: Re: Kolab and other groupware tool ? Date: Fri, 7 Aug 2009 14:39:44 +0200 To: kolab-users at kolab.org From: micha at kovoks.nl Hi, kiser Caesar wrote: > Hello the list, > > > In my company we use the kolab services. But now I need to integrate a > groupware tool like egroupware... > > I want to know if kolab can work well with one ? I think you are best off with Horde because it is already included in the normal Kolab distribution. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 D?couvrez toutes les possibilit?s de communication avec vos proches _________________________________________________________________ In?dit ! Des Emotic?nes D?jant?es! Installez les dans votre Messenger ! http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: http://kolab.org/pipermail/kolab-users/attachments/20090812/4cd85d10/attachment.html From micha at kovoks.nl Wed Aug 12 11:00:34 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Wed, 12 Aug 2009 11:00:34 +0200 Subject: Kolab-users Digest, Vol 66, Issue 3 In-Reply-To: References: Message-ID: <200908121100.35527.micha@kovoks.nl> Hi, > Hello, > > Another question, who can help me to connect egroupware with the ldap of > kolab ? Sorry to bug you again ;-) But it happens that I have played with eGroupware before I choose for Kolab. I have used eGroupware in combination with ldap but even if you have a clean ldap server and can start from scratch it is not easy at all. In my test it seemed the eGroupware addressbook has it's own ldap structure and there was not much documentation on how to use ldap. I suggest that if you want to use eGroupware, just try to install it on a clean server (or vmware image) to get some grip on it. Then try to integrate it with Kolab. B.t.w. have you looked at http://www.horde.org/source/modules.php ? -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From kcaesar at hotmail.com Wed Aug 12 12:26:23 2009 From: kcaesar at hotmail.com (kiser Caesar) Date: Wed, 12 Aug 2009 12:26:23 +0200 Subject: Kolab-users Digest, Vol 66, Issue 5 In-Reply-To: References: Message-ID: Thank for your quick answer ! I never try to add some modules on kolab... Do you know where I can find a tutorial to doing this ? Best regards, --Pi?ce jointe du message transmise-- Subject: Re: Kolab-users Digest, Vol 66, Issue 3 Date: Wed, 12 Aug 2009 11:00:34 +0200 To: kolab-users at kolab.org From: micha at kovoks.nl Hi, > Hello, > > Another question, who can help me to connect egroupware with the ldap of > kolab ? Sorry to bug you again ;-) But it happens that I have played with eGroupware before I choose for Kolab. I have used eGroupware in combination with ldap but even if you have a clean ldap server and can start from scratch it is not easy at all. In my test it seemed the eGroupware addressbook has it's own ldap structure and there was not much documentation on how to use ldap. I suggest that if you want to use eGroupware, just try to install it on a clean server (or vmware image) to get some grip on it. Then try to integrate it with Kolab. B.t.w. have you looked at http://www.horde.org/source/modules.php ? -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 _________________________________________________________________ T?l?phonez gratuitement ? tous vos proches avec Windows Live Messenger? !? T?l?chargez-le maintenant ! http://www.windowslive.fr/messenger/1.asp -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: http://kolab.org/pipermail/kolab-users/attachments/20090812/4b57219a/attachment.html From johannes_graumann at web.de Wed Aug 12 12:41:31 2009 From: johannes_graumann at web.de (Johannes Graumann) Date: Wed, 12 Aug 2009 12:41:31 +0200 Subject: MX Konfiguration Issues Message-ID: Hi all, I finally made the leap and went for a full blown hosted setup. http://www.mxtoolbox.com/ tells me everything should be ok and googlemail sent messages arrive (Gmail is using my server directly). Other services are trying to use the providers backup server and report trouble with relaying like so: : host mx0.stratoserver.net[81.169.163.94] said: 550 relay not permitted (in reply to RCPT TO command) I ACCEPT> mail from other domains over unauthenticated SMTP. and have 81.169.163.0/24 in my Privileged Networks list. Can anyone hint at what might be going wrong here? I attach a transcript of the managment GUI's "Settings" page ... Thanks for any hints, Joh Kolab Server Settings Only IMAP/SSL Service (TCP port 993), Sieve service (TCP port 2000 and Amavis Email Scanning (Virus/Spam) are enabled. Quota settings Warn users when they have used 80% of their quota Free/Busy settings DO NOT Allow unauthenticated downloading of Free/Busy information When creating free/busy lists, include data from days in the past. Privileged Networks Networks allowed to relay and send mail through unauthenticated SMTP connections to the Kolab server (comma separated networks in x.x.x.x/y format): 127.0.0.0/8, 81.169.163.0/24 SMTP "smarthost/relayhost" Smarthost (and optional port) to use to send outgoing mail (host.domain.tld). Leave empty for no relayhost. : Accept Internet Mail mail from other domains over unauthenticated SMTP. This must be enabled if you want to use the Kolab Server to receive mail from other internet domains directly. Leave disabled to accept mail only from SMTP gateways that are within the privileged network. Domains graumannschaft.org Mail Filter Settings Check messages for mismatching From header and envelope from. Use the Sender header instead of From for the above checks if Sender is present. Action to take for messages that fail the check: Reject the message, except if it originates from the outside and the From micha at kovoks.nl Wed Aug 12 14:57:43 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Wed, 12 Aug 2009 14:57:43 +0200 Subject: Kolab-users Digest, Vol 66, Issue 5 In-Reply-To: References: Message-ID: <200908121457.43754.micha@kovoks.nl> Hi, > Thank for your quick answer ! > > I never try to add some modules on kolab... Do you know where I can find a > tutorial to doing this ? I don't know about a tutorial, but in most cases you can download the framework3 version of a module and untar it in the horde directory. Normaly there is documentation about installation in the tar itself. The only thing you have to know is that you sometimes have to edit the config/registry.php from Horde to activate the module. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From micha at kovoks.nl Wed Aug 12 15:04:23 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Wed, 12 Aug 2009 15:04:23 +0200 Subject: MX Konfiguration Issues In-Reply-To: References: Message-ID: <200908121504.23871.micha@kovoks.nl> Hi, > Hi all, > > I finally made the leap and went for a full blown hosted setup. > http://www.mxtoolbox.com/ tells me everything should be ok and googlemail > sent messages arrive (Gmail is using my server directly). > > Other services are trying to use the providers backup server and report > trouble with relaying like so: > > : host > mx0.stratoserver.net[81.169.163.94] said: 550 relay not permitted (in reply > to RCPT TO command) Looks like Strato doesn't accept mail for graumannschaft.org . This looks like a configuration error at the strato side. You better check the configuration at strato. I tried mx0.stratoserver.net and it doesn't accept any mail for the moment your server looks allright. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From schneider at zawm.be Wed Aug 12 15:22:18 2009 From: schneider at zawm.be (Sascha Schneider) Date: Wed, 12 Aug 2009 15:22:18 +0200 Subject: Syncing Win Mobile Message-ID: <4A82C20A.1090301@zawm.be> Hello List, we use kolab 2.2 and for outlook the bynari-connector which can sync win mobile via outlook. Is there a posibility to sync a windows mobile or other PDA via activesync (or some other prog) directly with kolab?? -- Mit freundlichem Gru?, Sascha Schneider Projektleiter "Fit f?r IT" ZAWM Eupen Limburger Weg 2 B-4700 Eupen Tel.: +32 (0)87 593983 GSM: +32 (0)474 605141 -------------- next part -------------- A non-text attachment was scrubbed... Name: schneider.vcf Type: text/x-vcard Size: 239 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090812/bccf67b4/schneider.bin From micha at kovoks.nl Wed Aug 12 15:27:23 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Wed, 12 Aug 2009 15:27:23 +0200 Subject: Syncing Win Mobile In-Reply-To: <4A82C20A.1090301@zawm.be> References: <4A82C20A.1090301@zawm.be> Message-ID: <200908121527.23372.micha@kovoks.nl> Hi, > Hello List, > > we use kolab 2.2 and for outlook the bynari-connector which can sync win > mobile via outlook. > Is there a posibility to sync a windows mobile or other PDA via > activesync (or some other prog) directly with kolab?? You could try the Funambol Windows Mobile connector and do a syncml synchronisation on https:// References: <4A82C20A.1090301@zawm.be> Message-ID: <200908121531.04398.t.nintemann@medial-networks.de> Am Wednesday 12 August 2009 15:22:18 schrieb Sascha Schneider: > Hello List, > > we use kolab 2.2 and for outlook the bynari-connector which can sync win > mobile via outlook. > Is there a posibility to sync a windows mobile or other PDA via > activesync (or some other prog) directly with kolab?? Horde with SyncML does the Trick. You need Kolab 2.2.2 for SyncML But be careful.... It is not stable. Read this: http://wiki.kolab.org/index.php/Web_Client_SyncML Thomas From hjkim at bynari.net Wed Aug 12 15:32:00 2009 From: hjkim at bynari.net (Hyun Kim) Date: Wed, 12 Aug 2009 08:32:00 -0500 Subject: Syncing Win Mobile Message-ID: <56de40ac.1ca1b51.a7ffa12.72ae@bynari.net> Micha, If you have not tried the Beta V4.0 of the Connector, it supports all the mobile devices including Blackberry. https://beyond.bynari.net/files/connector/ic4beta/Bynari-InsightConnector-iCal-Kolab-4.0.0-0806537-INI.zip We will be working on the Kolab specific integration at the end of this month. Most of the features will work. Thanks, Hyun Mrs. Hyun Kim President Bynari, Inc. 2639 Electronic Lane, Suite 110 Dallas, Tx? 75220 www.bynari.net (214) 350-5772 X59 (214) 789-8674 cell (214) 352-3530 fax ? "Sharing made easy...leading the way for Universal Collaboration." sent with Beta 4.0 Connector -----Original Message----- From: kolab-users-bounces at kolab.org [mailto:kolab-users-bounces at kolab.org] On Behalf Of Micha Kersloot Sent: Wednesday, August 12, 2009 8:27 AM To: kolab-users at kolab.org Subject: Re: Syncing Win Mobile Hi, > Hello List, > > we use kolab 2.2 and for outlook the bynari-connector which can sync win > mobile via outlook. > Is there a posibility to sync a windows mobile or other PDA via > activesync (or some other prog) directly with kolab?? You could try the Funambol Windows Mobile connector and do a syncml synchronisation on https:// References: <200907271602.10103.webmaster@computational-chemistry.org> <200907301346.43056.bernhard@intevation.de> <200907301437.41067.webmaster@computational-chemistry.org> Message-ID: <200908121836.43419.webmaster@computational-chemistry.org> On Thursday 30 July 2009 02:37:40 pm Alexander Schr?ter wrote: > Yes thank you for sharing your information. > > Actually I have been thinking about how to set up a wiki page for this. I > signed up and I am going to propose my idea next week. I have to admit it's not much yet but I started to change the WikiPage regarding the SyncML Web Client. https://wiki.kolab.org/index.php/Web_Client_SyncML > I will use the information given by Chris and will add mine own. I so far > have a working funambol thunderbird connector under windows and a working > funambol outlook 2007 connector under windows. I guess I would rather have Chris add his information himself because I am missing quiet some details on Software and Functionality. So @Chris please add your Device in the table I have started. > I hope more people share their experience. > > On Thursday 30 July 2009 01:46:42 pm Bernhard Reiter wrote: > > Chris, > > > > Am Dienstag, 28. Juli 2009 10:11:41 schrieb Chris Hastie: > > > I've been playing with my Nokia E63 for a few days with reasonable > > > results. > > > > thanks for sharing your experiences! > > My suggestion is that we put stuff in reachable from > > http://wiki.kolab.org/index.php/Web_Client_SyncML > > (Don't forget to state your configuration, e.g. the server version > > number.) > > > > Alexander, your help is really appreciated, what about starting with > > putting onto that wiki page a summary what Chris wrote and a link to his > > posting? > > > > > The problems I'm having seem to be more to do with other > > > clients than with the phone or SyncML functionality. > > > > > > Calendar is working well. One or two appointments seem to have been > > > duplicated > > > > There might be an issue for duplication handling somewhere, > > I do not have it at hand right now. > > > > Best, > > Bernhard Regards Alexander From webmaster at computational-chemistry.org Wed Aug 12 18:45:28 2009 From: webmaster at computational-chemistry.org (Alexander =?iso-8859-1?q?Schr=F6ter?=) Date: Wed, 12 Aug 2009 18:45:28 +0200 Subject: Syncing Win Mobile In-Reply-To: <200908121527.23372.micha@kovoks.nl> References: <4A82C20A.1090301@zawm.be> <200908121527.23372.micha@kovoks.nl> Message-ID: <200908121845.28199.webmaster@computational-chemistry.org> On Wednesday 12 August 2009 03:27:23 pm Micha Kersloot wrote: > Hi, > > > Hello List, > > > > we use kolab 2.2 and for outlook the bynari-connector which can sync win > > mobile via outlook. > > Is there a posibility to sync a windows mobile or other PDA via > > activesync (or some other prog) directly with kolab?? > > You could try the Funambol Windows Mobile connector and do a syncml > synchronisation on https:// Nokia phone, but there are some glitches. The Bynari connector is very good > b.t.w. That route could end up more stable for the moment. Hello my name is Alexander I am trying to gather information on which Devices/Software work with which clients. So I would like to ask you to add your setup to the Device/Software Compatibility List on wikipage. https://wiki.kolab.org/index.php/Web_Client_SyncML Thank you. Regards Alexander From pixiesfr at free.fr Thu Aug 13 13:24:27 2009 From: pixiesfr at free.fr (fabrice) Date: Thu, 13 Aug 2009 14:24:27 +0300 Subject: Distribution list.. Message-ID: <200908131424.27684.pixiesfr@free.fr> Hi All, I have a question regarding the distribution, is it possible to make a distribution list with a distribution list ? and how ? I would like to have a and adress like all at ... to all the account, is there a way to do it without entering all the user account in the distribution list? Thank you Fabrice From schneider at zawm.be Thu Aug 13 13:57:50 2009 From: schneider at zawm.be (Sascha Schneider) Date: Thu, 13 Aug 2009 13:57:50 +0200 Subject: Distribution list.. In-Reply-To: <200908131424.27684.pixiesfr@free.fr> References: <200908131424.27684.pixiesfr@free.fr> Message-ID: <4A83FFBE.2090000@zawm.be> No, that does not work, because every entry in the distribution list must be a user Greetings from Belgium fabrice schrieb: > Hi All, > > I have a question regarding the distribution, is it possible to make a > distribution list with a distribution list ? and how ? > > I would like to have a and adress like all at ... to all the account, is there a > way to do it without entering all the user account in the distribution list? > > Thank you > Fabrice > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > -- Mit freundlichem Gru?, Sascha Schneider Projektleiter "Fit f?r IT" ZAWM Eupen Limburger Weg 2 B-4700 Eupen Tel.: +32 (0)87 593983 GSM: +32 (0)474 605141 -------------- next part -------------- A non-text attachment was scrubbed... Name: schneider.vcf Type: text/x-vcard Size: 239 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090813/8813d05c/schneider.bin From pixiesfr at free.fr Thu Aug 13 15:17:46 2009 From: pixiesfr at free.fr (fabrice) Date: Thu, 13 Aug 2009 16:17:46 +0300 Subject: Distribution list.. Message-ID: <200908131617.46951.pixiesfr@free.fr> Hi, thanks for the fast answer.. I try different way, but I was scared about the answer, as when you have a lot of users, you need to copy all the account on the distribution list.. maybe in a future version of kolab.. Thank you fabrice On Thursday 13 August 2009 14:57:50 Sascha Schneider wrote: > No, that does not work, because every entry in the distribution list > must be a user > > Greetings from Belgium > > fabrice schrieb: > > Hi All, > > > > I have a question regarding the distribution, is it possible to make a > > distribution list with a distribution list ? and how ? > > > > I would like to have a and adress like all at ... to all the account, is > > there a way to do it without entering all the user account in the > > distribution list? > > > > Thank you > > Fabrice > > > > _______________________________________________ > > Kolab-users mailing list > > Kolab-users at kolab.org > > https://kolab.org/mailman/listinfo/kolab-users From t.nintemann at medial-networks.de Thu Aug 13 16:09:13 2009 From: t.nintemann at medial-networks.de (Thomas Nintemann) Date: Thu, 13 Aug 2009 16:09:13 +0200 Subject: Syncing Win Mobile In-Reply-To: <200908121845.28199.webmaster@computational-chemistry.org> References: <4A82C20A.1090301@zawm.be> <200908121527.23372.micha@kovoks.nl> <200908121845.28199.webmaster@computational-chemistry.org> Message-ID: <200908131609.13616.t.nintemann@medial-networks.de> Am Wednesday 12 August 2009 18:45:28 schrieb Alexander Schr?ter: > Hello my name is Alexander > > I am trying to gather information on which Devices/Software work with which > clients. So I would like to ask you to add your setup to the > Device/Software Compatibility List on wikipage. > > https://wiki.kolab.org/index.php/Web_Client_SyncML > > Thank you. > Regards Alexander OK, that sounds practical. Here is my experience with my Blackberry 8310 alias Curve: I use Funambol Blackberry Sync Version 7.2 on my Blackberry. I only sync calendar and contacts, because i only need this on my Phone. Imho there are four bugs in Horde SyncML with Kolab enhancement. The first bug i found is this: http://www.kolab.org/pipermail/kolab-users/2009-May/009967.html The second i had to patch is this: https://www.intevation.de/roundup/kolab/issue3237 Third is not solved by me, because it is to difficult for me and i do not now if this is realy a Horde-Kolab SyncML Bug. It become noticeable when i put a photo in one or more of my contact. The sync procedure takes a lot of time and then i get a "Network Error" in my Funambol Blackberry client. So i no longer make use of Photos in my contacts and every sync is fine. The last bug i found is in the Calendar. I think this has to to with Horde-Kolab and recurring events. To solve this i only set recurring events on my Blackberry and sync that to my horde. Then it works. So i think that SyncML with Horde-Kolab and funambol isn't stable at the moment. Thomas From kcaesar at hotmail.com Fri Aug 14 10:25:09 2009 From: kcaesar at hotmail.com (kiser Caesar) Date: Fri, 14 Aug 2009 10:25:09 +0200 Subject: Default sent directory under Horde. Message-ID: Hello, Under Horde webmail when you send a new message there are an option can permit to save the message in a directory. By default it's the calendar directory. I can change to another one but I can't save my setting. Who know a way to save this setting ? Best regards, _________________________________________________________________ In?dit ! Des Emotic?nes D?jant?es! Installez les dans votre Messenger ! http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: http://kolab.org/pipermail/kolab-users/attachments/20090814/978b17b5/attachment.html From micha at kovoks.nl Fri Aug 14 11:54:14 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Fri, 14 Aug 2009 11:54:14 +0200 Subject: Default sent directory under Horde. In-Reply-To: References: Message-ID: <200908141154.14485.micha@kovoks.nl> Hi, > > Under Horde webmail when you send a new message there are an option can > permit to save the message in a directory. By default it's the calendar > directory. I can change to another one but I can't save my setting. Normaly you could save such a setting in the imp/config/prefs.php file, but I haven't tried it with kolab. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From micha at kovoks.nl Fri Aug 14 12:25:10 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Fri, 14 Aug 2009 12:25:10 +0200 Subject: Thanks for Kolab help Message-ID: <200908141225.10306.micha@kovoks.nl> Hi, > ... thank you for your insight. Now how do I prevent that little trick of > yours sending me email from mailer-daemon at graumannschaft.org ... what did > you do there? How did you do it? Can that be abused and prevented? I just did some SMPT talking on your server. There is nothing that should prevent this, because there is no difference in me doing some SMTP talking or the first mailserver doing the same stuff. Now about the from: mailer-daemon question. I simply entered an empty e-mail address (from:<>) and most mailer daemons replace that by some default. That is expected behaviour. Next to know is that you can never,never rely on the from: address because everyone can configure it in his own mail client. Just try it yourself if you don't believe me Just change your from: address in gates at microsoft.com and send yourself an e-mail. P.s. I rather copy this mail to the mailinglist as this discussion could help other people. Ok by you? -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From micha at kovoks.nl Fri Aug 14 12:43:39 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Fri, 14 Aug 2009 12:43:39 +0200 Subject: Syncing Win Mobile In-Reply-To: <200908121845.28199.webmaster@computational-chemistry.org> References: <4A82C20A.1090301@zawm.be> <200908121527.23372.micha@kovoks.nl> <200908121845.28199.webmaster@computational-chemistry.org> Message-ID: <200908141243.39492.micha@kovoks.nl> Hi, > On Wednesday 12 August 2009 03:27:23 pm Micha Kersloot wrote: > > Hello my name is Alexander > > I am trying to gather information on which Devices/Software work with which > clients. So I would like to ask you to add your setup to the > Device/Software Compatibility List on wikipage. > > https://wiki.kolab.org/index.php/Web_Client_SyncML I've added my info to the page. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From liste at gelpi.it Fri Aug 14 17:54:14 2009 From: liste at gelpi.it (Gelpi Andrea) Date: Fri, 14 Aug 2009 17:54:14 +0200 Subject: Migration from kolab 2.2.0 to 2.2.2 question Message-ID: <4A8588A6.1080207@gelpi.it> Hi all, In 1st.README file in the upgrade section I found this sentence: 6. Before starting the LDAP server the database must be restored from the ldif (with Horde preferences filtered out, since these are now stored in files): I have some Horde preferences now in my 2.2.0. After the upgrade are these preferences lost or have I something to do? Thanks. -- ing. Andrea Gelpi *************************************************** La Terra non la abbiamo ereditata dai nostri avi, ma la abbiamo presa in prestito dai nostri bambini. *************************************************** We do not inherit the Earth from our parents, but borrow it from our children. *************************************************** From christoph.zotter at redenzian.at Sat Aug 15 14:02:55 2009 From: christoph.zotter at redenzian.at (christoph.zotter@redenzian.at) Date: Sat, 15 Aug 2009 14:02:55 +0200 (CEST) Subject: Installation Error Centos 4.7 Message-ID: <213.229.39.217.1250337775.wm@webmail.inode.at> Following error occured during update from 2.2.0 to 2.2.1 or to 2.2.2: Processing files: openldap-2.3.43-20081212 Wrote: /kolab/RPM/PKG/openldap-2.3.43-20081212.ix86-rhel4.7-kolab.rpm Executing(%clean): env -i /kolab/lib/openpkg/bash --norc --noprofile --posix -e /kolab/RPM/TMP/rpm-tmp.29785 + cd /kolab/RPM/TMP + cd openldap-2.3.43 + rm -rf /kolab/RPM/TMP/openldap-2.3.43-root + exit 0 Executing(--clean): env -i /kolab/lib/openpkg/bash --norc --noprofile --posix -e /kolab/RPM/TMP/rpm-tmp.29785 + cd /kolab/RPM/TMP + rm -rf openldap-2.3.43 + exit 0 error: open of /kolab/RPM/PKG/openldap-2.3.43-20081212.ix86-rhel4.6-kolab.rpm failed: No such file or directory error: open of /kolab/RPM/PKG/openldap-2.3.43-20081212.ix86-rhel4.6-kolab.rpm failed: No such file or directory I think compiling was fine but opening of ....rhel4.6.. failed because it's name is ...rhel4.7... Any ideas appreciated Christoph From i.bin at dah.am Sat Aug 15 14:54:59 2009 From: i.bin at dah.am (Franz Skale) Date: Sat, 15 Aug 2009 14:54:59 +0200 Subject: Installation Error Centos 4.7 In-Reply-To: <213.229.39.217.1250337775.wm@webmail.inode.at> References: <213.229.39.217.1250337775.wm@webmail.inode.at> Message-ID: <4A86B023.3050200@dah.am> Is your centos version up2date ? Look at /etc/redhat-release. Franz christoph.zotter at redenzian.at schrieb: > Following error occured during update from 2.2.0 to 2.2.1 or to 2.2.2: > > Processing files: openldap-2.3.43-20081212 > Wrote: /kolab/RPM/PKG/openldap-2.3.43-20081212.ix86-rhel4.7-kolab.rpm > Executing(%clean): env -i /kolab/lib/openpkg/bash --norc --noprofile > --posix -e /kolab/RPM/TMP/rpm-tmp.29785 > + cd /kolab/RPM/TMP > + cd openldap-2.3.43 > + rm -rf /kolab/RPM/TMP/openldap-2.3.43-root > + exit 0 > Executing(--clean): env -i /kolab/lib/openpkg/bash --norc --noprofile > --posix -e /kolab/RPM/TMP/rpm-tmp.29785 > + cd /kolab/RPM/TMP > + rm -rf openldap-2.3.43 > + exit 0 > error: open of > /kolab/RPM/PKG/openldap-2.3.43-20081212.ix86-rhel4.6-kolab.rpm failed: No > such file or directory > error: open of > /kolab/RPM/PKG/openldap-2.3.43-20081212.ix86-rhel4.6-kolab.rpm failed: No > such file or directory > > I think compiling was fine but opening of ....rhel4.6.. failed because > it's name is ...rhel4.7... > > Any ideas appreciated > > Christoph > > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > From albrecht.dress at lios-tech.com Mon Aug 17 08:19:46 2009 From: albrecht.dress at lios-tech.com (Albrecht =?iso-8859-1?q?Dre=DF?=) Date: Mon, 17 Aug 2009 08:19:46 +0200 Subject: Migration from kolab 2.2.0 to 2.2.2 question In-Reply-To: <4A8588A6.1080207@gelpi.it> References: <4A8588A6.1080207@gelpi.it> Message-ID: <200908170819.47069.albrecht.dress@lios-tech.com> Hi Andrea: Am Freitag 14 August 2009 17:54:14 schrieb Gelpi Andrea: > 6. Before starting the LDAP server the database must be restored from > the ldif (with Horde preferences filtered out, since these are now > stored in files): > > I have some Horde preferences now in my 2.2.0. > > After the upgrade are these preferences lost or have I something to do? Yes, in short, they will be lost completely. I opened an issue for that [1], and I already wrote some code to extract the prefs from the 2.2.0 LDAP data base, but as I am not a php programmer, I have no idea how to push them into 2.2.2. Some people promised to support me, but I never any feedback since then. So, in short, if you already have a running 2.2.0 installation, this means that *all* users have to enter *all* prefs again, which IMHO is a blocker. If you can improve the situation, this would really be welcome. Unfortunately, 2.2.2 has more bugs, e.g. #3555 also seems to be a blocker to me, and there has not been any progress since ages. Best, Albrecht. [1] [2] From schneider at zawm.be Mon Aug 17 12:15:08 2009 From: schneider at zawm.be (Sascha Schneider) Date: Mon, 17 Aug 2009 12:15:08 +0200 Subject: Thunderbird ics problem In-Reply-To: <200908170819.47069.albrecht.dress@lios-tech.com> References: <4A8588A6.1080207@gelpi.it> <200908170819.47069.albrecht.dress@lios-tech.com> Message-ID: <4A892DAC.2060602@zawm.be> Hi List, I'm running Kolab 2.2.2 and Thunderbird. Getting a shared.calendar to be displayed as external calendar in TB is not a problem, but I can't see any user:calendar. Permissions are set right, cause I can see the calendar in Outlook and horde, but the URL to the ics does not work. If I try opening the URL of the user:calendar in Firefox I get an 404 (Not found), the shared calendar offers me the ics for download. The URL has a /user%2Fusername%2FKalender.ics If I change this to /user/username/Kalendar.ics I only get a black page, no login, nothing same with /user:username:Kalendar.ics -- Mit freundlichem Gru?, Sascha Schneider Projektleiter "Fit f?r IT" ZAWM Eupen Limburger Weg 2 B-4700 Eupen Tel.: +32 (0)87 593983 GSM: +32 (0)474 605141 -------------- next part -------------- A non-text attachment was scrubbed... Name: schneider.vcf Type: text/x-vcard Size: 239 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090817/6cca4543/schneider.bin From bernhard at intevation.de Tue Aug 18 10:15:14 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 18 Aug 2009 10:15:14 +0200 Subject: Wiki page started (what mobile device would you recommend) In-Reply-To: <200908121836.43419.webmaster@computational-chemistry.org> References: <200907271602.10103.webmaster@computational-chemistry.org> <200907301437.41067.webmaster@computational-chemistry.org> <200908121836.43419.webmaster@computational-chemistry.org> Message-ID: <200908181015.17510.bernhard@intevation.de> Am Mittwoch, 12. August 2009 18:36:43 schrieb Alexander Schr?ter: > On Thursday 30 July 2009 02:37:40 pm Alexander Schr?ter wrote: > > Yes thank you for sharing your information. > > > > Actually I have been thinking about how to set up a wiki page for this. I > > signed up and I am going to propose my idea next week. > > I have to admit it's not much yet but I started to change the WikiPage > regarding the SyncML Web Client. > > https://wiki.kolab.org/index.php/Web_Client_SyncML Yes, very nice. Somehow we should make sure that feature lists are connected with a specific Kolab Server version, so we do not lose track of what works with which version. > > > I will use the information given by Chris and will add mine own. I so far > > have a working funambol thunderbird connector under windows and a working > > funambol outlook 2007 connector under windows. > > I guess I would rather have Chris add his information himself because I am > missing quiet some details on Software and Functionality. > > So @Chris please add your Device in the table I have started. Of course it would be cool to have people enter the devices themselfs, in some case I think it is helpful if somebody having more experience with the wiki just enters it, with a citation or link to the email. Best, Bernhard -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090818/1adebc28/attachment.bin From bernhard at intevation.de Tue Aug 18 11:46:59 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 18 Aug 2009 11:46:59 +0200 Subject: SyncML problems In-Reply-To: <200908071109.33539.micha@kovoks.nl> References: <200908071109.33539.micha@kovoks.nl> Message-ID: <200908181146.59580.bernhard@intevation.de> Am Freitag, 7. August 2009 11:09:32 schrieb Micha Kersloot: > I try to setup SyncML throught the Horde application with my Nokia E90. > Several things work great, I synced my appointments from the phone to the > kolab server and if I create a new event on the server, it get's > synchronized to the phone. But if I change an appointment on the server it > does not sync on my phone. > > I have enabled some debugging and the problem looks like the server doesn't > detect there is an updated entry: > INFO: ? Finished sync of database ./calendar. Failures: 0; changes from > client (Add, Replace, Delete, AddReplaces): 0, 0, 0, 0; changes from server > (Add, Replace, Delete): 0, 0, 0 > > I imagine it has something to do with the SQL query above, but I was under > the impression Kolab doesn't use an sql server? There is Kolab Server which does not use an SQL server and then there is the Kolab Webclient based on Horde, which currently might need an SQL server - I am not sure. > Main question: What to do next. Jump on the kolab-devel list and help us to get a reproducable case. Note that two developers are on vacation this week and some of the following weeks, so we might be a bit slower to respond than usual. Best, Bernhard -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090818/fe15f667/attachment.bin From bernhard at intevation.de Tue Aug 18 11:48:47 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 18 Aug 2009 11:48:47 +0200 Subject: Kolab and other groupware tool ? In-Reply-To: References: Message-ID: <200908181148.48180.bernhard@intevation.de> Am Freitag, 7. August 2009 13:58:10 schrieb kiser Caesar: > In my company we use the kolab services. But now I need to integrate a > groupware tool like egroupware... > > I want to know if kolab can ?work well with one ? Kolab Server contains a full blown email service, Together with Kolab Clients this can constitute a feature rich groupware solution. I am not familiar with the technical abilities of egroupware, so I cannot say how you could integrate it in the best way. I probably depends on which service you want to wire with each other. -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090818/6a49c180/attachment.bin From bernhard at intevation.de Tue Aug 18 11:50:18 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 18 Aug 2009 11:50:18 +0200 Subject: Hi i need a solution for the this problem In-Reply-To: <251773.79937.qm@web94708.mail.in2.yahoo.com> References: <251773.79937.qm@web94708.mail.in2.yahoo.com> Message-ID: <200908181150.18779.bernhard@intevation.de> Am Freitag, 7. August 2009 13:58:24 schrieb kumar sharma: > Aug 04 13:57:33 mail.rgvtelecom.com imap[8848]: DBERROR db4: > Logging region out of memory; you may need to increase its size There are a number of configuration options to the Berkely database, I would look into these, you might be able to increase some settings. Like Micha wrote, you should also check that you have enough memory on the machine itself as well. -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090818/dc96af99/attachment.bin From bernhard at intevation.de Tue Aug 18 11:56:51 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 18 Aug 2009 11:56:51 +0200 Subject: Distribution list.. In-Reply-To: <200908131617.46951.pixiesfr@free.fr> References: <200908131617.46951.pixiesfr@free.fr> Message-ID: <200908181156.51978.bernhard@intevation.de> Am Donnerstag, 13. August 2009 15:17:46 schrieb fabrice: > I try different way, but I was scared about the answer, as when you have a > lot of users, you need to copy all the account on the distribution list.. You could use a script to do this and another solution to the problem could be to add some custom address resolution with postfix, but that is technically more involved. > maybe in a future version of kolab.. > On Thursday 13 August 2009 14:57:50 Sascha Schneider wrote: > > No, that does not work, because every entry in the distribution list > > must be a user I do not think we will support distribution list in distribution lists because of the technical implications of such a search on the directory server, which would be in danger of unlimited recursion. ;) -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090818/ff341857/attachment.bin From bernhard at intevation.de Tue Aug 18 12:03:06 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 18 Aug 2009 12:03:06 +0200 Subject: Migration from kolab 2.2.0 to 2.2.2 question In-Reply-To: <200908170819.47069.albrecht.dress@lios-tech.com> References: <4A8588A6.1080207@gelpi.it> <200908170819.47069.albrecht.dress@lios-tech.com> Message-ID: <200908181203.06935.bernhard@intevation.de> Am Montag, 17. August 2009 08:19:46 schrieb Albrecht Dre?: > So, in short, if you already have a running 2.2.0 installation, this means > that *all* users have to enter *all* prefs again, which IMHO is a blocker. > ?If you can improve the situation, this would really be welcome. > > Unfortunately, 2.2.2 has more bugs, e.g. #3555 also seems to be a blocker > to me, and there has not been any progress since ages. We have done quite a bit of work in the background (the current CVS version) but I do not know about the status of these issues. (Two of our developers are on vacation right now, so I cannot check in detail). > [1] > [2] It is okay to bring up issues again that are not moving for a while, our estimation of urgency sometimes is wrong of course. If bringing them up within the issue does not help, you can escalate to the list. Bernhard -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090818/8a159fb8/attachment.bin From bernhard at intevation.de Tue Aug 18 12:05:03 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 18 Aug 2009 12:05:03 +0200 Subject: Thunderbird ics problem In-Reply-To: <4A892DAC.2060602@zawm.be> References: <4A8588A6.1080207@gelpi.it> <200908170819.47069.albrecht.dress@lios-tech.com> <4A892DAC.2060602@zawm.be> Message-ID: <200908181205.04022.bernhard@intevation.de> Am Montag, 17. August 2009 12:15:08 schrieb Sascha Schneider: > I'm running Kolab 2.2.2 and Thunderbird. > Getting a shared.calendar to be displayed as external calendar in TB is > not a problem, but I can't see any user:calendar. > Permissions are set right, cause I can see the calendar in Outlook and > horde, but the URL to the ics does not work. > If I try opening the URL of the user:calendar in Firefox I get an 404 > (Not found), the shared calendar offers me the ics for download. There might be an issue for this already, try searching for it and enter your experiences there. If there is not issue, create one (do not forget your specific Kolab Webclient version number.) > The URL has a /user%2Fusername%2FKalender.ics > If I change this to /user/username/Kalendar.ics I only get a black page, > no login, nothing > same with /user:username:Kalendar.ics -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: schneider.vcf Type: text/x-vcard Size: 239 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090818/0cb1f78a/schneider.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090818/0cb1f78a/attachment.bin From micha at kovoks.nl Tue Aug 18 13:05:10 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Tue, 18 Aug 2009 13:05:10 +0200 Subject: SyncML problems In-Reply-To: <200908181146.59580.bernhard@intevation.de> References: <200908071109.33539.micha@kovoks.nl> <200908181146.59580.bernhard@intevation.de> Message-ID: <200908181305.10149.micha@kovoks.nl> Hi, > Am Freitag, 7. August 2009 11:09:32 schrieb Micha Kersloot: > > I try to setup SyncML throught the Horde application with my Nokia E90. > > Several things work great, I synced my appointments from the phone to the > > kolab server and if I create a new event on the server, it get's > > synchronized to the phone. But if I change an appointment on the server > > it does not sync on my phone. > > > > I have enabled some debugging and the problem looks like the server > > doesn't detect there is an updated entry: > > INFO: Finished sync of database ./calendar. Failures: 0; changes from > > client (Add, Replace, Delete, AddReplaces): 0, 0, 0, 0; changes from > > server (Add, Replace, Delete): 0, 0, 0 > > > > I imagine it has something to do with the SQL query above, but I was > > under the impression Kolab doesn't use an sql server? > > There is Kolab Server which does not use an SQL server > and then there is the Kolab Webclient based on Horde, which currently might > need an SQL server - I am not sure. I found out there is a sqlite database used by horde. I needed to clear that when my phone got a software update. Now I have a fresh sync and I have to test the problem area's again. > > Main question: What to do next. > > Jump on the kolab-devel list and help us to get a reproducable case. I'll do that. I just wanted to know if there is anybody working on the SyncML stuff. > Note that two developers are on vacation this week and some of the > following weeks, so we might be a bit slower to respond than usual. ok -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From johannes_graumann at web.de Tue Aug 18 23:51:00 2009 From: johannes_graumann at web.de (Johannes Graumann) Date: Tue, 18 Aug 2009 23:51 +0200 Subject: Horde login (once again) Message-ID: Hello, I fail to log into my horde account. The same credentials are just fine for the admin interface. /kolab/var/kolab/www/client/log/horde.log reads as below. My /etc/hosts looks like so: 127.0.0.1 localhost.localdomain localhost 85.214.57.145 graumannschaft.org graumannschaft.org # Auto-generated hostname. Please do not remove this comment. 85.214.57.145 h1616679.stratoserver.net h1616679 Any hints on what to fix? Thanks, Joh Aug 18 23:40:02 HORDE [error] [imp] FAILED LOGIN for johannes.graumann at graumannschaft.org [85.181.96.220] to {h1616679.stratoserver.net:143 [imap/notls/novalidate-cert]} [pid 13966 on line 139 of "/kolab/var/kolab/www/client/imp/lib/Auth/imp.php"] Aug 18 23:40:02 HORDE [debug] [imp] Max memory usage: 7864320 bytes [pid 13966 on line 339 of "/kolab/var/kolab/www/client/lib/Horde/Registry.php"] Aug 18 23:40:02 HORDE [debug] [imp] IMAP errors: Connection failed to h1616679.stratoserver.net,143: Connection refused [pid 13966 on line 175 of "/kolab/var/kolab/www/client/imp/lib/IMAP.php"] Aug 18 23:40:02 HORDE [debug] [kronolith] Hook _horde_hook_share_init in application horde not called. [pid 13966 on line 1683 of "/kolab/var/kolab/www/client/lib/Horde.php"] Aug 18 23:40:02 HORDE [error] [kronolith] IMAP error. Server: 127.0.0.1. Error: IMAP Authentication cancelled [pid 13966 on line 1330 of "/kolab/var/kolab/www/client/kronolith/lib/Kronolith.php"] Aug 18 23:40:02 HORDE [debug] [kronolith] Hook _prefs_change_hook_display_remote_cals in application horde not called. [pid 13966 on line 1683 of "/kolab/var/kolab/www/client/lib/Horde.php"] Aug 18 23:40:02 HORDE [debug] [kronolith] Guest user does not have READ permission for turba [pid 13966 on line 814 of "/kolab/var/kolab/www/client/lib/Horde/Registry.php"] Aug 18 23:40:02 HORDE [debug] [kronolith] Guest user does not have READ permission for nag [pid 13966 on line 814 of "/kolab/var/kolab/www/client/lib/Horde/Registry.php"] Aug 18 23:40:02 HORDE [debug] [kronolith] Hook _prefs_change_hook_display_external_cals in application horde not called. [pid 13966 on line 1683 of "/kolab/var/kolab/www/client/lib/Horde.php"] Aug 18 23:40:02 HORDE [debug] [kronolith] Hook _prefs_change_hook_display_cals in application horde not called. [pid 13966 on line 1683 of "/kolab/var/kolab/www/client/lib/Horde.php"] Aug 18 23:40:02 HORDE [debug] [nag] Hook _horde_hook_share_init in application horde not called. [pid 13966 on line 1683 of "/kolab/var/kolab/www/client/lib/Horde.php"] Aug 18 23:40:02 HORDE [error] [nag] IMAP error. Server: 127.0.0.1. Error: IMAP Authentication cancelled [pid 13966 on line 281 of "/kolab/var/kolab/www/client/nag/lib/Nag.php"] Aug 18 23:40:02 HORDE [error] [nag] IMAP error. Server: 127.0.0.1. Error: IMAP Authentication cancelled [pid 13966 on line 281 of "/kolab/var/kolab/www/client/nag/lib/Nag.php"] Aug 18 23:40:02 HORDE [debug] [nag] Hook _prefs_change_hook_display_tasklists in application horde not called. [pid 13966 on line 1683 of "/kolab/var/kolab/www/client/lib/Horde.php"] Aug 18 23:40:02 HORDE [debug] [imp] SQL query by Horde_Alarm_sql::_list(): SELECT alarm_id, alarm_uid, alarm_start, alarm_end, alarm_methods, alarm_params, alarm_title, alarm_text, alarm_snooze, alarm_internal FROM horde_alarms WHERE alarm_dismissed = 0 AND ((alarm_snooze IS NULL AND alarm_start <= ?) OR alarm_snooze <= ?) AND (alarm_end IS NULL OR alarm_end >= ?) AND (alarm_uid = ? OR alarm_uid = ?) ORDER BY alarm_start, alarm_end [pid 13966 on line 148 of "/kolab/var/kolab/www/client/lib/Horde/Alarm/sql.php"] Aug 18 23:40:02 HORDE [debug] [imp] Max memory usage: 11534336 bytes [pid 13966 on line 339 of "/kolab/var/kolab/www/client/lib/Horde/Registry.php"] From thomas at intevation.de Wed Aug 19 11:49:05 2009 From: thomas at intevation.de (Thomas Arendsen Hein) Date: Wed, 19 Aug 2009 11:49:05 +0200 Subject: SyncML problems In-Reply-To: <200908181305.10149.micha@kovoks.nl> References: <200908071109.33539.micha@kovoks.nl> <200908181146.59580.bernhard@intevation.de> <200908181305.10149.micha@kovoks.nl> Message-ID: <20090819114810.301518412.thomas@intevation.de> * Micha Kersloot [20090818 13:05]: > > Am Freitag, 7. August 2009 11:09:32 schrieb Micha Kersloot: > > > I imagine it has something to do with the SQL query above, but I was > > > under the impression Kolab doesn't use an sql server? > > > > There is Kolab Server which does not use an SQL server > > and then there is the Kolab Webclient based on Horde, which currently might > > need an SQL server - I am not sure. > > I found out there is a sqlite database used by horde. I needed to clear that > when my phone got a software update. Yes, the sqlite database is used for SyncML. Thomas -- thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A Intevation GmbH, Neuer Graben 17, 49074 Osnabrueck - AG Osnabrueck, HR B 18998 Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From thomas at intevation.de Wed Aug 19 11:52:26 2009 From: thomas at intevation.de (Thomas Arendsen Hein) Date: Wed, 19 Aug 2009 11:52:26 +0200 Subject: Horde login (once again) In-Reply-To: References: Message-ID: <20090819114953.572234695.thomas@intevation.de> * Johannes Graumann [20090818 23:51]: > My /etc/hosts looks like so: > 127.0.0.1 localhost.localdomain localhost > 85.214.57.145 graumannschaft.org graumannschaft.org > # Auto-generated hostname. Please do not remove this comment. > 85.214.57.145 h1616679.stratoserver.net h1616679 This is wrong, /etc/hosts allows only one line for each IP. Better use this: 127.0.0.1 localhost.localdomain localhost 85.214.57.145 graumannschaft.org h1616679.stratoserver.net h1616679 # Auto-generated hostname. Please do not remove this comment. This already might correct your problem. Is "graumannschaft.org" the name configured in kolab.conf? Regards, Thomas Arendsen Hein -- thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A Intevation GmbH, Neuer Graben 17, 49074 Osnabrueck - AG Osnabrueck, HR B 18998 Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From johannes_graumann at web.de Wed Aug 19 13:19:50 2009 From: johannes_graumann at web.de (Johannes Graumann) Date: Wed, 19 Aug 2009 13:19:50 +0200 Subject: Horde login (once again) References: <20090819114953.572234695.thomas@intevation.de> Message-ID: Thomas Arendsen Hein wrote: > * Johannes Graumann [20090818 23:51]: >> My /etc/hosts looks like so: >> 127.0.0.1 localhost.localdomain localhost >> 85.214.57.145 graumannschaft.org graumannschaft.org >> # Auto-generated hostname. Please do not remove this comment. >> 85.214.57.145 h1616679.stratoserver.net h1616679 > > This is wrong, /etc/hosts allows only one line for each IP. > Better use this: > > 127.0.0.1 localhost.localdomain localhost > 85.214.57.145 graumannschaft.org h1616679.stratoserver.net h1616679 > # Auto-generated hostname. Please do not remove this comment. > > This already might correct your problem. I also had to add the domain to the 127.0.0.1 entry in the way you described it. > Is "graumannschaft.org" the name configured in kolab.conf? That was the next issue then. Had to adjust "fqdnhostname" in kolab.conf and ran kolabconf ... Thanks for your time I have a running webmail system now. Joh From johannes_graumann at web.de Wed Aug 19 13:24:45 2009 From: johannes_graumann at web.de (Johannes Graumann) Date: Wed, 19 Aug 2009 13:24:45 +0200 Subject: SyncML/Funambol/Nokia E71/Kolab/Horde Message-ID: Hello, My kolab 2.2.2 server is running fine and I managed to get the webmail system configured correctly. Next step is to get syncing with my E71 up and running. - Funambol is installed and configured with username, password, server- address (https://graumannschaft.org/client/rpc.php), port (443). - when I attempt to sync, the phone logs on (first time around I had to accept the certificate) and the client reports a) Wird Synchronisiert (Is being synchronized) b) Wird getrennt (logs out) c) Serveradresse ungueltig (invalid server address) Does anybody have any hints what is going on here? Thanks in advance, Joh From micha at kovoks.nl Wed Aug 19 13:59:27 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Wed, 19 Aug 2009 13:59:27 +0200 Subject: SyncML/Funambol/Nokia E71/Kolab/Horde In-Reply-To: References: Message-ID: <200908191359.27548.micha@kovoks.nl> Hi, > - Funambol is installed and configured with username, password, server- > address (https://graumannschaft.org/client/rpc.php), port (443). Does the E71 needs a funambol client? Is there no internal sync application? > > - when I attempt to sync, the phone logs on (first time around I had to > accept the certificate) and the client reports > a) Wird Synchronisiert (Is being synchronized) > b) Wird getrennt (logs out) > c) Serveradresse ungueltig (invalid server address) > The error is completely meaningless. Whatever problem there is, you will always see this error on your phone. > Does anybody have any hints what is going on here? First look at the apache log-files: /kolab/var/apache/log/apache-access.log and /kolab/var/apache/log/apache-error.log it could be the error shows overthere. Another source to look at is /kolab/var/kolab/www/client/log/horde.log and /kolab/var/kolab/www/client/log/php-errors.log And now you are going to the somewhat darker area's ;-) First create a folder /tmp/sync and make it writable for the kolab-n user (or writeable for everyone) on a sync a lot of debugging info will be written overthere. The first file to look at would be /tmp/sync/log.txt P.s. I personaly have been bitten by this bug: https://www.intevation.de/roundup/kolab/issue3656 Good luck. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From johannes_graumann at web.de Wed Aug 19 15:34:51 2009 From: johannes_graumann at web.de (Johannes Graumann) Date: Wed, 19 Aug 2009 15:34:51 +0200 Subject: SyncML/Funambol/Nokia E71/Kolab/Horde References: <200908191359.27548.micha@kovoks.nl> Message-ID: Micha Kersloot wrote: > Hi, > >> - Funambol is installed and configured with username, password, server- >> address (https://graumannschaft.org/client/rpc.php), port (443). > Does the E71 needs a funambol client? Is there no internal sync > application? >> >> - when I attempt to sync, the phone logs on (first time around I had to >> accept the certificate) and the client reports >> a) Wird Synchronisiert (Is being synchronized) >> b) Wird getrennt (logs out) >> c) Serveradresse ungueltig (invalid server address) >> > The error is completely meaningless. Whatever problem there is, you will > always see this error on your phone. > >> Does anybody have any hints what is going on here? > > First look at the apache log-files: > /kolab/var/apache/log/apache-access.log and > /kolab/var/apache/log/apache-error.log it could be the error shows > overthere. > > Another source to look at is /kolab/var/kolab/www/client/log/horde.log and > /kolab/var/kolab/www/client/log/php-errors.log > > And now you are going to the somewhat darker area's ;-) First create a > folder /tmp/sync and make it writable for the kolab-n user (or writeable > for everyone) on a sync a lot of debugging info will be written overthere. > > The first file to look at would be /tmp/sync/log.txt > > P.s. I personaly have been bitten by this bug: > https://www.intevation.de/roundup/kolab/issue3656 Same here. merged in the fixed mentioned there and now I can synchronize the calendar. No Synchronization of the contacts though ... the relevant log fragment (horde.log) reads as below and seems so indicate that horde actually takes care of those databases ... I have plenty of contacts in multiple address books of my kolab installation and have tried selecting single and multiple entries in the respective horde option - to no avail. No syncing of them happens. "contacts" is the right external database name, isn't it? Joh Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, 1250686181, IMEI:354208035409490, calendar, johannes.graumann at graumannschaft.org [pid 9552 on line 713 of "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database ./calendar. Failures: 0; changes from client (Add, Replace, Delete, AddReplaces): 0, 0, 0, 0; changes from server (Add, Replace, Delete): 0, 0, 0 [pid 9552 on line 745 of "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by SyncML_Backend_Horde::readSyncAnchors(): SELECT syncml_clientanchor, syncml_serveranchor FROM horde_syncml_anchors WHERE syncml_syncpartner = ? AND syncml_db = ? AND syncml_uid = ?, values: IMEI:354208035409490, notes, johannes.graumann at graumannschaft.org [pid 9552 on line 743 of "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, 1250686181, IMEI:354208035409490, notes, johannes.graumann at graumannschaft.org [pid 9552 on line 713 of "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database ./notes. Failures: 0; changes from client (Add, Replace, Delete, AddReplaces): 0, 0, 0, 0; changes from server (Add, Replace, Delete): 0, 0, 0 [pid 9552 on line 745 of "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by SyncML_Backend_Horde::readSyncAnchors(): SELECT syncml_clientanchor, syncml_serveranchor FROM horde_syncml_anchors WHERE syncml_syncpartner = ? AND syncml_db = ? AND syncml_uid = ?, values: IMEI:354208035409490, contacts, johannes.graumann at graumannschaft.org [pid 9552 on line 743 of "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, 1250686181, IMEI:354208035409490, contacts, johannes.graumann at graumannschaft.org [pid 9552 on line 713 of "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database ./Contacts. Failures: 0; changes from client (Add, Replace, Delete, AddReplaces): 0, 0, 0, 0; changes from server (Add, Replace, Delete): 0, 0, 0 [pid 9552 on line 745 of "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] From ezaffa at gmail.com Wed Aug 19 15:54:08 2009 From: ezaffa at gmail.com (Enrico Zaffaroni) Date: Wed, 19 Aug 2009 15:54:08 +0200 Subject: filter and relay a single domain Message-ID: Hi all, I manage a kolab 2.2.2 server with several domains configured. I need that all mail directed to one or more of these domains are filtered by amavis and then relayed to another smtp server. Has anyone idea on how to do this? Thanks in advance Enrico -- ------------- Enrico Zaffaroni ezaffa at gmail.com -------------- parte successiva -------------- Un allegato HTML ? stato rimosso... URL: http://kolab.org/pipermail/kolab-users/attachments/20090819/b8f5fb93/attachment.html From bernhard at intevation.de Wed Aug 19 21:26:13 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed, 19 Aug 2009 21:26:13 +0200 Subject: filter and relay a single domain In-Reply-To: References: Message-ID: <200908192126.14200.bernhard@intevation.de> On Wednesday 19 August 2009, Enrico Zaffaroni wrote: > Hi all, I manage a kolab 2.2.2 server with several domains configured. I > need that all mail directed to one or more of these domains are filtered by > amavis and then relayed to another smtp server. Has anyone idea on how to > do this? The generic postfix documentation is your friend. -- Managing Director - Owner: www.intevation.net (Free Software Company) Deputy Germany Coordinator: fsfeurope.org. Coordinator: Kolab-Konsortium.com. Intevation GmbH, Neuer Graben 17, Osnabr?ck, DE; AG Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090819/0ac06b3c/attachment.bin From johannes_graumann at web.de Wed Aug 19 22:48:31 2009 From: johannes_graumann at web.de (Johannes Graumann) Date: Wed, 19 Aug 2009 22:48:31 +0200 Subject: SyncML/Funambol/Nokia E71/Kolab/Horde References: <200908191359.27548.micha@kovoks.nl> Message-ID: Deleting all calendar entries and contacts on the phone and following http://wiki.kolab.org/index.php/Web_Client_SyncML (Clearing the SyncML info) before synching took care of everything for me. I want to emphasize that I am extremely please to be able to synch multiple kolab address books via horde to my phone (by selecting them all in the horde options) - this was not possible with OpenXchange, which I briefly dabbled around with ... Cheers, Joh Johannes Graumann wrote: > Micha Kersloot wrote: > >> Hi, >> >>> - Funambol is installed and configured with username, password, server- >>> address (https://graumannschaft.org/client/rpc.php), port (443). >> Does the E71 needs a funambol client? Is there no internal sync >> application? >>> >>> - when I attempt to sync, the phone logs on (first time around I had to >>> accept the certificate) and the client reports >>> a) Wird Synchronisiert (Is being synchronized) >>> b) Wird getrennt (logs out) >>> c) Serveradresse ungueltig (invalid server address) >>> >> The error is completely meaningless. Whatever problem there is, you will >> always see this error on your phone. >> >>> Does anybody have any hints what is going on here? >> >> First look at the apache log-files: >> /kolab/var/apache/log/apache-access.log and >> /kolab/var/apache/log/apache-error.log it could be the error shows >> overthere. >> >> Another source to look at is /kolab/var/kolab/www/client/log/horde.log >> and /kolab/var/kolab/www/client/log/php-errors.log >> >> And now you are going to the somewhat darker area's ;-) First create a >> folder /tmp/sync and make it writable for the kolab-n user (or writeable >> for everyone) on a sync a lot of debugging info will be written >> overthere. >> >> The first file to look at would be /tmp/sync/log.txt >> >> P.s. I personaly have been bitten by this bug: >> https://www.intevation.de/roundup/kolab/issue3656 > > Same here. merged in the fixed mentioned there and now I can synchronize > the calendar. No Synchronization of the contacts though ... the relevant > log fragment (horde.log) reads as below and seems so indicate that horde > actually takes care of those databases ... I have plenty of contacts in > multiple address books of my kolab installation and have tried selecting > single and multiple entries in the respective horde option - to no avail. > No syncing of them happens. "contacts" is the right external database > name, isn't it? > > Joh > > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET > syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner > = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, > 1250686181, IMEI:354208035409490, calendar, > johannes.graumann at graumannschaft.org [pid 9552 on line 713 of > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database ./calendar. > Failures: 0; changes from client (Add, Replace, Delete, AddReplaces): 0, > 0, 0, 0; changes from server (Add, Replace, Delete): 0, 0, 0 [pid 9552 on > line 745 of "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > SyncML_Backend_Horde::readSyncAnchors(): SELECT syncml_clientanchor, > syncml_serveranchor FROM horde_syncml_anchors WHERE syncml_syncpartner = ? > AND syncml_db = ? AND syncml_uid = ?, values: IMEI:354208035409490, notes, > johannes.graumann at graumannschaft.org [pid 9552 on line 743 of > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET > syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner > = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, > 1250686181, IMEI:354208035409490, notes, > johannes.graumann at graumannschaft.org [pid 9552 on line 713 of > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database ./notes. > Failures: 0; changes from client (Add, Replace, Delete, AddReplaces): 0, > 0, 0, 0; changes from server (Add, Replace, Delete): 0, 0, 0 [pid 9552 on > line 745 of "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > SyncML_Backend_Horde::readSyncAnchors(): SELECT syncml_clientanchor, > syncml_serveranchor FROM horde_syncml_anchors WHERE syncml_syncpartner = ? > AND syncml_db = ? AND syncml_uid = ?, values: IMEI:354208035409490, > contacts, johannes.graumann at graumannschaft.org [pid 9552 on line 743 of > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET > syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner > = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, > 1250686181, IMEI:354208035409490, contacts, > johannes.graumann at graumannschaft.org [pid 9552 on line 713 of > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database ./Contacts. > Failures: 0; changes from client (Add, Replace, Delete, AddReplaces): 0, > 0, 0, 0; changes from server (Add, Replace, Delete): 0, 0, 0 [pid 9552 on > line 745 of "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] From webmaster at computational-chemistry.org Wed Aug 19 23:03:24 2009 From: webmaster at computational-chemistry.org (Alexander =?iso-8859-1?q?Schr=F6ter?=) Date: Wed, 19 Aug 2009 23:03:24 +0200 Subject: SyncML/Funambol/Nokia E71/Kolab/Horde In-Reply-To: References: Message-ID: <200908192303.24581.webmaster@computational-chemistry.org> Hi this sounds very promising, would you be so kind to add your Phone to the Compatibility List to ensure that other people can use kolab the way you do. And maybe you could add a little how to like it was done for the Nokia E90. Did you end up using Nokias Internal Syncronisations or did you use Funambol (and if so which version?) Thank you very much for sharing your information with the community. Regards Alexander On Wednesday 19 August 2009 10:48:31 pm Johannes Graumann wrote: > Deleting all calendar entries and contacts on the phone and following > http://wiki.kolab.org/index.php/Web_Client_SyncML (Clearing the SyncML > info) before synching took care of everything for me. > > I want to emphasize that I am extremely please to be able to synch multiple > kolab address books via horde to my phone (by selecting them all in the > horde options) - this was not possible with OpenXchange, which I briefly > dabbled around with ... > > Cheers, Joh > > Johannes Graumann wrote: > > Micha Kersloot wrote: > >> Hi, > >> > >>> - Funambol is installed and configured with username, password, server- > >>> address (https://graumannschaft.org/client/rpc.php), port (443). > >> > >> Does the E71 needs a funambol client? Is there no internal sync > >> application? > >> > >>> - when I attempt to sync, the phone logs on (first time around I had to > >>> accept the certificate) and the client reports > >>> a) Wird Synchronisiert (Is being synchronized) > >>> b) Wird getrennt (logs out) > >>> c) Serveradresse ungueltig (invalid server address) > >> > >> The error is completely meaningless. Whatever problem there is, you will > >> always see this error on your phone. > >> > >>> Does anybody have any hints what is going on here? > >> > >> First look at the apache log-files: > >> /kolab/var/apache/log/apache-access.log and > >> /kolab/var/apache/log/apache-error.log it could be the error shows > >> overthere. > >> > >> Another source to look at is /kolab/var/kolab/www/client/log/horde.log > >> and /kolab/var/kolab/www/client/log/php-errors.log > >> > >> And now you are going to the somewhat darker area's ;-) First create a > >> folder /tmp/sync and make it writable for the kolab-n user (or writeable > >> for everyone) on a sync a lot of debugging info will be written > >> overthere. > >> > >> The first file to look at would be /tmp/sync/log.txt > >> > >> P.s. I personaly have been bitten by this bug: > >> https://www.intevation.de/roundup/kolab/issue3656 > > > > Same here. merged in the fixed mentioned there and now I can synchronize > > the calendar. No Synchronization of the contacts though ... the relevant > > log fragment (horde.log) reads as below and seems so indicate that horde > > actually takes care of those databases ... I have plenty of contacts in > > multiple address books of my kolab installation and have tried selecting > > single and multiple entries in the respective horde option - to no avail. > > No syncing of them happens. "contacts" is the right external database > > name, isn't it? > > > > Joh > > > > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > > SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET > > syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner > > = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, > > 1250686181, IMEI:354208035409490, calendar, > > johannes.graumann at graumannschaft.org [pid 9552 on line 713 of > > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > > Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database > > ./calendar. Failures: 0; changes from client (Add, Replace, Delete, > > AddReplaces): 0, 0, 0, 0; changes from server (Add, Replace, Delete): 0, > > 0, 0 [pid 9552 on line 745 of > > "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] > > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > > SyncML_Backend_Horde::readSyncAnchors(): SELECT syncml_clientanchor, > > syncml_serveranchor FROM horde_syncml_anchors WHERE syncml_syncpartner = > > ? AND syncml_db = ? AND syncml_uid = ?, values: IMEI:354208035409490, > > notes, johannes.graumann at graumannschaft.org [pid 9552 on line 743 of > > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > > SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET > > syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner > > = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, > > 1250686181, IMEI:354208035409490, notes, > > johannes.graumann at graumannschaft.org [pid 9552 on line 713 of > > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > > Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database ./notes. > > Failures: 0; changes from client (Add, Replace, Delete, AddReplaces): 0, > > 0, 0, 0; changes from server (Add, Replace, Delete): 0, 0, 0 [pid 9552 on > > line 745 of "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] > > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > > SyncML_Backend_Horde::readSyncAnchors(): SELECT syncml_clientanchor, > > syncml_serveranchor FROM horde_syncml_anchors WHERE syncml_syncpartner = > > ? AND syncml_db = ? AND syncml_uid = ?, values: IMEI:354208035409490, > > contacts, johannes.graumann at graumannschaft.org [pid 9552 on line 743 of > > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > > Aug 19 14:49:47 HORDE [debug] [horde] SQL Query by > > SyncML_Backend_Horde::writeSyncAnchors(): UPDATE horde_syncml_anchors SET > > syncml_clientanchor = ?, syncml_serveranchor = ? WHERE syncml_syncpartner > > = ? AND syncml_db = ? AND syncml_uid = ?, values: 20090819T124850Z, > > 1250686181, IMEI:354208035409490, contacts, > > johannes.graumann at graumannschaft.org [pid 9552 on line 713 of > > "/kolab/var/kolab/www/client/lib/SyncML/Backend/Horde.php"] > > Aug 19 14:49:47 HORDE [info] [horde] Finished sync of database > > ./Contacts. Failures: 0; changes from client (Add, Replace, Delete, > > AddReplaces): 0, 0, 0, 0; changes from server (Add, Replace, Delete): 0, > > 0, 0 [pid 9552 on line 745 of > > "/kolab/var/kolab/www/client/lib/SyncML/Sync.php"] > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users From webmaster at computational-chemistry.org Wed Aug 19 23:14:26 2009 From: webmaster at computational-chemistry.org (Alexander =?iso-8859-1?q?Schr=F6ter?=) Date: Wed, 19 Aug 2009 23:14:26 +0200 Subject: Syncing Win Mobile In-Reply-To: <200908141243.39492.micha@kovoks.nl> References: <4A82C20A.1090301@zawm.be> <200908121845.28199.webmaster@computational-chemistry.org> <200908141243.39492.micha@kovoks.nl> Message-ID: <200908192314.26777.webmaster@computational-chemistry.org> Perfect we need more people adding their information. Just one thing ... I don't know how frequent Nokia is with their Firmware but would you be so kind to find out the version of your phone and add it to the Connector. This way we might be able to track issues with different Firmware. Thank you and Regards Alexander On Friday 14 August 2009 12:43:39 pm Micha Kersloot wrote: > Hi, > > > On Wednesday 12 August 2009 03:27:23 pm Micha Kersloot wrote: > > > > Hello my name is Alexander > > > > I am trying to gather information on which Devices/Software work with > > which clients. So I would like to ask you to add your setup to the > > Device/Software Compatibility List on wikipage. > > > > https://wiki.kolab.org/index.php/Web_Client_SyncML > > I've added my info to the page. From micha at kovoks.nl Thu Aug 20 10:18:57 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Thu, 20 Aug 2009 10:18:57 +0200 Subject: Syncing Win Mobile In-Reply-To: <200908192314.26777.webmaster@computational-chemistry.org> References: <4A82C20A.1090301@zawm.be> <200908141243.39492.micha@kovoks.nl> <200908192314.26777.webmaster@computational-chemistry.org> Message-ID: <200908201018.57319.micha@kovoks.nl> Hi, > I > don't know how frequent Nokia is with their Firmware but would you be so > kind to find out the version of your phone and add it to the Connector. > This way we might be able to track issues with different Firmware. This is probably the 3 firmware i've installed in 2 / 3 years, so there appeare new firmware versions reguraly. Allthough sofar i've only found issues on the kolab/horde side, mainly in detecting new/changed entries. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From webmaster at computational-chemistry.org Thu Aug 20 11:07:45 2009 From: webmaster at computational-chemistry.org (Alexander =?iso-8859-1?q?Schr=F6ter?=) Date: Thu, 20 Aug 2009 11:07:45 +0200 Subject: Syncing Win Mobile In-Reply-To: <200908201018.57319.micha@kovoks.nl> References: <4A82C20A.1090301@zawm.be> <200908192314.26777.webmaster@computational-chemistry.org> <200908201018.57319.micha@kovoks.nl> Message-ID: <200908201107.45594.webmaster@computational-chemistry.org> Hi I took the liberty to add your information to the wiki, please take a short look at the how to if everything is right. Maybe add some information to the recuring events problem. what does it look like what error etc. Regards Alexander On Thursday 20 August 2009 10:18:57 am Micha Kersloot wrote: > Hi, > > > I > > don't know how frequent Nokia is with their Firmware but would you be so > > kind to find out the version of your phone and add it to the Connector. > > This way we might be able to track issues with different Firmware. > > This is probably the 3 firmware i've installed in 2 / 3 years, so there > appeare new firmware versions reguraly. Allthough sofar i've only found > issues on the kolab/horde side, mainly in detecting new/changed entries. From micha at kovoks.nl Thu Aug 20 11:17:02 2009 From: micha at kovoks.nl (Micha Kersloot) Date: Thu, 20 Aug 2009 11:17:02 +0200 Subject: Syncing Win Mobile In-Reply-To: <200908201107.45594.webmaster@computational-chemistry.org> References: <4A82C20A.1090301@zawm.be> <200908201018.57319.micha@kovoks.nl> <200908201107.45594.webmaster@computational-chemistry.org> Message-ID: <200908201117.02276.micha@kovoks.nl> Hi, > Hi I took the liberty to add your information to the wiki, please take a > short look at the how to if everything is right. Maybe add some information > to the recuring events problem. what does it look like what error etc. I'm unable to find your changes. B.t.w. My username on the wiki is Rotzooi. -- Met vriendelijke groet, Micha Kersloot http://www.kovoks.nl/ KovoKs B.V. is ingeschreven onder KvK nummer: 11033334 From dusty at qwer.tk Thu Aug 20 15:23:28 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Thu, 20 Aug 2009 15:23:28 +0200 Subject: SyncML/Funambol/Nokia E71/Kolab/Horde In-Reply-To: <200908192303.24581.webmaster@computational-chemistry.org> References: <200908192303.24581.webmaster@computational-chemistry.org> Message-ID: <200908201523.28559.dusty@qwer.tk> Am Mittwoch 19 August 2009 23:03:24 schrieb Alexander Schr?ter: > Hi this sounds very promising, would you be so kind to add your Phone to > the Compatibility List to ensure that other people can use kolab the way > you do. At least for me syncing does not work with the very same setup. (Kolab 2.2.2, Nokia E71), syncing stops with some meaningless error. As a workaround, I personally sync things with Outlook and the Konsec connector, which works quite o.k. so far. Best Regards, Hermann -- hermann at qwer.tk GPG key ID: 299893C7 (on keyservers) FP: 0124 2584 8809 EF2A DBF9 4902 64B4 D16B 2998 93C7 From kcaesar at hotmail.com Fri Aug 21 15:05:59 2009 From: kcaesar at hotmail.com (kiser Caesar) Date: Fri, 21 Aug 2009 15:05:59 +0200 Subject: Max connection rate ? Message-ID: Hello, I have an error message in my logs like this : postfix/anvil[11774]: statistics: max connection rate 2/60s for (0. > 0.0.0:smtp:ip-public) at "date" If I restart my kolab services it's working fine. How can I increase this value ? Best regards, _________________________________________________________________ T?l?phonez gratuitement ? tous vos proches avec Windows Live Messenger? !? T?l?chargez-le maintenant ! http://www.windowslive.fr/messenger/1.asp -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: http://kolab.org/pipermail/kolab-users/attachments/20090821/b373c1ae/attachment.html From Nazeer at kryptonpcs.co.za Mon Aug 24 12:23:51 2009 From: Nazeer at kryptonpcs.co.za (Nazeer) Date: Mon, 24 Aug 2009 12:23:51 +0200 Subject: Horde Client Message-ID: <01f901ca24a4$f9a8dbb0$ecfa9310$@co.za> Hi Guys How do I remove the "Mode option" when logging onto Horde? I want all users to login with the "Dynamic" mode and not allow them to choose Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090824/e47be3ef/attachment.html From funke at hiskp.uni-bonn.de Mon Aug 24 13:28:30 2009 From: funke at hiskp.uni-bonn.de (Christian Funke) Date: Mon, 24 Aug 2009 13:28:30 +0200 Subject: Horde Client In-Reply-To: <01f901ca24a4$f9a8dbb0$ecfa9310$@co.za> References: <01f901ca24a4$f9a8dbb0$ecfa9310$@co.za> Message-ID: <200908241328.30283.funke@hiskp.uni-bonn.de> Am Montag, 24. August 2009 12:23:51 schrieb Nazeer: > Hi Guys > > > > How do I remove the "Mode option" when logging onto Horde? I want all users > to login with the "Dynamic" mode and not allow them to choose > Hi Nazeer, add the following two lines to /kolab/etc/kolab/templates/webclient- imp_conf.php.template $conf['user']['default_view'] = 'dimp'; $conf['user']['select_view'] = false; and run kolabconf. You may have to restart apache, but i am not sure Greets Christian From thomas at intevation.de Mon Aug 24 15:29:41 2009 From: thomas at intevation.de (Thomas Arendsen Hein) Date: Mon, 24 Aug 2009 15:29:41 +0200 Subject: Horde Client In-Reply-To: <200908241328.30283.funke@hiskp.uni-bonn.de> References: <01f901ca24a4$f9a8dbb0$ecfa9310$@co.za> <200908241328.30283.funke@hiskp.uni-bonn.de> Message-ID: <20090824152817.738451330.thomas@intevation.de> * Christian Funke [20090824 13:28]: > add the following two lines to /kolab/etc/kolab/templates/webclient- > imp_conf.php.template > > > $conf['user']['default_view'] = 'dimp'; > $conf['user']['select_view'] = false; > > > and run kolabconf. You may have to restart apache, but i am not sure Please tell me if a restart is needed, then it can be added to the template. Regards, Thomas Arendsen Hein -- thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A Intevation GmbH, Neuer Graben 17, 49074 Osnabrueck - AG Osnabrueck, HR B 18998 Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From Nazeer at kryptonpcs.co.za Tue Aug 25 10:14:33 2009 From: Nazeer at kryptonpcs.co.za (Nazeer) Date: Tue, 25 Aug 2009 10:14:33 +0200 Subject: Horde Client Message-ID: <023301ca255c$13cd48c0$3b67da40$@co.za> Hi How do I copy messages from one folder to another in the Dynamic Mode? I can easily do it in the Traditionalist Mode Also, is there a way to make users automatically login to the Dynamic Mode without having to select it? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090825/ead72dc1/attachment.html From Nazeer at kryptonpcs.co.za Tue Aug 25 12:24:08 2009 From: Nazeer at kryptonpcs.co.za (Nazeer) Date: Tue, 25 Aug 2009 12:24:08 +0200 Subject: Horde Client In-Reply-To: <200908241328.30283.funke@hiskp.uni-bonn.de> References: <01f901ca24a4$f9a8dbb0$ecfa9310$@co.za> <200908241328.30283.funke@hiskp.uni-bonn.de> Message-ID: <024501ca256e$2e2d9550$8a88bff0$@co.za> Hi That didn't seem to work. I restarted Apache and the Mode option is still there. I hard refreshed browser as well and even deleted cookies -----Original Message----- From: Christian Funke [mailto:funke at hiskp.uni-bonn.de] Sent: 24 August 2009 01:29 PM To: kolab-users at kolab.org Subject: Re: Horde Client Am Montag, 24. August 2009 12:23:51 schrieb Nazeer: > Hi Guys > > > > How do I remove the "Mode option" when logging onto Horde? I want all users > to login with the "Dynamic" mode and not allow them to choose > Hi Nazeer, add the following two lines to /kolab/etc/kolab/templates/webclient- imp_conf.php.template $conf['user']['default_view'] = 'dimp'; $conf['user']['select_view'] = false; and run kolabconf. You may have to restart apache, but i am not sure Greets Christian From funke at hiskp.uni-bonn.de Tue Aug 25 12:49:33 2009 From: funke at hiskp.uni-bonn.de (Christian Funke) Date: Tue, 25 Aug 2009 12:49:33 +0200 Subject: Horde Client In-Reply-To: <024501ca256e$2e2d9550$8a88bff0$@co.za> References: <01f901ca24a4$f9a8dbb0$ecfa9310$@co.za> <200908241328.30283.funke@hiskp.uni-bonn.de> <024501ca256e$2e2d9550$8a88bff0$@co.za> Message-ID: <200908251249.34067.funke@hiskp.uni-bonn.de> Am Dienstag, 25. August 2009 12:24:08 schrieb Nazeer: > Hi > > That didn't seem to work. I restarted Apache and the Mode option is still > there. I hard refreshed browser as well and even deleted cookies > > > > -----Original Message----- > From: Christian Funke [mailto:funke at hiskp.uni-bonn.de] > Sent: 24 August 2009 01:29 PM > To: kolab-users at kolab.org > Subject: Re: Horde Client > > Am Montag, 24. August 2009 12:23:51 schrieb Nazeer: > > Hi Guys > > > > > > > > How do I remove the "Mode option" when logging onto Horde? I want all > > users > > > to login with the "Dynamic" mode and not allow them to choose > > Hi Nazeer, > > add the following two lines to /kolab/etc/kolab/templates/webclient- > imp_conf.php.template > > > $conf['user']['default_view'] = 'dimp'; > $conf['user']['select_view'] = false; > > I forgot that I also added $_prefs['initial_application'] = array( 'value' => 'dimp', 'locked' => true, 'shared' => true, 'type' => 'select', 'desc' => sprintf(_("What application should %s display after login?"), $GLOBALS['registry']->get('name')) ); $_prefs['show_sidebar'] = array( 'value' => false, 'locked' => true, 'shared' => true, 'type' => 'checkbox', 'desc' => sprintf(_("Show the %s Menu on the left?"), $GLOBALS['registry']->get('name', 'horde')) ); to /kolab/etc/kolab/templates/webclient-config_prefs.php.template. These modifications definitely did the trick form me. You just have to check if the original setting persists try deleting your users prefs under /kolab/var/kolab/www/client/storage Greets Christian From albrecht.dress at lios-tech.com Wed Aug 26 09:17:24 2009 From: albrecht.dress at lios-tech.com (Albrecht =?iso-8859-1?q?Dre=DF?=) Date: Wed, 26 Aug 2009 09:17:24 +0200 Subject: Kontact vs. Toltec appointment time glitch Message-ID: <200908260917.25697.albrecht.dress@lios-tech.com> Hi all, I have a question about the interpretation of the time information in vcalendar appointment invitations. I created an invitation with Kontact coming with Ubuntu Jaunty (Kontact 1.4.2, Korganiser 4.2.2), containing DTSTART;TZID=Europe/Berlin:20090826T150000 DTEND;TZID=Europe/Berlin:20090826T153000 I didn't look into the RFC yet, but at least Horde (coming with kolab 2.2.0) as well as (of course) Kontact interpret this correctly as "1500..1530 local time" (CEST). However, the Outlook clients (OL 2003 and 2007) using the Toltec connector v. 2.3.1 interpret this as either "1600..1630 local time" *or* as "1700..1730 local time". Needless to say that this created some confusion... Can anyone tell me who is to blame for this behaviour - the Kolab server, Kontact, Toltec, or even Outlook? Any idea how I can fix this? Thanks in advance, Albrecht. From kcaesar at hotmail.com Wed Aug 26 13:31:36 2009 From: kcaesar at hotmail.com (kiser Caesar) Date: Wed, 26 Aug 2009 13:31:36 +0200 Subject: Freebusy and kolab 2.2.0 Message-ID: Hello the list, I tried many time to setup the freebusy but it's don't work. I think it's my fault but I need some help to solve my trouble. My clients use outlook 2003 + toltec, I configured the freebusy option with the doc http://www.kolab.org/doc/doc3-1.37.pdf But nothing, work... Who have a fonctional service and can help me ? Best regards, _________________________________________________________________ T?l?phonez gratuitement ? tous vos proches avec Windows Live Messenger? !? T?l?chargez-le maintenant ! http://www.windowslive.fr/messenger/1.asp -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: http://kolab.org/pipermail/kolab-users/attachments/20090826/9297d6ec/attachment.html From greenpenguin at free.fr Thu Aug 27 11:28:56 2009 From: greenpenguin at free.fr (greenpenguin@free.fr) Date: Thu, 27 Aug 2009 11:28:56 +0200 Subject: Problem Command died with status 40: /kolab/bin/php Message-ID: <1251365336.4a9651d83a6e7@imp.free.fr> Hi, I have a problem with a Kolab Server Release 2.2.2. I can send mails to everyone but not to an address. This is the error message in postfix.log : Aug 27 07:46:07 srvmail postfix/pipe[28681]: 7AA7410A67E: to=, relay=kolabmailboxfilter, delay=0.23, delays=0.09/0/0/0.14, dsn=5.3.0, status=bounced (Command died with status 40: "/kolab/bin/php") and here the filter.log Aug 27 07:46:07 Kolab Filter [debug] [horde] Arguments: Horde_Argv_Values Object ( [sender] => my.sender at free.fr [recipient] => Array ( [0] => my.user at mydomain.com ) [host] => srvmail.my.domain.com [client] => 192.168.1.5 [user] => [config] => /kolab/etc/kolab/kolabfilter.conf ) [on line 244 of "/kolab/lib/php/Horde/Kolab/Filter/Base.php"] Aug 27 07:46:07 Kolab Filter [info] [horde] Horde_Kolab_Filter_Content successfully completed (sender=my.sender at free.fr, recipients=my.user at mydomain.com, client_address=192.168.1.5, id=<1D3BF4FB1B19074284C174C0B6DE3AED0800E8C5B5 at batz.free.fr>) [on line 141 of "/kolab/lib/php/Horde/Kolab/Filter/Base.php"] Aug 27 07:46:07 Kolab Filter [debug] [horde] Arguments: Horde_Argv_Values Object ( [sender] => my.sender at free.fr [recipient] => Array ( [0] => my.user at mydomain.com ) [host] => srvmail.my.domain.com [client] => 127.0.0.1 [user] => [config] => /kolab/etc/kolab/kolabfilter.conf ) [on line 244 of "/kolab/lib/php/Horde/Kolab/Filter/Base.php"] Do you have an idea ? Thanks a lot for your help. Florent From Nazeer at kryptonpcs.co.za Thu Aug 27 14:35:12 2009 From: Nazeer at kryptonpcs.co.za (Nazeer) Date: Thu, 27 Aug 2009 14:35:12 +0200 Subject: Horde Client Message-ID: <000101ca2712$d2637b30$772a7190$@co.za> Hi I have tried the following again and it seems to take away the mode selector but it's still logging into IMP instead of DIMP Any suggestions? Thanks -----Original Message----- From: Christian Funke [mailto:funke at hiskp.uni-bonn.de] Sent: 24 August 2009 01:29 PM To: kolab-users at kolab.org Subject: Re: Horde Client Am Montag, 24. August 2009 12:23:51 schrieb Nazeer: > Hi Guys > > > > How do I remove the "Mode option" when logging onto Horde? I want all users > to login with the "Dynamic" mode and not allow them to choose > Hi Nazeer, add the following two lines to /kolab/etc/kolab/templates/webclient- imp_conf.php.template $conf['user']['default_view'] = 'dimp'; $conf['user']['select_view'] = false; and run kolabconf. You may have to restart apache, but i am not sure Greets Christian From funke at hiskp.uni-bonn.de Thu Aug 27 14:40:18 2009 From: funke at hiskp.uni-bonn.de (Christian Funke) Date: Thu, 27 Aug 2009 14:40:18 +0200 Subject: Horde Client In-Reply-To: <000101ca2712$d2637b30$772a7190$@co.za> References: <000101ca2712$d2637b30$772a7190$@co.za> Message-ID: <200908271440.18613.funke@hiskp.uni-bonn.de> Am Donnerstag, 27. August 2009 14:35:12 schrieb Nazeer: > Hi > > I have tried the following again and it seems to take away the mode > selector but it's still logging into IMP instead of DIMP > > Any suggestions? > > Thanks > > Did you add $_prefs['initial_application'] = array( 'value' => 'dimp', 'locked' => true, 'shared' => true, 'type' => 'select', 'desc' => sprintf(_("What application should %s display after login?"), $GLOBALS['registry']->get('name')) ); $_prefs['show_sidebar'] = array( 'value' => false, 'locked' => true, 'shared' => true, 'type' => 'checkbox', 'desc' => sprintf(_("Show the %s Menu on the left?"), $GLOBALS['registry']->get('name', 'horde')) ); to /kolab/etc/kolab/templates/webclient-config_prefs.php.template.? Further on it might be neccessary to remove your prefs file /kolab/var/kolab/www/client/storage/[user at domain].prefs Greets Christian From schneider at zawm.be Thu Aug 27 19:04:56 2009 From: schneider at zawm.be (Sascha Schneider) Date: Thu, 27 Aug 2009 19:04:56 +0200 Subject: Vista and kolab 2.2.2 In-Reply-To: <200908271440.18613.funke@hiskp.uni-bonn.de> References: <000101ca2712$d2637b30$772a7190$@co.za> <200908271440.18613.funke@hiskp.uni-bonn.de> Message-ID: <200908271904.56660.schneider@zawm.be> Hi list, I have a strange problem on one of the mashines. I Imported a pst with bynari-connector 3.1.9 into kolab on an XP with Outlook2003, everything went fine, eaven syncing with an TomTom PDA works with ActiveSync. Now the same user has a Laptop with Vista and also Outlook2003. I managed to set the security policy that he can access the samba server, he also can access the horde of the kolabserver, but when I connect to it with outlook2003, outlook crashes/hangs. I also tried to connect without the bynari connector, simply by adding the server as IMAP-Account, same problems, outlook crashes. With bynari connector it syncs for a few seconds and does import the folder-structure and some emails, but then "Outlook does not respond". Has anyone here same problems on vista?? Are there other secpols I have to edit to connect the server or is this simply a vista feature ;-)) Greetings from belgium, Sascha From hjkim at bynari.net Thu Aug 27 20:35:00 2009 From: hjkim at bynari.net (Hyun Kim) Date: Thu, 27 Aug 2009 13:35:00 -0500 Subject: Vista and kolab 2.2.2 Message-ID: <3726e128.1ca2745.10c368b5.6b89@bynari.net> Sascha, Try our support team for assistance. They might have some suggestions. We have V4.0 in Beta, but this product works with Vista. Thanks, Hyun Mrs. Hyun Kim President Bynari, Inc. 2639 Electronic Lane, Suite 110 Dallas, Tx? 75220 www.bynari.net (214) 350-5772 X59 (214) 789-8674 cell (214) 352-3530 fax ? "Sharing made easy...leading the way for Universal Collaboration." sent with Beta 4.0 Connector -----Original Message----- From: kolab-users-bounces at kolab.org [mailto:kolab-users-bounces at kolab.org] On Behalf Of Sascha Schneider Sent: Thursday, August 27, 2009 12:05 PM To: kolab-users at kolab.org Subject: Vista and kolab 2.2.2 Hi list, I have a strange problem on one of the mashines. I Imported a pst with bynari-connector 3.1.9 into kolab on an XP with Outlook2003, everything went fine, eaven syncing with an TomTom PDA works with ActiveSync. Now the same user has a Laptop with Vista and also Outlook2003. I managed to set the security policy that he can access the samba server, he also can access the horde of the kolabserver, but when I connect to it with outlook2003, outlook crashes/hangs. I also tried to connect without the bynari connector, simply by adding the server as IMAP-Account, same problems, outlook crashes. With bynari connector it syncs for a few seconds and does import the folder-structure and some emails, but then "Outlook does not respond". Has anyone here same problems on vista?? Are there other secpols I have to edit to connect the server or is this simply a vista feature ;-)) Greetings from belgium, Sascha _______________________________________________ Kolab-users mailing list Kolab-users at kolab.org https://kolab.org/mailman/listinfo/kolab-users From liutauras.adomaitis at gmail.com Fri Aug 28 09:42:56 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Fri, 28 Aug 2009 10:42:56 +0300 Subject: Vista and kolab 2.2.2 In-Reply-To: <200908271904.56660.schneider@zawm.be> References: <000101ca2712$d2637b30$772a7190$@co.za> <200908271440.18613.funke@hiskp.uni-bonn.de> <200908271904.56660.schneider@zawm.be> Message-ID: On Thu, Aug 27, 2009 at 8:04 PM, Sascha Schneider wrote: > Hi list, > > I have a strange problem on one of the mashines. > I Imported a pst with bynari-connector 3.1.9 into kolab on an XP with > Outlook2003, everything went fine, eaven syncing with an TomTom PDA works > with ActiveSync. > Now the same user has a Laptop with Vista and also Outlook2003. > I managed to set the security policy that he can access the samba server, he > also can access the horde of the kolabserver, but when I connect to it with > outlook2003, outlook crashes/hangs. I also tried to connect without the > bynari connector, simply by adding the server as IMAP-Account, same problems, > outlook crashes. > With bynari connector it syncs for a few seconds and does import the > folder-structure and some emails, but then "Outlook does not respond". > > Has anyone here same problems on vista?? > Are there other secpols I have to edit to connect the server or is this simply > a vista feature ;-)) > > Greetings from belgium, Sascha We have the same problem, but with Outlook 2007. Outlook 2003 works more or less stable, but 2007 for one user keeps crashing. User is working for a whole day, but in the morning Outlook just stops with the same behaviour - after a few seconds after startup - not responding. As a work around we instructed that user how to change the option of "download headers only" and it helps for a while - set that option, restart outlook, send receive, exit outlook, start outlook, remove "download headers only option", send receive, restart outlook. We observed that o2007 cannot work with 'remove headers only" set (it crashes then you open a email). But playing with this option helps in some cases. BTW all this is on winxp machine. Liutauras From benoit.mortier at opensides.be Fri Aug 28 09:50:59 2009 From: benoit.mortier at opensides.be (Benoit Mortier) Date: Fri, 28 Aug 2009 09:50:59 +0200 Subject: Vista and kolab 2.2.2 In-Reply-To: <200908271904.56660.schneider@zawm.be> References: <000101ca2712$d2637b30$772a7190$@co.za> <200908271440.18613.funke@hiskp.uni-bonn.de> <200908271904.56660.schneider@zawm.be> Message-ID: <200908280950.59794.benoit.mortier@opensides.be> Le Thursday 27 August 2009 19:04:56 Sascha Schneider, vous avez ?crit?: > Hi list, Hello Sascha, > I have a strange problem on one of the mashines. > I Imported a pst with bynari-connector 3.1.9 into kolab on an XP with > Outlook2003, everything went fine, eaven syncing with an TomTom PDA > works with ActiveSync. > Now the same user has a Laptop with Vista and also Outlook2003. > I managed to set the security policy that he can access the samba > server, he also can access the horde of the kolabserver, but when I > connect to it with outlook2003, outlook crashes/hangs. I also tried to > connect without the bynari connector, simply by adding the server as > IMAP-Account, same problems, outlook crashes. > With bynari connector it syncs for a few seconds and does import the > folder-structure and some emails, but then "Outlook does not respond". > > Has anyone here same problems on vista?? > Are there other secpols I have to edit to connect the server or is this > simply a vista feature ;-)) It's of course because microsoft can't make their own program function with their new systems ;-( first update office to SP3 http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=DE34E31D-9DFF-48E0-AB05-2A839DBAD6FF&displaylang=fr Verify that the version above is the right for you Cheers -- Benoit Mortier CEO OpenSides "logiciels libres pour entreprises" : http://www.opensides.be/ Contributor to Gosa Project : http://gosa-project.org/ From thomas at intevation.de Fri Aug 28 10:02:03 2009 From: thomas at intevation.de (Thomas Arendsen Hein) Date: Fri, 28 Aug 2009 10:02:03 +0200 Subject: Problem Command died with status 40: /kolab/bin/php In-Reply-To: <1251365336.4a9651d83a6e7@imp.free.fr> References: <1251365336.4a9651d83a6e7@imp.free.fr> Message-ID: <20090828100106.605491564.thomas@intevation.de> * greenpenguin at free.fr [20090827 11:29]: > Aug 27 07:46:07 srvmail postfix/pipe[28681]: 7AA7410A67E: > to=, relay=kolabmailboxfilter, delay=0.23, > delays=0.09/0/0/0.14, dsn=5.3.0, status=bounced (Command died with status 40: > "/kolab/bin/php") Maybe a similar problem as reported in kolab/issue3610 (Mail to unknown at something.example.com gets accepted and yields kolabmailboxfilter exit 38) I added a link to your mail in that issue. Regards, Thomas Arendsen Hein -- thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A Intevation GmbH, Neuer Graben 17, 49074 Osnabrueck - AG Osnabrueck, HR B 18998 Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From wrobel at pardus.de Fri Aug 28 10:12:00 2009 From: wrobel at pardus.de (Gunnar Wrobel) Date: Fri, 28 Aug 2009 10:12:00 +0200 Subject: Freebusy and kolab 2.2.0 In-Reply-To: References: Message-ID: <20090828101200.16108e2pehlxflu8@webmail.pardus.de> Quoting kiser Caesar : > Hello the list, > > > I tried many time to setup the freebusy but it's don't work. I > think it's my fault but I need some help to solve my trouble. > > My clients use outlook 2003 + toltec, I configured the freebusy > option with the doc http://www.kolab.org/doc/doc3-1.37.pdf > > But nothing, work... Who have a fonctional service and can help me > ? Can you go through the server side troubleshooting as described in http://wiki.kolab.org/index.php/Kolab2_Server_Troubleshooting_-_Free/Busy? This would allow to determine if it is a client or server side problem and we could continue from there. Cheers, Gunnar > > > Best regards, > > > ------------------------- > Discutez sur Messenger o? que vous soyez ! href="http://www.messengersurvotremobile.com/">Mettez Messenger > sur votre mobile ! -- ____ http://www.pardus.de _________________ http://gunnarwrobel.de _ E-mail : p at rdus.de Dr. Gunnar Wrobel Tel. : +49 700 6245 0000 Bundesstrasse 29 Fax : +49 721 1513 52322 D-20146 Hamburg -------------------------------------------------------------------- >> Mail at ease - Rent a kolab groupware server at p at rdus << -------------------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digitale PGP-Unterschrift Url : http://kolab.org/pipermail/kolab-users/attachments/20090828/eb6d0d0f/attachment-0001.bin From wrobel at pardus.de Fri Aug 28 11:12:20 2009 From: wrobel at pardus.de (Gunnar Wrobel) Date: Fri, 28 Aug 2009 11:12:20 +0200 Subject: Max connection rate ? In-Reply-To: References: Message-ID: <20090828111220.10006fduizz2kzok@webmail.pardus.de> Quoting kiser Caesar : > Hello, > > I have an error message in my logs like this : > > postfix/anvil[11774]: statistics: max connection rate 2/60s for (0. > > 0.0.0:smtp:ip-public) at \"date\" This is no error. It is a statistic. Everything is fine here. > > If I restart my kolab services it's working fine. How can I > increase this value ? "Working fine" means what? As the above is no error it does not indicate that anything is wrong. Do you experience other problems? Cheers, Gunnar > > > Best regards, > > ------------------------- > Votre correspondant a choisi Hotmail et profite d'un stockage > quasiment illimit?. href='http://www.windowslive.fr/hotmail/default.asp' target='_new'> > Cr?ez un compte Hotmail gratuitement ! -- ____ http://www.pardus.de[1] _________________ http://gunnarwrobel.de[2] _ E-mail : p at rdus.de Dr. Gunnar Wrobel Tel. : +49 700 6245 0000 Bundesstrasse 29 Fax : +49 721 1513 52322 D-20146 Hamburg -------------------------------------------------------------------- >> Mail at ease - Rent a kolab groupware server at p at rdus << -------------------------------------------------------------------- Links: ------ [1] http://www.pardus.de [2] http://gunnarwrobel.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digitale PGP-Unterschrift Url : http://kolab.org/pipermail/kolab-users/attachments/20090828/6f45e38e/attachment.bin From greenpenguin at free.fr Fri Aug 28 11:45:29 2009 From: greenpenguin at free.fr (greenpenguin@free.fr) Date: Fri, 28 Aug 2009 11:45:29 +0200 Subject: Problem Command died with status 40: /kolab/bin/php In-Reply-To: <20090828100106.605491564.thomas@intevation.de> References: <1251365336.4a9651d83a6e7@imp.free.fr> <20090828100106.605491564.thomas@intevation.de> Message-ID: <1251452729.4a97a73968564@imp.free.fr> Thanks a lot. I found the problem with the informations in issue3610. In the lmtpd.log file, I found this message : Aug 27 07:46:07 srvmail lmtp[28683]: accepted connection Aug 27 07:46:07 srvmail lmtp[28683]: connection from localhost [127.0.0.1] preauth'd as postman Aug 27 07:46:07 srvmail lmtp[28683]: verify_user(mydomain.com!user.my^user) failed: Over quota So, I have deleted the quota and all works fine. But I think there is a problem in kolabmailboxfilter when the quota is exceeded. The system would send an explicit message. Thanks for your help. Florent Selon Thomas Arendsen Hein : > * greenpenguin at free.fr [20090827 11:29]: > > Aug 27 07:46:07 srvmail postfix/pipe[28681]: 7AA7410A67E: > > to=, relay=kolabmailboxfilter, delay=0.23, > > delays=0.09/0/0/0.14, dsn=5.3.0, status=bounced (Command died with status > 40: > > "/kolab/bin/php") > > Maybe a similar problem as reported in > kolab/issue3610 (Mail to unknown at something.example.com gets accepted > and yields kolabmailboxfilter exit 38) > > I added a link to your mail in that issue. > > Regards, > Thomas Arendsen Hein > > -- > thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: > 0x5816791A > Intevation GmbH, Neuer Graben 17, 49074 Osnabrueck - AG Osnabrueck, HR B > 18998 > Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > From wrobel at pardus.de Fri Aug 28 11:49:05 2009 From: wrobel at pardus.de (Gunnar Wrobel) Date: Fri, 28 Aug 2009 11:49:05 +0200 Subject: Default sent directory under Horde. In-Reply-To: References: Message-ID: <20090828114905.16985ki2kb9g15wk@webmail.pardus.de> Quoting kiser Caesar : > Hello, > > > Under Horde webmail when you send a new message there are an option > can permit to save the message in a directory. > By default it's the calendar directory. I can change to another one > but I can't save my setting. The default sounds wrong. And of course you should be able to save the preferences. Do you have a problem saving other preferences, too? Cheers, Gunnar > > Who know a way to save this setting ? > > Best regards, > > ------------------------- > Souhaitez vous ? ?tre au bureau sans y ?tre ? ? href='http://www.microsoft.com/france/windows/bts/default.mspx' > target='_new'>Oui je le veux ! -- ____ http://www.pardus.de[1] _________________ http://gunnarwrobel.de[2] _ E-mail : p at rdus.de Dr. Gunnar Wrobel Tel. : +49 700 6245 0000 Bundesstrasse 29 Fax : +49 721 1513 52322 D-20146 Hamburg -------------------------------------------------------------------- >> Mail at ease - Rent a kolab groupware server at p at rdus << -------------------------------------------------------------------- Links: ------ [1] http://www.pardus.de [2] http://gunnarwrobel.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digitale PGP-Unterschrift Url : http://kolab.org/pipermail/kolab-users/attachments/20090828/2168d7dd/attachment.bin From kcaesar at hotmail.com Fri Aug 28 12:50:46 2009 From: kcaesar at hotmail.com (kiser Caesar) Date: Fri, 28 Aug 2009 12:50:46 +0200 Subject: More answers In-Reply-To: References: Message-ID: --Pi?ce jointe du message transmise-- Subject: Re: Max connection rate ? Date: Fri, 28 Aug 2009 11:12:20 +0200 To: kolab-users at kolab.org From: wrobel at pardus.de Quoting kiser Caesar : > Hello, > > I have an error message in my logs like this : > > postfix/anvil[11774]: statistics: max connection rate 2/60s for (0. > > 0.0.0:smtp:ip-public) at \"date\" This is no error. It is a statistic. Everything is fine here. > > If I restart my kolab services it's working fine. How can I > increase this value ? "Working fine" means what? As the above is no error it does not indicate that anything is wrong. Do you experience other problems? Cheers, Gunnar Hello Gunnar, That's mean my clients from a specific place can send emails. Before the restart they couldn't. I've made two change in main.cf.template anvil_rate_time_unit=120s smtpd_client_connection_rate_limit = 0 --Pi?ce jointe du message transmise-- Subject: Re: Default sent directory under Horde. Date: Fri, 28 Aug 2009 11:49:05 +0200 To: kolab-users at kolab.org From: wrobel at pardus.de Quoting kiser Caesar : > Hello, > > > Under Horde webmail when you send a new message there are an option > can permit to save the message in a directory. > By default it's the calendar directory. I can change to another one > but I can't save my setting. The default sounds wrong. And of course you should be able to save the preferences. Do you have a problem saving other preferences, too? Cheers, Gunnar > > Who know a way to save this setting ? > > Best regards, > I solved my trouble with creating a directory called "sent-mail". But in a perfect world I need that mu users can customize the directory. :) _________________________________________________________________ In?dit ! Des Emotic?nes D?jant?es! Installez les dans votre Messenger ! http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: http://kolab.org/pipermail/kolab-users/attachments/20090828/7b2af272/attachment.html From all4bg2006 at gmail.com Fri Aug 28 15:29:27 2009 From: all4bg2006 at gmail.com (Doug Finch) Date: Fri, 28 Aug 2009 08:29:27 -0500 Subject: Vista and kolab 2.2.2 In-Reply-To: <20090828081228.a63pm3gppcgg4g8s@mail.bynari.net> References: <20090828081228.a63pm3gppcgg4g8s@mail.bynari.net> Message-ID: Sascha, If you are experiencing crashing in Outlook with the Insight Connector and without, it may be that you have an Outlook Add-in that is causing the problem. To troubleshoot this, disable all of the add-ins and restart Outlook. If it is stable, start adding them back, one at a time until you figure out which one is causing the problem. I would also HIGHLY recommend updating your windows operating system and Outlook with Microsoft Update. Often times, bugs are fixed simply from doing an update. Liutauras, You have one user that is experiencing problems with XP/Outlook 2007 crashing. What is unique about this user's environment? You may not want to give this information out in a forum. If you would like to take this offline, I would be happy to assist you. I can be reached at my work email address (dfinch at bynari.net). The "Download Headers Only" option should be "enabled" when performing the "initial synchronization" of Outlook. After that initial synchronization is complete, it can be turned off. We have found that users with poor networks and mobile users (laptop users) benefit from having "Download Headers Only" turned off (disabled) also (after the initial synchronization). Another setting you may want to look at is the "Timeout Setting" on the "Connections" tab under the "Accounts" button on the Insight Connector toolbar. By default it is set for a LAN environment (set to "0"). If your mail server is not a part of your LAN, then you can adjust this setting to a value between "30" - "600" (seconds). This setting essentially requests that the server keep the connection open for the specified number of seconds before timing out - thus closing the connection. I hope that helps. Regards, Doug > > > > > ---------- Forwarded message ---------- > From: Liutauras Adomaitis > To: Sascha Schneider > Date: Fri, 28 Aug 2009 10:42:56 +0300 > Subject: Re: Vista and kolab 2.2.2 > On Thu, Aug 27, 2009 at 8:04 PM, Sascha Schneider > wrote: > > Hi list, > > > > I have a strange problem on one of the mashines. > > I Imported a pst with bynari-connector 3.1.9 into kolab on an XP with > > Outlook2003, everything went fine, eaven syncing with an TomTom PDA works > > with ActiveSync. > > Now the same user has a Laptop with Vista and also Outlook2003. > > I managed to set the security policy that he can access the samba server, > he > > also can access the horde of the kolabserver, but when I connect to it > with > > outlook2003, outlook crashes/hangs. I also tried to connect without the > > bynari connector, simply by adding the server as IMAP-Account, same > problems, > > outlook crashes. > > With bynari connector it syncs for a few seconds and does import the > > folder-structure and some emails, but then "Outlook does not respond". > > > > Has anyone here same problems on vista?? > > Are there other secpols I have to edit to connect the server or is this > simply > > a vista feature ;-)) > > > > Greetings from belgium, Sascha > > We have the same problem, but with Outlook 2007. Outlook 2003 works > more or less stable, but 2007 for one user keeps crashing. User is > working for a whole day, but in the morning Outlook just stops with > the same behaviour - after a few seconds after startup - not > responding. As a work around we instructed that user how to change the > option of "download headers only" and it helps for a while - set that > option, restart outlook, send receive, exit outlook, start outlook, > remove "download headers only option", send receive, restart outlook. > We observed that o2007 cannot work with 'remove headers only" set (it > crashes then you open a email). But playing with this option helps in > some cases. > BTW all this is on winxp machine. > > Liutauras > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > > -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090828/ad0ff957/attachment.html From liutauras.adomaitis at gmail.com Fri Aug 28 16:22:40 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Fri, 28 Aug 2009 17:22:40 +0300 Subject: Vista and kolab 2.2.2 In-Reply-To: References: <20090828081228.a63pm3gppcgg4g8s@mail.bynari.net> Message-ID: 2009/8/28 Doug Finch : > Liutauras, > > You have one user that is experiencing problems with XP/Outlook 2007 > crashing.? What is unique about this user's environment?? You may not want > to give this information out in a forum.? If you would like to take this > offline, I would be happy to assist you.? I can be reached at my work email > address (dfinch at bynari.net). at the moment I don't see anything what could distict this user from others. Everything was ok for a month or so, but now started crashing. > > The "Download Headers Only" option should be "enabled" when performing the > "initial synchronization" of Outlook.? After that initial synchronization is > complete, it can be turned off.? We have found that users with poor networks > and mobile users (laptop users) benefit from having "Download Headers Only" > turned off (disabled) also (after the initial synchronization). Our experience says, that O2007 will not work with "Download Headers Only" option set. You can get a list of folders and emails, but then you try to view an email O2007 crashes. > > Another setting you may want to look at is the "Timeout Setting" on the > "Connections" tab under the "Accounts" button on the Insight Connector > toolbar.? By default it is set for a LAN environment (set to "0").? If your > mail server is not a part of your LAN, then you can adjust this setting to a > value between "30" - "600" (seconds).? This setting essentially requests > that the server keep the connection open for the specified number of seconds > before timing out - thus closing the connection. I knew this also, but I should check what is set for this particular user. Usually we set it to 300. Thanks for suggestions. Liutauras From dfinch at bynari.net Fri Aug 28 17:11:00 2009 From: dfinch at bynari.net (Doug Finch) Date: Fri, 28 Aug 2009 10:11:00 -0500 Subject: Vista and kolab 2.2.2 Message-ID: Liutauras, If you are seeing that kind of crashing with this user, we can take this offline and my team can work with you to gather a crash dump. Doug Finch Director of Technical Support Bynari, Inc. 6220 Gaston Ave, Suite 403 Dallas, TX 75214 http://www.bynari.net dfinch at bynari.net (800)241-1086 (214)350-5772 (214)352-3530 [fax] Skype ID: dfsixstring "Sharing Made Easy..." (sent with BETA 4.0 Connector) > -----Original Message----- > From: kolab-users-bounces at kolab.org [mailto:kolab-users-bounces at kolab.org] > On Behalf Of Liutauras Adomaitis > Sent: Friday, August 28, 2009 9:23 AM > To: Doug Finch > Cc: kolab-users at kolab.org > Subject: Re: Re: Vista and kolab 2.2.2 > > 2009/8/28 Doug Finch : > > Liutauras, > > > > You have one user that is experiencing problems with XP/Outlook 2007 > > crashing.? What is unique about this user's environment?? You may not > want > > to give this information out in a forum.? If you would like to take this > > offline, I would be happy to assist you.? I can be reached at my work > email > > address (dfinch at bynari.net). > > at the moment I don't see anything what could distict this user from > others. Everything was ok for a month or so, but now started crashing. [Doug Finch] The "Download Headers Only" option is recommended for the initial synchronization process. After that has completed, I would recommend that it be turned off anyway. > > > > The "Download Headers Only" option should be "enabled" when performing > the > > "initial synchronization" of Outlook.? After that initial > synchronization is > > complete, it can be turned off.? We have found that users with poor > networks > > and mobile users (laptop users) benefit from having "Download Headers > Only" > > turned off (disabled) also (after the initial synchronization). > > Our experience says, that O2007 will not work with "Download Headers > Only" option set. You can get a list of folders and emails, but then > you try to view an email O2007 crashes. > > > > > Another setting you may want to look at is the "Timeout Setting" on the > > "Connections" tab under the "Accounts" button on the Insight Connector > > toolbar.? By default it is set for a LAN environment (set to "0").? If > your > > mail server is not a part of your LAN, then you can adjust this setting > to a > > value between "30" - "600" (seconds).? This setting essentially requests > > that the server keep the connection open for the specified number of > seconds > > before timing out - thus closing the connection. > > I knew this also, but I should check what is set for this particular > user. Usually we set it to 300. > > Thanks for suggestions. > Liutauras > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users From schneider at zawm.be Sat Aug 29 18:06:24 2009 From: schneider at zawm.be (Sascha Schneider) Date: Sat, 29 Aug 2009 18:06:24 +0200 Subject: Vista and kolab 2.2.2 In-Reply-To: References: <000101ca2712$d2637b30$772a7190$@co.za> <200908271904.56660.schneider@zawm.be> Message-ID: <200908291806.24320.schneider@zawm.be> Am Friday 28 August 2009 09:42:56 schrieb Liutauras Adomaitis: > On Thu, Aug 27, 2009 at 8:04 PM, Sascha Schneider wrote: > > Hi list, > > > > I have a strange problem on one of the mashines. > > I Imported a pst with bynari-connector 3.1.9 into kolab on an XP with > > Outlook2003, everything went fine, eaven syncing with an TomTom PDA works > > with ActiveSync. > > Now the same user has a Laptop with Vista and also Outlook2003. > > I managed to set the security policy that he can access the samba server, > > he also can access the horde of the kolabserver, but when I connect to it > > with outlook2003, outlook crashes/hangs. I also tried to connect without > > the bynari connector, simply by adding the server as IMAP-Account, same > > problems, outlook crashes. > > With bynari connector it syncs for a few seconds and does import the > > folder-structure and some emails, but then "Outlook does not respond". > > > > Has anyone here same problems on vista?? > > Are there other secpols I have to edit to connect the server or is this > > simply a vista feature ;-)) > > > > Greetings from belgium, Sascha > > We have the same problem, but with Outlook 2007. Outlook 2003 works > more or less stable, but 2007 for one user keeps crashing. User is > working for a whole day, but in the morning Outlook just stops with > the same behaviour - after a few seconds after startup - not > responding. As a work around we instructed that user how to change the > option of "download headers only" and it helps for a while - set that > option, restart outlook, send receive, exit outlook, start outlook, > remove "download headers only option", send receive, restart outlook. > We observed that o2007 cannot work with 'remove headers only" set (it > crashes then you open a email). But playing with this option helps in > some cases. > BTW all this is on winxp machine. > > Liutauras > I would like to uncheck "download headers" in the connector but I don't come that far. I reinstalled everything for about 8 times and deleted the bynari profile. nothing. I think its time kontact on windows gets more stable. btw. my boss said something like he would switch to Thunderbird if he only could sync his winmobile with TB. He didn't knew that I allredy discouvered birdiesync :-)) greetiings from belgium, sascha > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users From schneider at zawm.be Sat Aug 29 18:07:35 2009 From: schneider at zawm.be (Sascha Schneider) Date: Sat, 29 Aug 2009 18:07:35 +0200 Subject: Vista and kolab 2.2.2 In-Reply-To: References: <20090828081228.a63pm3gppcgg4g8s@mail.bynari.net> Message-ID: <200908291807.35828.schneider@zawm.be> Am Friday 28 August 2009 15:29:27 schrieb Doug Finch: > Sascha, > > If you are experiencing crashing in Outlook with the Insight Connector and > without, it may be that you have an Outlook Add-in that is causing the > problem. To troubleshoot this, disable all of the add-ins and restart > Outlook. If it is stable, start adding them back, one at a time until you > figure out which one is causing the problem. > Will try this next Monday, good tip. > > > I would also HIGHLY recommend updating your windows operating system and > Outlook with Microsoft Update. Often times, bugs are fixed simply from > doing an update. > > All systmes are uptodate > > Liutauras, > > You have one user that is experiencing problems with XP/Outlook 2007 > crashing. What is unique about this user's environment? You may not want > to give this information out in a forum. If you would like to take this > offline, I would be happy to assist you. I can be reached at my work email > address (dfinch at bynari.net). > > > > The "Download Headers Only" option should be "enabled" when performing the > "initial synchronization" of Outlook. After that initial synchronization > is complete, it can be turned off. We have found that users with poor > networks and mobile users (laptop users) benefit from having "Download > Headers Only" turned off (disabled) also (after the initial > synchronization). > > > > Another setting you may want to look at is the "Timeout Setting" on the > "Connections" tab under the "Accounts" button on the Insight Connector > toolbar. By default it is set for a LAN environment (set to "0"). If your > mail server is not a part of your LAN, then you can adjust this setting to > a value between "30" - "600" (seconds). This setting essentially requests > that the server keep the connection open for the specified number of > seconds before timing out - thus closing the connection. > > > > I hope that helps. > > > > Regards, > > Doug > > > ---------- Forwarded message ---------- > > From: Liutauras Adomaitis > > To: Sascha Schneider > > Date: Fri, 28 Aug 2009 10:42:56 +0300 > > Subject: Re: Vista and kolab 2.2.2 > > On Thu, Aug 27, 2009 at 8:04 PM, Sascha Schneider > > > > wrote: > > > Hi list, > > > > > > I have a strange problem on one of the mashines. > > > I Imported a pst with bynari-connector 3.1.9 into kolab on an XP with > > > Outlook2003, everything went fine, eaven syncing with an TomTom PDA > > > works with ActiveSync. > > > Now the same user has a Laptop with Vista and also Outlook2003. > > > I managed to set the security policy that he can access the samba > > > server, > > > > he > > > > > also can access the horde of the kolabserver, but when I connect to it > > > > with > > > > > outlook2003, outlook crashes/hangs. I also tried to connect without the > > > bynari connector, simply by adding the server as IMAP-Account, same > > > > problems, > > > > > outlook crashes. > > > With bynari connector it syncs for a few seconds and does import the > > > folder-structure and some emails, but then "Outlook does not respond". > > > > > > Has anyone here same problems on vista?? > > > Are there other secpols I have to edit to connect the server or is this > > > > simply > > > > > a vista feature ;-)) > > > > > > Greetings from belgium, Sascha > > > > We have the same problem, but with Outlook 2007. Outlook 2003 works > > more or less stable, but 2007 for one user keeps crashing. User is > > working for a whole day, but in the morning Outlook just stops with > > the same behaviour - after a few seconds after startup - not > > responding. As a work around we instructed that user how to change the > > option of "download headers only" and it helps for a while - set that > > option, restart outlook, send receive, exit outlook, start outlook, > > remove "download headers only option", send receive, restart outlook. > > We observed that o2007 cannot work with 'remove headers only" set (it > > crashes then you open a email). But playing with this option helps in > > some cases. > > BTW all this is on winxp machine. > > > > Liutauras > > > > _______________________________________________ > > Kolab-users mailing list > > Kolab-users at kolab.org > > https://kolab.org/mailman/listinfo/kolab-users > > -- From benoit.mortier at opensides.be Sun Aug 30 01:15:32 2009 From: benoit.mortier at opensides.be (Benoit Mortier) Date: Sun, 30 Aug 2009 01:15:32 +0200 Subject: Vista and kolab 2.2.2 In-Reply-To: <200908291806.24320.schneider@zawm.be> References: <000101ca2712$d2637b30$772a7190$@co.za> <200908291806.24320.schneider@zawm.be> Message-ID: <200908300115.33115.benoit.mortier@opensides.be> Le Saturday 29 August 2009 18:06:24 Sascha Schneider, vous avez ?crit?: > Am Friday 28 August 2009 09:42:56 schrieb Liutauras Adomaitis: > > On Thu, Aug 27, 2009 at 8:04 PM, Sascha Schneider wrote: > > > Hi list, Hello Sascha, [..] > I would like to uncheck "download headers" in the connector but I don't > come that far. I reinstalled everything for about 8 times and deleted > the bynari profile. nothing. > I think its time kontact on windows gets more stable. > btw. my boss said something like he would switch to Thunderbird if he > only could sync his winmobile with TB. He didn't knew that I allredy > discouvered birdiesync :-)) Great news, thanks for the name i didn't know this one ;-) Cheers -- Benoit Mortier CEO OpenSides "logiciels libres pour entreprises" : http://www.opensides.be/ Contributor to Gosa Project : http://gosa-project.org/ From Roessler at FuH-E.de Mon Aug 31 15:32:09 2009 From: Roessler at FuH-E.de (=?ISO-8859-15?Q?Christian_R=F6=DFler?=) Date: Mon, 31 Aug 2009 15:32:09 +0200 Subject: ldap replication problem Message-ID: <4A9BD0D9.2020609@FuH-E.de> Hallo, I have a bit of a ldap replication problem. Most entries do replicate as they should; but some won't. I have the feeling that at least part of this problem is due to a clock running wild - the replication server (kolab-slave) is virtualized, and it's clock went by way too fast. Both clocks are synchronized now. By the way: Both Kolabs are 2.2.2; both are updated from below, following the update procedures as usual. For example this object (just for testing, so I don't care about these password hashes): dn: cn=test 2,dc=kolab,dc=fuhintern,dc=de userPassword:: e1NTSEF9UEJ0OVhUZ1R0OXZkeTRNRUJ6WERZNGVpeWxlZWlTTUg= kolabHomeServer: kolab.fuhintern.de objectClass: top objectClass: person objectClass: inetOrgPerson objectClass: kolabInetOrgPerson sn: 2 cn: test 2 givenName: test mail: tst2 at kolab.fuhintern.de uid: tst2 telephoneNumber: 1 kolabInvitationPolicy: ACT_MANUAL won't replicate (I have shortened this log file snippet to not clutter this mail, of course I will submit the full log if wanted): *** Logfilesnippet start ********************************** [a lot of similar 'replaces' snipped] Aug 31 15:08:20 kolab-slave slapd[12483]: replace: modifyTimestamp Aug 31 15:08:20 kolab-slave slapd[12483]: one value, length 15 Aug 31 15:08:20 kolab-slave slapd[12483]: slap_global_control: unavailable control: 2.16.840.1.113730.3.4.2 Aug 31 15:08:20 kolab-slave slapd[12483]: ==> unique_modify Aug 31 15:08:20 kolab-slave slapd[12483]: => unique_modify (|(mail=test1 at kolab.fuhintern.de)(uid=test1)) Aug 31 15:08:20 kolab-slave slapd[12483]: str2filter "(|(mail=test1 at kolab.fuhintern.de)(uid=test1))" Aug 31 15:08:20 kolab-slave slapd[12483]: begin get_filter Aug 31 15:08:20 kolab-slave slapd[12483]: OR Aug 31 15:08:20 kolab-slave slapd[12483]: begin get_filter_list Aug 31 15:08:20 kolab-slave slapd[12483]: begin get_filter Aug 31 15:08:20 kolab-slave slapd[12483]: EQUALITY Aug 31 15:08:20 kolab-slave slapd[12483]: end get_filter 0 Aug 31 15:08:20 kolab-slave slapd[12483]: begin get_filter Aug 31 15:08:20 kolab-slave slapd[12483]: EQUALITY Aug 31 15:08:20 kolab-slave slapd[12483]: end get_filter 0 Aug 31 15:08:20 kolab-slave slapd[12483]: end get_filter_list Aug 31 15:08:20 kolab-slave slapd[12483]: end get_filter 0 Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_search Aug 31 15:08:20 kolab-slave slapd[12483]: bdb_dn2entry("dc=kolab,dc=fuhintern,dc=de") Aug 31 15:08:20 kolab-slave slapd[12483]: search_candidates: base="dc=kolab,dc=fuhintern,dc=de" (0x00000001) scope=2 Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_dn2idl("dc=kolab,dc=fuhintern,dc=de") Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_filter_candidates Aug 31 15:08:20 kolab-slave slapd[12483]: AND Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_list_candidates 0xa0 Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_filter_candidates Aug 31 15:08:20 kolab-slave slapd[12483]: OR Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_list_candidates 0xa1 Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_filter_candidates Aug 31 15:08:20 kolab-slave slapd[12483]: EQUALITY Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_equality_candidates (mail) Aug 31 15:08:20 kolab-slave slapd[12483]: => key_read Aug 31 15:08:20 kolab-slave slapd[12483]: bdb_idl_fetch_key: [c8dff408] Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_index_read: failed (-30989) Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_equality_candidates: id=0, first=0, last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_filter_candidates: id=0 first=0 last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_filter_candidates Aug 31 15:08:20 kolab-slave slapd[12483]: EQUALITY Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_equality_candidates (uid) Aug 31 15:08:20 kolab-slave slapd[12483]: => key_read Aug 31 15:08:20 kolab-slave slapd[12483]: bdb_idl_fetch_key: [36e55cac] Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_index_read: failed (-30989) Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_equality_candidates: id=0, first=0, last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_filter_candidates: id=0 first=0 last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_list_candidates: id=0 first=0 last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_filter_candidates: id=0 first=0 last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_list_candidates: id=0 first=1 last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_filter_candidates: id=0 first=1 last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: bdb_search_candidates: id=0 first=1 last=0 Aug 31 15:08:20 kolab-slave slapd[12483]: bdb_search: no candidates Aug 31 15:08:20 kolab-slave slapd[12483]: send_ldap_result: conn=23 op=1 p=3 Aug 31 15:08:20 kolab-slave slapd[12483]: send_ldap_result: err=0 matched="" text="" Aug 31 15:08:20 kolab-slave slapd[12483]: => unique_search found 0 records Aug 31 15:08:20 kolab-slave slapd[12483]: bdb_modify: cn=test1 test1,dc=kolab,dc=fuhintern,dc=de Aug 31 15:08:20 kolab-slave slapd[12483]: bdb_dn2entry("cn=test1 test1,dc=kolab,dc=fuhintern,dc=de") Aug 31 15:08:20 kolab-slave slapd[12483]: => bdb_dn2id("cn=test1 test1,dc=kolab,dc=fuhintern,dc=de") Aug 31 15:08:20 kolab-slave slapd[12483]: <= bdb_dn2id: get failed: DB_NOTFOUND: No matching key/data pair found (-30989) Aug 31 15:08:20 kolab-slave slapd[12483]: bdb_modify: dn2entry failed (-30989) Aug 31 15:08:20 kolab-slave slapd[12483]: send_ldap_result: conn=23 op=1 p=3 Aug 31 15:08:20 kolab-slave slapd[12483]: send_ldap_result: err=10 matched="dc=kolab,dc=fuhintern,dc=de" text="" Aug 31 15:08:20 kolab-slave slapd[12483]: send_ldap_response: msgid=2 tag=103 err=32 *** Logfilesnippet start ********************************** Well, tag=103 means 'result from a modify operation', err=32 'no such object'. Does anyone know what 'msgid=2' means - and if so, would that be meaningful? On the other side this one replicates as it should: dn: cn=test 2,dc=kolab,dc=fuhintern,dc=de userPassword:: e1NTSEF9UEJ0OVhUZ1R0OXZkeTRNRUJ6WERZNGVpeWxlZWlTTUg= kolabHomeServer: kolab.fuhintern.de objectClass: top objectClass: person objectClass: inetOrgPerson objectClass: kolabInetOrgPerson sn: 2 cn: test 2 givenName: test mail: tst2 at kolab.fuhintern.de uid: tst2 telephoneNumber: 1 kolabInvitationPolicy: ACT_MANUAL Has anyone experienced similar problems? Any hints, please? Do you think this problem may be caused by the slave clock being in the future for some time? Of course I will submit any information one deems to be useful for this. I just wanted to ask relatively uncluttered at first... Best regards, Christian From Roessler at FuH-E.de Mon Aug 31 15:47:12 2009 From: Roessler at FuH-E.de (=?ISO-8859-1?Q?Christian_R=F6=DFler?=) Date: Mon, 31 Aug 2009 15:47:12 +0200 Subject: ldap replication problem Message-ID: <4A9BD460.9040308@FuH-E.de> Hallo, I am sorry, the replicating one is this, eg.: dn: cn=aaa bbb,dc=kolab,dc=fuhintern,dc=de objectClass: top objectClass: person objectClass: inetOrgPerson objectClass: kolabInetOrgPerson sn: bbb cn: aaa bbb givenName: aaa userPassword:: e1NTSEF9U2VrTW5DWFRLd3EzT1JnVHlidFlFbGhQTFZpM2wvWGc= mail: aaa at kolab.fuhintern.de uid: aaa kolabHomeServer: kolab.fuhintern.de kolabInvitationPolicy: ACT_MANUAL ... I made a little mista with the clip board:). Best regards, Christian _______________________________________________ Kolab-users mailing list Kolab-users at kolab.org https://kolab.org/mailman/listinfo/kolab-users From Nazeer at kryptonpcs.co.za Mon Aug 31 22:04:15 2009 From: Nazeer at kryptonpcs.co.za (Nazeer) Date: Mon, 31 Aug 2009 22:04:15 +0200 Subject: Kolab 2.2.2 Filter Problem Message-ID: <003d01ca2a76$3733a740$a59af5c0$@co.za> Hi I am having a problem with Kolab Horde Filters. I can't seem to activate it for everyone. Some email addresses work, others show that it's been enabled and as soon as I log out and back in again it shows as disabled again. I previously had version 2.2.1 and done an upgrade to 2.2.2 (not sure if this could be related) Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090831/90549c9b/attachment.html From schneider at zawm.be Mon Aug 31 23:50:27 2009 From: schneider at zawm.be (Sascha Schneider) Date: Mon, 31 Aug 2009 23:50:27 +0200 Subject: Clienttalk In-Reply-To: <003d01ca2a76$3733a740$a59af5c0$@co.za> References: <003d01ca2a76$3733a740$a59af5c0$@co.za> Message-ID: <200908312350.27812.schneider@zawm.be> Hi List, after using Kolab 2.2.2 with Thunderbird an Synckolab + Outlook2000/2003/2007 with bynari, I wanted to test some more client possibilities. Kontact as THE PIM for Kolab is in Beat-Huge-bug for windows and mac. I saw that there are differnet versions for windows available - one directly from kolab - one via windows.kde.org - and there is also the possibility to run kontact with freeNX and a windows nx-client. Wich of these solutions would be the best at this stage and wich one for the future running on windows. Personally I tend to test the NX-stuff a litlle bit. Greetings, Sascha From schneider at zawm.be Mon Aug 31 23:55:55 2009 From: schneider at zawm.be (Sascha Schneider) Date: Mon, 31 Aug 2009 23:55:55 +0200 Subject: Kolab 2.2.2 getmail and postfix In-Reply-To: <003d01ca2a76$3733a740$a59af5c0$@co.za> References: <003d01ca2a76$3733a740$a59af5c0$@co.za> Message-ID: <200908312355.55338.schneider@zawm.be> Hi list, I use kolab2.2.2 with getmail, getting the mails of 15 people every 2 Minutes. Now it seems that some emails get fetched but need up to 1hour to appear in the users mailbox. Any ideas why this might happen?? Sieve and Antivirus have been unchecked. Plus I have the problem that no MAILER-DEAMON stuff arrives in my Inbox although my mail-addrss has been set in all lists. Any ideas?? Greetings from belgum, Sascha