From alar.sing at err.ee Mon Jun 1 11:47:24 2009 From: alar.sing at err.ee (Alar Sing) Date: Mon, 01 Jun 2009 12:47:24 +0300 Subject: [Solved] Re: Unable to Sync Calendar / PHP Fatal error compareDateTime() In-Reply-To: <200905281150.07404.webmaster@computational-chemistry.org> References: <200905201353.46188.Webmaster@computational-chemistry.org> <20090525173337.10416yjgxczm4yo0@www.inovox.de> <200905251931.05020.t.nintemann@medial-networks.de> <200905281150.07404.webmaster@computational-chemistry.org> Message-ID: <4A23A3AC.7000902@err.ee> Alexander Schr?ter wrote: > On Monday 25 May 2009 07:31:04 pm Thomas Nintemann wrote: >> Am Monday 25 May 2009 17:33:37 schrieb Carsten Burghardt: >>> Zitat von Thomas Nintemann : >>>>> Now I read on the mailing list that it should work. So I checked the >>>>> logs for errors that only happen when I sync stuff. And this is the >>>>> one I found in the /kolab/var/kolab/www/client/log/php-errors.log >>>>> >>>>> "PHP Fatal error : Call to a member function compareDateTime() on a >>>>> non- object in >>>>> /kolab/var/kolab/www/client/kronolith/lib/Driver/kolab.php on line >>>>> 1153" >>>> Same on my Side with Kolab 2.2.1 native on OpenSUSE-11.1. >>>> My Client is a Blackberry 8300 Curve with actual Funambol-Plugin. >>>> >>>> For stupid test i comment out the Line 1153 and 1154 as here: >>>> /*if (!(($endDate->compareDateTime($event->start) < 0) || >>>> ($startDate->compareDateTime($event->end) > 0)))*/ >>>> >>>> and it sync's. >>>> But i now this a bad idea. >>>> >>>> Any better idea's? >>> Not a real solution but according to the error I'd say that either >>> $endDate or $startDate is not defined and not recognized as a date >>> object. Maybe a null check should be sufficient? >>> >>> >>> Carsten >> OK, thanks for the Tip. >> >> I have now made changes as follow on those lines: >> >> Line 1137 >> --------------------------- >> if (is_null($startDate)) { >> ---------------------------- >> to >> ---------------------------- >> if (empty($startDate)) { >> ----------------------------- >> >> and Line 1140 >> ----------------------------- >> if (is_null($endDate)) { >> ---------------------------- >> to >> ----------------------------- >> if (empty($endDate)) { >> ----------------------------- >> >> and now it syncs without my stupid comment out of lines 1153 and 1154. >> >> But i do not now this is the right way to solve that problem. >> >> Thomas > > I have been testing this for the last couple of days and I didn't get an > error. For me the issue is fixed, but of course it would be nice to have a > developer or somebody who knows the code doublecheck everything and give some > feedback. > > Is there a way to let the guys from Horde know about this issue? So they can > fix it too. > > Regards Alexander > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users I did same thing like in this mail, but there is still problem I'm testing funambol and first sync works well, but after adding a new event with webclient it will not be synced to phone. Vice versa adding new event to phone and after syncing it will apeare into webclient. Is there more syncml clients for windows mobile, symbian and thunderbird? From benoit.mortier at opensides.be Mon Jun 1 12:07:01 2009 From: benoit.mortier at opensides.be (Benoit Mortier) Date: Mon, 1 Jun 2009 12:07:01 +0200 Subject: French slides for the Kolab project Message-ID: <200906011207.04962.benoit.mortier@opensides.be> Hello, I just published the translation of the official Kolab slides in french to the kolab wiki http://wiki.kolab.org/index.php/Example_Slides_for_Kolab_Presentations Cheers -- Benoit Mortier CEO OpenSides "logiciels libres pour entreprises" : http://www.opensides.be/ Contributor to Gosa Project : http://gosa-project.org/ From cristian at livadaru.net Mon Jun 1 13:02:32 2009 From: cristian at livadaru.net (Cristian Livadaru) Date: Mon, 1 Jun 2009 13:02:32 +0200 Subject: Amavis quarantine cleanup In-Reply-To: <200905282130.27034.bernhard@intevation.de> References: <200905271658.44172.andre.mathibe@mortgage-services.de> <1F73A86D-EA4C-4E18-A477-2E9E42D20E8F@livadaru.net> <200905282130.27034.bernhard@intevation.de> Message-ID: On 28 May, 2009, at 21:30 , Bernhard Reiter wrote: > Am Donnerstag, 28. Mai 2009 13:45:52 schrieb Cristian Livadaru: >>> i used this in my crontab .... quick and not soooooooo dirty,... >>> >>> #### delete qurantained Virus-eMails older than 30 days #### >>> 10 2 * * * find /var/spool/amavis/tmp/ -mtime +31 -exec rm -r {} \; >>> 15 2 * * * find /var/spool/amavis/virusmails/ -mtime +31 -exec rm {} >>> \; >> >> thanks, just added this to my crontab > > Please also add nice hints to the wiki. ;) done. https://wiki.kolab.org/index.php/Amavisd-new#Amavis_quarantine_cleanup Regards, Cristian -- http://lcx.at/ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://kolab.org/pipermail/kolab-users/attachments/20090601/acb01ad1/PGP.bin From cristian at livadaru.net Mon Jun 1 13:12:45 2009 From: cristian at livadaru.net (Cristian Livadaru) Date: Mon, 1 Jun 2009 13:12:45 +0200 Subject: dict_ldap_lookup: Search error -5: Timed out Message-ID: <3CAF9596-199C-4235-A9FF-94161D0A881E@livadaru.net> I just noticed this error in my postfix.log Jun 01 07:54:46 mx.foobar.at postfix/cleanup[1820]: warning: dict_ldap_lookup: Search error -5: Timed out Jun 01 07:54:46 mx.foobar.at postfix/cleanup[1820]: warning: B746BE0983: virtual_alias_maps map lookup problem for h.foo at foobar.at I did a quick search but found only this issue: http://www.intevation.de/roundup/kolab/issue2982 I don't really see the solution and I also didn't find any segfaults, so I'm not quite sure it's the same issue. I checked older logfiles and found some more messages like this: postfix.log.4:May 27 11:05:05 mx.foobar.at postfix/ smtpd[25189]: warning: dict_ldap_lookup: Search error -5: Timed out postfix.log.4:May 27 11:05:05 mx.foobar.at postfix/ cleanup[26013]: warning: dict_ldap_lookup: Search error -5: Timed out postfix.log.4:May 27 11:05:09 mx.foobar.at postfix/trivial- rewrite[26031]: warning: dict_ldap_lookup: Search error -5: Timed out postfix.log.5:May 26 12:55:58 mx.foobar.at postfix/trivial- rewrite[6847]: warning: dict_ldap_lookup: Search error -5: Timed out postfix.log.5:May 26 14:57:26 mx.foobar.at postfix/trivial- rewrite[11389]: warning: dict_ldap_lookup: Search error -5: Timed out postfix.log.9:May 22 18:59:23 mx.foobar.at postfix/ cleanup[12558]: warning: dict_ldap_lookup: Search error -5: Timed out postfix.log.9:May 22 18:59:23 mx.foobar.at postfix/trivial- rewrite[12550]: warning: dict_ldap_lookup: Search error -5: Timed out The postmaster gets this mail from Postfix: > Out: 451 4.3.0 Error: queue file write error Any ideas what is causing this and what I can do to solve this problem? Regards, Cristian -- http://lcx.at/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090601/33df1175/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://kolab.org/pipermail/kolab-users/attachments/20090601/33df1175/PGP.bin From Webmaster at computational-chemistry.org Mon Jun 1 13:13:41 2009 From: Webmaster at computational-chemistry.org (Alexander =?iso-8859-1?q?Schr=F6ter?=) Date: Mon, 1 Jun 2009 13:13:41 +0200 Subject: [Solved] Re: Unable to Sync Calendar / PHP Fatal =?iso-8859-1?q?error=09compareDateTime?=() In-Reply-To: <4A23A3AC.7000902@err.ee> References: <200905201353.46188.Webmaster@computational-chemistry.org> <200905281150.07404.webmaster@computational-chemistry.org> <4A23A3AC.7000902@err.ee> Message-ID: <200906011313.41650.Webmaster@computational-chemistry.org> On Monday 01 June 2009 11:47:24 am Alar Sing wrote: > Alexander Schr?ter wrote: > > On Monday 25 May 2009 07:31:04 pm Thomas Nintemann wrote: > >> Am Monday 25 May 2009 17:33:37 schrieb Carsten Burghardt: > >>> Zitat von Thomas Nintemann : > >>>>> Now I read on the mailing list that it should work. So I checked the > >>>>> logs for errors that only happen when I sync stuff. And this is the > >>>>> one I found in the /kolab/var/kolab/www/client/log/php-errors.log > >>>>> > >>>>> "PHP Fatal error : Call to a member function compareDateTime() on a > >>>>> non- object in > >>>>> /kolab/var/kolab/www/client/kronolith/lib/Driver/kolab.php on line > >>>>> 1153" > >>>> > >>>> Same on my Side with Kolab 2.2.1 native on OpenSUSE-11.1. > >>>> My Client is a Blackberry 8300 Curve with actual Funambol-Plugin. > >>>> > >>>> For stupid test i comment out the Line 1153 and 1154 as here: > >>>> /*if (!(($endDate->compareDateTime($event->start) < 0) || > >>>> ($startDate->compareDateTime($event->end) > 0)))*/ > >>>> > >>>> and it sync's. > >>>> But i now this a bad idea. > >>>> > >>>> Any better idea's? > >>> > >>> Not a real solution but according to the error I'd say that either > >>> $endDate or $startDate is not defined and not recognized as a date > >>> object. Maybe a null check should be sufficient? > >>> > >>> > >>> Carsten > >> > >> OK, thanks for the Tip. > >> > >> I have now made changes as follow on those lines: > >> > >> Line 1137 > >> --------------------------- > >> if (is_null($startDate)) { > >> ---------------------------- > >> to > >> ---------------------------- > >> if (empty($startDate)) { > >> ----------------------------- > >> > >> and Line 1140 > >> ----------------------------- > >> if (is_null($endDate)) { > >> ---------------------------- > >> to > >> ----------------------------- > >> if (empty($endDate)) { > >> ----------------------------- > >> > >> and now it syncs without my stupid comment out of lines 1153 and 1154. > >> > >> But i do not now this is the right way to solve that problem. > >> > >> Thomas > > > > I have been testing this for the last couple of days and I didn't get an > > error. For me the issue is fixed, but of course it would be nice to have > > a developer or somebody who knows the code doublecheck everything and > > give some feedback. > > > > Is there a way to let the guys from Horde know about this issue? So they > > can fix it too. > > > > Regards Alexander > > > > I did same thing like in this mail, but there is still problem I'm > testing funambol and first sync works well, but after adding a new event > with webclient it will not be synced to phone. Vice versa adding new > event to phone and after syncing it will apeare into webclient. > Is there more syncml clients for windows mobile, symbian and thunderbird? Did you check the error-logs? What does your Sync-Client say? And if you don't get a clue there maybe check the horde logs. They are inside of /kolab/var/kolab/www/client/log. Do you only get the error with phone or also with thunderbird? Maybe its an error of the SyncML Client of your phone? Regards Alexander From dietmar.hummel at gmx.ch Mon Jun 1 15:40:14 2009 From: dietmar.hummel at gmx.ch (Dietmar Hummel) Date: Mon, 01 Jun 2009 15:40:14 +0200 Subject: Installation of kolab-horde on external webserver does not work like described in wiki Message-ID: <20090601134014.288960@gmx.net> Hi all! I tried to install kolab-horde on an external webserver. The explanation on the wiki page (http://wiki.kolab.org/index.php/Kolab2_Installation_-_Horde#Apache_on_an_external_web_server_2) does not seem to work. I tried to get the source with git: # git clone git://github.com/wrobel/horde-release.git (working fine) # cd horde-release (also working fine ;-) # git checkout -b kolab origin/t/KOLAB git checkout: updating paths is incompatible with switching branches/forcing Did you intend to checkout 'origin/t/KOLAB' which can not be resolved as commit? any idea? I am sorry I have no idea on how git is used and the web isn't really informative on this error message... Thanks in advance dietmar -- Nur bis 31.05.: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und Telefonanschluss nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02 From alar.sing at err.ee Mon Jun 1 20:23:37 2009 From: alar.sing at err.ee (Alar Sing) Date: Mon, 01 Jun 2009 21:23:37 +0300 Subject: [Solved] Re: Unable to Sync Calendar / PHP Fatal error compareDateTime() In-Reply-To: <200906011313.41650.Webmaster@computational-chemistry.org> References: <200905201353.46188.Webmaster@computational-chemistry.org> <200905281150.07404.webmaster@computational-chemistry.org> <4A23A3AC.7000902@err.ee> <200906011313.41650.Webmaster@computational-chemistry.org> Message-ID: <4A241CA9.1000401@err.ee> >> I did same thing like in this mail, but there is still problem I'm >> testing funambol and first sync works well, but after adding a new event >> with webclient it will not be synced to phone. Vice versa adding new >> event to phone and after syncing it will apeare into webclient. >> Is there more syncml clients for windows mobile, symbian and thunderbird? > > Did you check the error-logs? What does your Sync-Client say? And if you don't > get a clue there maybe check the horde logs. They are inside of > /kolab/var/kolab/www/client/log. Do you only get the error with phone or also > with thunderbird? Maybe its an error of the SyncML Client of your phone? > > Regards Alexander > I looked in horde.log and found Jun 01 21:13:01 HORDE [error] [horde] Unable to find addition timestamp for server id 521166c57e45d752ce67fdbe1c984c3e at 0 [pid 24724 on line 406 of "/srv/www/htdocs/client/lib/SyncML/Backend/Horde.php"] This ocures when SyncML client uploads new event in calendar. This event will be added to calendar but no new events are downloaded after first sync. I'm using funambol plugin for thunderbird and tested with funambol plugin for windows mobile and symbian phones. If anybody knows any other free SyncML client for Nokia symbian phones or Windows Mobile phones then let me know I would like to test them. Best, Alar From johnm at advocap.org Mon Jun 1 21:09:03 2009 From: johnm at advocap.org (John McMonagle) Date: Mon, 01 Jun 2009 14:09:03 -0500 Subject: mail box creation In-Reply-To: <200905291710.54945.johnm@advocap.org> References: <200905291710.54945.johnm@advocap.org> Message-ID: <4A24274F.9000204@advocap.org> John McMonagle wrote: > I noticed that new user mail boxes are not being created. > > I am not using kolab's ldap server. > I sort of recall something about kolabd using slurpd to know about changes. > > If I restart kolabd the mail boxes get created. > Is the lack of slurpd my problem? > Anything I can do other than manually creating mail boxes or restarting > kolabd? > > Thanks > > John > > I managed to setup kolabd to use sync replication. Did one test and it seemed to work OK. Mailbox for new user is created. I can give details if anyone is interested. John -------------- next part -------------- A non-text attachment was scrubbed... Name: johnm.vcf Type: text/x-vcard Size: 250 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090601/a1afb885/johnm.bin From thomas at btspuhler.com Tue Jun 2 03:59:06 2009 From: thomas at btspuhler.com (Thomas Spuhler) Date: Mon, 1 Jun 2009 18:59:06 -0700 Subject: mail box creation In-Reply-To: <4A24274F.9000204@advocap.org> References: <200905291710.54945.johnm@advocap.org> <4A24274F.9000204@advocap.org> Message-ID: <200906011859.07294.thomas@btspuhler.com> On Monday 01 June 2009, John McMonagle wrote: > John McMonagle wrote: > > I noticed that new user mail boxes are not being created. > > > > I am not using kolab's ldap server. > > I sort of recall something about kolabd using slurpd to know about > > changes. > > > > If I restart kolabd the mail boxes get created. > > Is the lack of slurpd my problem? > > Anything I can do other than manually creating mail boxes or restarting > > kolabd? > > > > Thanks > > > > John > > I managed to setup kolabd to use sync replication. > Did one test and it seemed to work OK. > Mailbox for new user is created. > > I can give details if anyone is interested. > > John I am certainly interested. Were you able to delete any mailboxes your created? -- Thomas From m.gabriel at das-netzwerkteam.de Tue Jun 2 08:28:30 2009 From: m.gabriel at das-netzwerkteam.de (Mike Gabriel) Date: Tue, 02 Jun 2009 08:28:30 +0200 Subject: handling of private events in kolab clients In-Reply-To: <200905301906.51135.martin.konold@erfrakon.de> References: <20090511184740.54005x2xd8dk6u98@mail.das-netzwerkteam.de> <200905181014.43286.bernhard@intevation.de> <200905301906.51135.martin.konold@erfrakon.de> Message-ID: <20090602082830.14247htaon3m57da@mail.das-netzwerkteam.de> hi martin, this is indeed very good news!!! i must admit i haven't had a spot on the konsec connector yet. please provide me with a preview download URL, so i can catch up on this... best and thanks for your initiative, mike On Sa 30 Mai 2009 19:06:49 CEST Martin Konold wrote: > On Monday 18 May 2009 10:14:42 Bernhard Reiter wrote: > > Hi Mike, > Hi Bernhard, > >> On Monday 11 May 2009, Mike Gabriel wrote: >> > could there be an intermediate solution (hiding event details in the >> > Outlook GUI)? >> >> No, this wouldn't be secure. > > Well, the current situation (since years!) is that Outlook users with a Kolab > server can set the privacy flag in the UI but it is not honoured in the UI > when the event is read by someone else. > > This against the intuitive expectation of our users and a disadvantage of > Kolab compared to MS Exchange. > >> Data that needs to be kept secure from the client must not be >> transfered to the client in the first place. > > This is not entirely true. It is sufficient of the client cannot decrypt the > private data. > >> Just hiding stuff in the user interface (like Outlook does at least in >> some versions as far as I know) is not a real solution. > > Well, it is better than nothing and helps to protect the privacy in a > practical manner. > > From a MS point of view there is a difference between a private and a > confidential message. > > I therefore asked the KONSEC developers to implement the privacy > functionality > with an Exchange compatible semantic in the KONSEC Konnektor in order to gain > a real world feeling about the feasability of this task. > > In the meantime they delivered a preview version of the KONSEC > Konnektor which > offers support for the privacy feature. > > KONSEC also plana to release this to the public in the future. > > Anyone interested in having a look at the preview may write me a > personal mail > and I will provide you with a download URL. > > Currently this version of the KONSEC Konnektor (which is a MAPI Storage > Provider) denies Outlook access to the protected elements of a MAPI object > according to: > > - privacy flag > - IMAP administration rights which also represent effective control and > ownership (ACL) > - IMAP read permission (ACL) > - IMAP write permission (ACL) > > If the privacy flag is set and the user is lacking ownership the MAPI Storage > Provider denies Outlook access to the private properties (texts etc.) while > allowing access to public properties like begin and end datetime and also > denies changing/copying/moving of the private object. (This is equivalent to > how the privacy flag is handled by OL/EX) > > As a next step I will come up with a proposal how to properly improve the > current system using proper encryption. > > The current implementation relies upon enforcement of the access control to > private objects in the MAPI Storage Provider. From the point of view of > Outlook this MAPI Storage Provide is a server but from a security point of > view the MSP is still running in the context of the client workstation not of > the Kolab server. > > IMHO this simple Exchange compatible approach is already a big improvement > compared to simply not addressing this issue. I expect a number of people are > already fine with this implementation. (****) > > In the future I want to have proper cryptographic methods used. > Though this is > not trivial to get right. > > - Owners of a private object are all those Kolab users with adminstrative > privileges on the corresponing folder. > > - Only Owners can create, copy, move and delete private objects. > > - If non-Owners with write permissions create such objects they effectivly > either loose control (what MS Exchange does) or the flag is removed by the > Connector/Konnektor when storing. The Middleware might decide to > warn the user > about this. > > - Private properties within a private object are encrypted and decrypted > using a folder specific symmetric key. > > - Only Kolab users with > > - The distribution/maintenance of this symmetric(***) key is non-trivial > > - The basic idea is that the folder specific symmetric key is ONLY available > to those users with administration priviledges on this folder. (I am > currently > not sure how this is implemented best) (*) > > - Whenever someone is removed from the list of users with administrative > priviledges from the folder ALL private objects need to be reencrypted with a > newly created symmetric key. (**) > > (*) I am wondering how this is to be implemented. > The main point is that this is slowly changing folder specific information > which shall only be available to users with adminstrative priviledges. > Does anyone have a great idea how this can be implemented? > > (**) Due to the inherent incoherent nature of Kolab (offline clients etc.) we > must beware of race conditions and provide a mechanism to avoid these. (This > is solvable though!) > > (***) Choosing a symmetric key method is simple but has some drawbacks. E.g. > it does not protect from a malicious server/backup administrator. I consider > this acceptable though as long as it is well documented. > > (****) Of course the current implementation can trivially be > subverted using a > client which does not honour the privacy flag. As a first step I will > therefore ask the KONSEC developers to encrypt all private properties using a > single static key (no key management in the first step). This denies > access to > all non complying clients. Extraction of this hidden key from the proprietary > Konnektor is possible though really not trivial. > > I am looking forward to your feedback. > > Yours, > -- martin > > -- > e r f r a k o n > Erlewein, Frank, Konold & Partner - Beratende Ingenieure und Physiker > Sitz: Adolfstra?e 23, 70469 Stuttgart, Partnerschaftsregister > Stuttgart PR 126 > http://www.erfrakon.com/ > -- DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419 eMail-LeseSchreibStunde: wochentags 8h-10h mail: m.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-keys Size: 19650 bytes Desc: =?utf-8?b?w5ZmZmVudGxpY2hlciA=?= =?utf-8?b?UEdQLVNjaGzDvHNzZWw=?= Url : http://kolab.org/pipermail/kolab-users/attachments/20090602/439d3c9b/attachment.bin From dusty at qwer.tk Tue Jun 2 17:58:00 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Tue, 2 Jun 2009 17:58:00 +0200 Subject: KMail 1.9.9 freezes Message-ID: <200906021758.01025.dusty@qwer.tk> Hi, I have a weird probleme here: On My SuSE 11 distribution, I use KMail 1.9.9 (KDE 3.5.9) with kolab 2.2.2. When I start kmail outside of kontact, it freezes. If I then kill it, kontact opens, whereas KMail is running perfectly inside. If I start Kontact directly, KMail also works - any clue why? 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 dusty at qwer.tk Tue Jun 2 18:06:58 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Tue, 2 Jun 2009 18:06:58 +0200 Subject: Kontact: How to transfer calendar entries to Kolab? Message-ID: <200906021806.58439.dusty@qwer.tk> Hi, I'm wondering if it's possible to transfer local calendar entries in KOrganizer (Kontact) to the Kolab server (IMAP) - is that possible? 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 jens at homejm.de Tue Jun 2 20:14:05 2009 From: jens at homejm.de (Jens Mohr) Date: Tue, 2 Jun 2009 20:14:05 +0200 Subject: Problem after restore kolab v2.2.0 In-Reply-To: <200905282350.54393.jens@homejm.de> References: <200905282350.54393.jens@homejm.de> Message-ID: <200906022014.06157.jens@homejm.de> Am Donnerstag 28 Mai 2009 23:50:54 schrieb Jens Mohr: > Hi all, > > in my Company we use kolab 2.2.0. Now i have a little trouble. > > Our System runs on Fedora 7 over one year perfect. Now i will change the operatingsystem. Therefor I setup a VM with CentOS 5.3 & have compile the kolab 2.2.0 new. Then i have restore our backup and all runs perfect. > > But now we must find out our Server (x336) runs not with CentOS 5.3. I think no problem! He ist certified for RH4 then i can use CentOS 4.7. > > The Server is running gcc-3.4.6-10 also no problem. Kolab compile fine! > > But after restore i can not login! He say user or password isn't correct! > > Now my question: is my procedure in backup and restore the problem? > > My kolab_backup.sh: > ----------------------------------------------------------------------------------------------------- > #!/bin/bash > # Script by Micha Kersloot (micha at kovoks.nl) under the GPLv2 licence > # Script changed by Jens Mohr jens at homejm.de > > BACKDIR="/backup" > KOLABDIR="/kolab" > > ROTATEDIR=`date +%Y-%m-%d_%H-%M` > DESTDIR=$BACKDIR/$ROTATEDIR > > mkdir -p $DESTDIR > > #Stop Kolab > /kolab/bin/openpkg rc all stop > > #Cyrus backup > su - kolab-r -c "$KOLABDIR/bin/ctl_mboxlist -d" > $KOLABDIR/var/imapd/mailboxlist.txt > tar -zpcf $DESTDIR/var_imapd.tgz $KOLABDIR/var/imapd > > #OpenLDAP backup > $KOLABDIR/sbin/slapcat > $DESTDIR/ldap_db.ldif > tar -zpcf $DESTDIR/ldap_conf.tgz $KOLABDIR/var/openldap/openldap-data/DB_CONFIG $KOLABDIR/etc/openldap/slapd.conf $KOLABDIR/etc/openldap/slapd.access > > #Kolab backup > tar -zpcf $DESTDIR/kolab_conf.tgz $KOLABDIR/etc > > #Spamassassin backups > mkdir $DESTDIR/spam > /kolab/bin/sa-learn --backup > $DESTDIR/spam/spamassassin-bck.txt > cp $KOLABDIR/spam-learn.sh $DESTDIR/spam/ > cp /var/spool/cron/kolab-r $DESTDIR/spam/ > > #Start Kolab > #/kolab/bin/openpkg rc all start > ----------------------------------------------------------------------------------------------------- > > my kolab_restore.sh > ----------------------------------------------------------------------------------------------------- > #!/bin/bash > > BACKDIR="/backup" > KOLABDIR="/kolab" > > ROTATEDIR=$1 > SOURCEDIR=$BACKDIR/$ROTATEDIR > > /kolab/bin/openpkg rc all stop > cd / > tar -zpxvf $SOURCEDIR/kolab_conf.tgz > tar -zpxvf $SOURCEDIR/ldap_conf.tgz > tar -zpxvf $SOURCEDIR/var_imapd.tgz > > cp -p $SOURCEDIR/spam/spam-learn.sh /kolab > cp -p $SOURCEDIR/spam/kolab-r /var/spool/cron/ > chown kolab-r $KOLABDIR/spam-learn.sh > chown kolab-r /var/spool/cron/kolab-r > > su - kolab-r -c "/kolab/bin/ctl_mboxlist -u" < $KOLABDIR/var/imapd/mailboxlist.txt > > cp $KOLABDIR/var/openldap/openldap-data/DB_CONFIG /tmp/ > rm -rf $KOLABDIR/var/openldap/openldap-data/* > cp /tmp/DB_CONFIG $KOLABDIR/var/openldap/openldap-data/ > /kolab/sbin/slapadd -l $SOURCEDIR/ldap_db.ldif > chown -R kolab:kolab $KOLABDIR/var/openldap/openldap-data > > /kolab/bin/sa-learn --restore $SOURCEDIR/spam/spamassassin-bck.txt > > /kolab/bin/openpkg rc all start > > /kolab/sbin/kolabconf -n > ----------------------------------------------------------------------------------------------------- > > I restore for testing the same backup in CentOS 5.3 all is running > in 4.7 i have a problem! > > Thanks for help! > > Jens > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > The problem is solved. I have changed the Hardware and use now Centos 5.3! The problem wars the cyrmaster, he crashs with signal 11 every time (every 2 seconds) Bye Jens From kloecker at kde.org Tue Jun 2 21:34:37 2009 From: kloecker at kde.org (Ingo =?iso-8859-1?q?Kl=F6cker?=) Date: Tue, 02 Jun 2009 21:34:37 +0200 Subject: KMail 1.9.9 freezes In-Reply-To: <200906021758.01025.dusty@qwer.tk> References: <200906021758.01025.dusty@qwer.tk> Message-ID: <200906022134.37569@thufir.ingo-kloecker.de> On Tuesday 02 June 2009, Hermann Himmelbauer wrote: > Hi, > I have a weird probleme here: On My SuSE 11 distribution, I use KMail > 1.9.9 (KDE 3.5.9) with kolab 2.2.2. When I start kmail outside of > kontact, it freezes. If I then kill it, kontact opens, whereas KMail > is running perfectly inside. > > If I start Kontact directly, KMail also works - any clue why? I guess the reason is the following: You start KMail; KMail tries to access the address book which is residing on the Kolab server; for this the service DCOP/ResourceBackend/IMAP is required (because the Kolab server is accessed via the IMAP protocol); this service is provided by KMail and by Kontact (through the embedded KMail); KDE decides to start Kontact; since KMail is already running Kontact hangs on startup -> classical dead lock If you now kill KMail then Kontact resumes the startup which explains why Kontact opens. The only solution for this problem is the removal of the file kontactdcop.desktop (which announces that Kontact provides the above mentioned service) from the system wide KDE installation. This should be /opt/kde3/share/applications/kde/kontactdcop.desktop on openSUSE. Obviously, this will affect all users of the system. Regards, Ingo -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090602/6daa778c/attachment.bin From kloecker at kde.org Tue Jun 2 21:49:28 2009 From: kloecker at kde.org (Ingo =?iso-8859-1?q?Kl=F6cker?=) Date: Tue, 02 Jun 2009 21:49:28 +0200 Subject: Kontact: How to transfer calendar entries to Kolab? In-Reply-To: <200906021806.58439.dusty@qwer.tk> References: <200906021806.58439.dusty@qwer.tk> Message-ID: <200906022149.28594@thufir.ingo-kloecker.de> On Tuesday 02 June 2009, Hermann Himmelbauer wrote: > Hi, > I'm wondering if it's possible to transfer local calendar entries in > KOrganizer (Kontact) to the Kolab server (IMAP) - is that possible? If both calendars (the local one and the one on the Kolab server) are available in KOrganizer then you can transfer single entries via cut & paste. When you paste the entry KOrganizer should ask you which calendar the entry should be added to. If you want to transfer all entries from the local calendar to the Kolab calendar then - disable the Kolab calendar - export the local calendar to an iCalendar file - disable the local calendar and enable the Kolab calendar - import the exported calendar and choose "Merge into existing calendar" I suggest not to remove the local calendar just in case not all events were transferred correctly to the Kolab calendar. Regards, Ingo -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090602/6918c349/attachment.bin From webmaster at computational-chemistry.org Wed Jun 3 11:19:12 2009 From: webmaster at computational-chemistry.org (Alexander =?iso-8859-1?Q?Schr=F6ter?=) Date: Wed, 3 Jun 2009 11:19:12 +0200 (CEST) Subject: Getting Mails from another Account Message-ID: Hi everybody because I am unsure how to solve my problem I decided to ask you for some advice. I have my own Kolab Server running and it's basicly just running for me and some friends on a Server. Because I don't have a Mail backup I decided to leave the Mails at my Provider, which I think is a great solution because of Backup and 100% Uptime etc. But since I started to use Kolab on more and more devices, I want my Mails (actually copies of them) to be in my Mailbox on the Kolab Server. So finally we get to the question. How can I fetch my Mail from my ISPs Server? That beeing the basic question now a little more Detail. Since I have many folders in my Mailbox I don't want to change/add a new folder everytime I change something on my ISPs Mailbox. I also want my Mails to be fetched in a regular basis even when I am not logged into Horde. (Why the Horde fetchmail I guess is not working for me.) My idea is to have a Fetchmail Service running on the server that puts the Mails in my Mailaccount? Do you think that's possible, a good idea or do you have a even better one? Thanks in Advanced. Alexander Schr?ter From dusty at qwer.tk Wed Jun 3 11:33:52 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Wed, 3 Jun 2009 11:33:52 +0200 Subject: KMail 1.9.9 freezes In-Reply-To: <200906022134.37569@thufir.ingo-kloecker.de> References: <200906021758.01025.dusty@qwer.tk> <200906022134.37569@thufir.ingo-kloecker.de> Message-ID: <200906031133.53591.dusty@qwer.tk> Am Dienstag 02 Juni 2009 21:34:37 schrieb Ingo Kl?cker: > On Tuesday 02 June 2009, Hermann Himmelbauer wrote: > > Hi, > > I have a weird probleme here: On My SuSE 11 distribution, I use KMail > > 1.9.9 (KDE 3.5.9) with kolab 2.2.2. When I start kmail outside of > > kontact, it freezes. If I then kill it, kontact opens, whereas KMail > > is running perfectly inside. > > > > If I start Kontact directly, KMail also works - any clue why? > > I guess the reason is the following: > You start KMail; KMail tries to access the address book which is > residing on the Kolab server; for this the service > DCOP/ResourceBackend/IMAP is required (because the Kolab server is > accessed via the IMAP protocol); this service is provided by KMail and > by Kontact (through the embedded KMail); KDE decides to start Kontact; > since KMail is already running Kontact hangs on startup -> classical > dead lock > > If you now kill KMail then Kontact resumes the startup which explains > why Kontact opens. > > The only solution for this problem is the removal of the file > kontactdcop.desktop (which announces that Kontact provides the above > mentioned service) from the system wide KDE installation. This should > be /opt/kde3/share/applications/kde/kontactdcop.desktop on openSUSE. > Obviously, this will affect all users of the system. Yes, that was exactly the problem and the solution, thanks! 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 dusty at qwer.tk Wed Jun 3 11:38:44 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Wed, 3 Jun 2009 11:38:44 +0200 Subject: Kontact: How to transfer calendar entries to Kolab? In-Reply-To: <200906022149.28594@thufir.ingo-kloecker.de> References: <200906021806.58439.dusty@qwer.tk> <200906022149.28594@thufir.ingo-kloecker.de> Message-ID: <200906031138.44995.dusty@qwer.tk> Am Dienstag 02 Juni 2009 21:49:28 schrieb Ingo Kl?cker: > On Tuesday 02 June 2009, Hermann Himmelbauer wrote: > > Hi, > > I'm wondering if it's possible to transfer local calendar entries in > > KOrganizer (Kontact) to the Kolab server (IMAP) - is that possible? > > If both calendars (the local one and the one on the Kolab server) are > available in KOrganizer then you can transfer single entries via cut & > paste. When you paste the entry KOrganizer should ask you which > calendar the entry should be added to. > > If you want to transfer all entries from the local calendar to the Kolab > calendar then > - disable the Kolab calendar > - export the local calendar to an iCalendar file > - disable the local calendar and enable the Kolab calendar > - import the exported calendar and choose "Merge into existing calendar" > > I suggest not to remove the local calendar just in case not all events > were transferred correctly to the Kolab calendar. I see, hmmm, but after searching around I could not find any options to enable/disable the local/kolab calendar - how is that possible? Changing the resources in contacts makes no difference, and I found no options in the kalendar options... 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 dusty at qwer.tk Wed Jun 3 11:51:36 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Wed, 3 Jun 2009 11:51:36 +0200 Subject: Snycing mobile phone with groupware functionality - possible? Message-ID: <200906031151.38046.dusty@qwer.tk> Hi, I'd like to know if it's theoretically (and practically) possible to synchronize mobile devices via Horde, whereas groupware functionality (shared calendar, addressbook...) is used: - Are mobile devices capable of "knowing" about groupware functionality (different storage locations?) - What would happen if I add a contact/calendar entry in my mobile phone and snyc, where would it be stored? 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 webmaster at computational-chemistry.org Wed Jun 3 12:13:26 2009 From: webmaster at computational-chemistry.org (Alexander =?iso-8859-1?Q?Schr=F6ter?=) Date: Wed, 3 Jun 2009 12:13:26 +0200 (CEST) Subject: Snycing mobile phone with groupware functionality - possible?] Message-ID: <8646a3140ff28e5a00c09273dd99bf05-EhVcXlxCQAtWRxwDDRc3AF9BdAJSS1xcXV9EBVc1WERZS1oWXV5+H1ZRMl5dRUECXV5ZQF4=-webmailer2@server04.webmailer.hosteurope.de> Am Mi, 3.06.2009, 11:51, schrieb Hermann Himmelbauer: > Hi, > I'd like to know if it's theoretically (and practically) possible to > synchronize mobile devices via Horde, whereas groupware functionality > (shared > calendar, addressbook...) is used: > > - Are mobile devices capable of "knowing" about groupware functionality > (different storage locations?) > - What would happen if I add a contact/calendar entry in my mobile phone > and > snyc, where would it be stored? > > Best Regards, > Hermann > Hi Hermann Funambol is a pretty nice way to sync Mobile devices ... it uses the SyncML functions included into Horde. Check it out ... there are many Community Projects for different Phones/PDAs etc. funambol.org Regards Alexander From johnm at advocap.org Wed Jun 3 22:55:15 2009 From: johnm at advocap.org (John McMonagle) Date: Wed, 03 Jun 2009 15:55:15 -0500 Subject: kolabd confused. Message-ID: <4A26E333.7030104@advocap.org> Getting this message when restarting kolabd. Jun 3 15:12:08 kolab kolabd[6847]: Kolab is shutting down Jun 3 15:12:14 kolab kolabd[18833]: Kolab is starting up Jun 3 15:12:15 kolab kolabd[18833]: L Warning: Object `barbb at advocap.org' already exists as `barbrab at advocap.org'; refusing to create I originally created user as barbrab. I changed in ldap account manager to barbb. Couldn't do administration of users in kolab admin as the need more attributes and our DNs are defined differently. Is there some way to get kolabd synced to the current state? The real mail is not on kolab yet so I can use extreme measures if required. I wonder if one just blew away the .db files in /kolab/var/kolab and restarted kolabd?? The important thing is how do I avoid this? Thanks John -------------- next part -------------- A non-text attachment was scrubbed... Name: johnm.vcf Type: text/x-vcard Size: 250 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090603/e5d68cfb/johnm.bin From johnm at advocap.org Wed Jun 3 23:44:15 2009 From: johnm at advocap.org (John McMonagle) Date: Wed, 03 Jun 2009 16:44:15 -0500 Subject: mail box creation In-Reply-To: <200906011859.07294.thomas@btspuhler.com> References: <200905291710.54945.johnm@advocap.org> <4A24274F.9000204@advocap.org> <200906011859.07294.thomas@btspuhler.com> Message-ID: <4A26EEAF.2080301@advocap.org> Thomas Spuhler wrote: > On Monday 01 June 2009, John McMonagle wrote: > >> John McMonagle wrote: >> >>> I noticed that new user mail boxes are not being created. >>> >>> I am not using kolab's ldap server. >>> I sort of recall something about kolabd using slurpd to know about >>> changes. >>> >>> If I restart kolabd the mail boxes get created. >>> Is the lack of slurpd my problem? >>> Anything I can do other than manually creating mail boxes or restarting >>> kolabd? >>> >>> Thanks >>> >>> John >>> >> I managed to setup kolabd to use sync replication. >> Did one test and it seemed to work OK. >> Mailbox for new user is created. >> >> I can give details if anyone is interested. >> >> John >> > > I am certainly interested. Were you able to delete any mailboxes your created? > > in /kolab/etc/kolab/kolab.globals directory_mode : syncrepl in slapd.conf of the server referenced by kolab.conf ldap_uri make sure you have something like: # if not built in moduleload syncprov # Use syncprov/syncrepl method for ldap replication overlay syncprov syncprov-checkpoint 1024 16 syncprov-sessionlog 4096 syncprov-reloadhint TRUE index entryCSN eq index entryUUID eq .................. Just look at kolab 2.2.2 slapd.conf I thought it deleted but I'm not sure. I'm doing another test. I'm doing the accounts in ldap account manager. If it's supposed to delete immediately it does not work. I'll check back. I really like mail box creation. I not so sure I like mail box deletion. John -------------- next part -------------- A non-text attachment was scrubbed... Name: johnm.vcf Type: text/x-vcard Size: 250 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090603/915deb8e/johnm.bin From ml at radoeka.nl Wed Jun 3 23:59:09 2009 From: ml at radoeka.nl (Richard Bos) Date: Wed, 3 Jun 2009 23:59:09 +0200 Subject: mail box creation In-Reply-To: <4A26EEAF.2080301@advocap.org> References: <200905291710.54945.johnm@advocap.org> <200906011859.07294.thomas@btspuhler.com> <4A26EEAF.2080301@advocap.org> Message-ID: <200906032359.10585.ml@radoeka.nl> Op woensdag 03 juni 2009 23:44:15 schreef John McMonagle: > > I am certainly interested. Were you able to delete any mailboxes your > > created? what happens when you restart kolab, is the mailbox deleted during a restart? -- Richard From kloecker at kde.org Thu Jun 4 00:33:54 2009 From: kloecker at kde.org (Ingo =?utf-8?q?Kl=C3=B6cker?=) Date: Thu, 04 Jun 2009 00:33:54 +0200 Subject: Kontact: How to transfer calendar entries to Kolab? In-Reply-To: <200906031138.44995.dusty@qwer.tk> References: <200906021806.58439.dusty@qwer.tk> <200906022149.28594@thufir.ingo-kloecker.de> <200906031138.44995.dusty@qwer.tk> Message-ID: <200906040033.55426@thufir.ingo-kloecker.de> On Wednesday 03 June 2009, Hermann Himmelbauer wrote: > Am Dienstag 02 Juni 2009 21:49:28 schrieb Ingo Kl?cker: > > On Tuesday 02 June 2009, Hermann Himmelbauer wrote: > > > Hi, > > > I'm wondering if it's possible to transfer local calendar entries > > > in KOrganizer (Kontact) to the Kolab server (IMAP) - is that > > > possible? > > > > If both calendars (the local one and the one on the Kolab server) > > are available in KOrganizer then you can transfer single entries > > via cut & paste. When you paste the entry KOrganizer should ask you > > which calendar the entry should be added to. > > > > If you want to transfer all entries from the local calendar to the > > Kolab calendar then > > - disable the Kolab calendar > > - export the local calendar to an iCalendar file > > - disable the local calendar and enable the Kolab calendar > > - import the exported calendar and choose "Merge into existing > > calendar" > > > > I suggest not to remove the local calendar just in case not all > > events were transferred correctly to the Kolab calendar. > > I see, hmmm, but after searching around I could not find any options > to enable/disable the local/kolab calendar - how is that possible? > Changing the resources in contacts makes no difference, and I found > no options in the kalendar options... In KOrganizer in the Calendar pane (which can be enabled via Settings->Sidebar->Show Resource View) one can enable/disable the calendars via the checkbox shown next to them. Regards, Ingo -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090604/bcfcb1d5/attachment.bin From shrenik.bhura at intelliant.net Thu Jun 4 04:25:01 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Thu, 04 Jun 2009 07:55:01 +0530 Subject: Creating mass users Message-ID: <4A27307D.40702@intelliant.net> Hi, Is there a fast way to create multiple users in kolab in a fast manner? If not, are there any pointers how to create such a script or process? Regards, SB From shrenik.bhura at intelliant.net Thu Jun 4 04:52:22 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Thu, 04 Jun 2009 08:22:22 +0530 Subject: Creating mass users In-Reply-To: <4A27307D.40702@intelliant.net> References: <4A27307D.40702@intelliant.net> Message-ID: <4A2736E6.300@intelliant.net> Shrenik Bhura wrote: > Hi, > > Is there a fast way to create multiple users in kolab in a fast manner? > If not, are there any pointers how to create such a script or process? > > Regards, > SB > Sorry, wrong question. Found a few good answers to this generic question on this mailing list itself. Now the right question - Is there a way to migrate users from kolab-2.2.0 to kolab-2.2.2 as the ldap structure seems to have changed. So is creating a csv, then a 2.2.2 compatible ldif(by a perl or python script) and importing the same(by ldapadd), the only way to do it? It is important as I need a way to keep the passwords same as before. SB From bbuehler at bbm-bbmicro.ch Thu Jun 4 20:31:19 2009 From: bbuehler at bbm-bbmicro.ch (B. Buehler) Date: Thu, 4 Jun 2009 20:31:19 +0200 Subject: How to setup virtual hosts Message-ID: <200906042031.20709.bbuehler@bbm-bbmicro.ch> Hi I haven't been successful in searching a guide to setup a virtual host yet. I would like to type instead of "www.mykolab.ch" "mail.mykolab.ch" in the browser and I would like the horde client to open directly from that link. It's clear that extern, a suitable DNS-entry is necessary. Is there anywhere such a guide, so that I as a Non-Apache-Guru can come along with that? If not, I would be very grateful for an example about it. Thanks a lot. Bernhard From carsten at cburghardt.com Fri Jun 5 09:20:08 2009 From: carsten at cburghardt.com (Carsten Burghardt) Date: Fri, 05 Jun 2009 09:20:08 +0200 Subject: Creating mass users In-Reply-To: <4A2736E6.300@intelliant.net> References: <4A27307D.40702@intelliant.net> <4A2736E6.300@intelliant.net> Message-ID: <20090605092008.17533ecypyk9afs4@www.inovox.de> Zitat von Shrenik Bhura : > Shrenik Bhura wrote: >> Hi, >> >> Is there a fast way to create multiple users in kolab in a fast manner? >> If not, are there any pointers how to create such a script or process? >> >> Regards, >> SB >> > Sorry, wrong question. Found a few good answers to this generic question > on this mailing list itself. > > Now the right question - Is there a way to migrate users from > kolab-2.2.0 to kolab-2.2.2 as the ldap structure seems to have changed. > So is creating a csv, then a 2.2.2 compatible ldif(by a perl or python > script) and importing the same(by ldapadd), the only way to do it? > It is important as I need a way to keep the passwords same as before. If I remember correctly the upgrade path (slapcat, modify, slapadd) is documented in the readme. Regards, Carsten From alex at ap-consulting.co.uk Fri Jun 5 18:11:09 2009 From: alex at ap-consulting.co.uk (Alex Potter) Date: Fri, 5 Jun 2009 17:11:09 +0100 Subject: How to setup virtual hosts In-Reply-To: <200906042031.20709.bbuehler@bbm-bbmicro.ch> References: <200906042031.20709.bbuehler@bbm-bbmicro.ch> Message-ID: <200906051711.09287.alex@ap-consulting.co.uk> On Thursday 04 June 2009 19:31:19 B. Buehler wrote: > Is there anywhere such a guide, so that I as a Non-Apache-Guru can come > along with that? This is a good HOWTO http://pitmanweb.com/blog/index.php?blog=2&title=apache_2_virtual_hosts&more=1&c=1&tb=1&pb=1 found at http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=apache2+virtual+host+howto Alex From dusty at qwer.tk Fri Jun 5 18:57:55 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Fri, 5 Jun 2009 18:57:55 +0200 Subject: Syncing with mobile phone (Nokia E71) Message-ID: <200906051857.55332.dusty@qwer.tk> Hi, I today tried to sync my new Nokia E71 with Kolab via Horde. After playing around, syncing still does not work. The problem is as follows: - When enabling sync of the calendar, it tells me "Host not found" - When syncing only contacts/notes, it tells me "Sync complete", but nothing was synced. However, when I add a contact on the mobile, it is actually synced, which can also be seen in the horde log. But interestingly, the transferred contact cannot be seen anywhere in Horde/Kolab. Any suggestions of how to fix this? I'm not very pleased by the idea to manually type in all my contacts and calendar entries into the phone :-( 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 shrenik.bhura at intelliant.net Sat Jun 6 21:22:37 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Sun, 07 Jun 2009 00:52:37 +0530 Subject: Creating mass users In-Reply-To: <20090605092008.17533ecypyk9afs4@www.inovox.de> References: <4A27307D.40702@intelliant.net> <4A2736E6.300@intelliant.net> <20090605092008.17533ecypyk9afs4@www.inovox.de> Message-ID: <4A2AC1FD.6070905@intelliant.net> Carsten Burghardt wrote: > Zitat von Shrenik Bhura : > > >> Shrenik Bhura wrote: >> >>> Hi, >>> >>> Is there a fast way to create multiple users in kolab in a fast manner? >>> If not, are there any pointers how to create such a script or process? >>> >>> Regards, >>> SB >>> >>> >> Sorry, wrong question. Found a few good answers to this generic question >> on this mailing list itself. >> >> Now the right question - Is there a way to migrate users from >> kolab-2.2.0 to kolab-2.2.2 as the ldap structure seems to have changed. >> So is creating a csv, then a 2.2.2 compatible ldif(by a perl or python >> script) and importing the same(by ldapadd), the only way to do it? >> It is important as I need a way to keep the passwords same as before. >> > > If I remember correctly the upgrade path (slapcat, modify, slapadd) is > documented in the readme. > > > Regards, > > Carsten > > > _______________________________________________ > Yeah it lies here: http://files.kolab.org/server/release/kolab-server-2.2.2/sources/1st.README Very well documented, though I did it the manual way this time, given a handful number of users. Will try the right way for another server upgrade. From johannes_graumann at web.de Sun Jun 7 21:10:37 2009 From: johannes_graumann at web.de (Johannes Graumann) Date: Sun, 07 Jun 2009 21:10:37 +0200 Subject: Kontact-Notebooks Synking Via Kolab? Message-ID: Hi, Is it possible to create kolab-resident notebooks in kontact's Notebook application? Would be lovely to keep track of lengthy projects. Thanks, Joh From martin.konold at erfrakon.de Tue Jun 2 14:17:45 2009 From: martin.konold at erfrakon.de (Martin Konold) Date: Tue, 2 Jun 2009 14:17:45 +0200 Subject: handling of private events in kolab clients In-Reply-To: <20090602082830.14247htaon3m57da@mail.das-netzwerkteam.de> References: <20090511184740.54005x2xd8dk6u98@mail.das-netzwerkteam.de> <200905301906.51135.martin.konold@erfrakon.de> <20090602082830.14247htaon3m57da@mail.das-netzwerkteam.de> Message-ID: <200906021417.46948.martin.konold@erfrakon.de> On Tuesday 02 June 2009 08:28:30 Mike Gabriel wrote: Hi Mike, > this is indeed very good news!!! i must admit i haven't had a spot on > the konsec connector yet. > > please provide me with a preview download URL, so i can catch up on this... http://download.konsec.com/beta/KONSEC_Konnektor_2_3_0_16_de_ALPHA.zip Please note that this version ist not officially released and does not encrypt the private data. It only denies Outlook access to the private properties. > > As a next step I will come up with a proposal how to properly improve the > > current system using proper encryption. > > > > The current implementation relies upon enforcement of the access control > > to private objects in the MAPI Storage Provider. From the point of view > > of Outlook this MAPI Storage Provide is a server but from a security > > point of view the MSP is still running in the context of the client > > workstation not of the Kolab server. > > > > IMHO this simple Exchange compatible approach is already a big > > improvement compared to simply not addressing this issue. I expect a > > number of people are already fine with this implementation. (****) > > > > In the future I want to have proper cryptographic methods used. > > Though this is > > not trivial to get right. > > > > - Owners of a private object are all those Kolab users with adminstrative > > privileges on the corresponing folder. > > > > - Only Owners can create, copy, move and delete private objects. > > > > - If non-Owners with write permissions create such objects they > > effectivly either loose control (what MS Exchange does) or the flag is > > removed by the Connector/Konnektor when storing. The Middleware might > > decide to warn the user > > about this. > > > > - Private properties within a private object are encrypted and decrypted > > using a folder specific symmetric key. > > > > - Only Kolab users with > > > > - The distribution/maintenance of this symmetric(***) key is non-trivial > > > > - The basic idea is that the folder specific symmetric key is ONLY > > available to those users with administration priviledges on this folder. > > (I am currently > > not sure how this is implemented best) (*) > > > > - Whenever someone is removed from the list of users with administrative > > priviledges from the folder ALL private objects need to be reencrypted > > with a newly created symmetric key. (**) > > > > (*) I am wondering how this is to be implemented. > > The main point is that this is slowly changing folder specific > > information which shall only be available to users with adminstrative > > priviledges. Does anyone have a great idea how this can be implemented? > > > > (**) Due to the inherent incoherent nature of Kolab (offline clients > > etc.) we must beware of race conditions and provide a mechanism to avoid > > these. (This is solvable though!) > > > > (***) Choosing a symmetric key method is simple but has some drawbacks. > > E.g. it does not protect from a malicious server/backup administrator. I > > consider this acceptable though as long as it is well documented. > > > > (****) Of course the current implementation can trivially be > > subverted using a > > client which does not honour the privacy flag. As a first step I will > > therefore ask the KONSEC developers to encrypt all private properties > > using a single static key (no key management in the first step). This > > denies access to > > all non complying clients. Extraction of this hidden key from the > > proprietary Konnektor is possible though really not trivial. > > > > I am looking forward to your feedback. Yours, -- martin -- e r f r a k o n Erlewein, Frank, Konold & Partner - Beratende Ingenieure und Physiker Sitz: Adolfstra?e 23, 70469 Stuttgart, Partnerschaftsregister Stuttgart PR 126 http://www.erfrakon.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090602/13cee0db/attachment.html From alexander.schroeter at computational-chemistry.org Wed Jun 3 12:12:01 2009 From: alexander.schroeter at computational-chemistry.org (Alexander =?iso-8859-1?Q?Schr=F6ter?=) Date: Wed, 3 Jun 2009 12:12:01 +0200 (CEST) Subject: Snycing mobile phone with groupware functionality - possible? In-Reply-To: <200906031151.38046.dusty@qwer.tk> References: <200906031151.38046.dusty@qwer.tk> Message-ID: <90982a964b7b6a3443d31d3f33c1070d-EhVcXlxCQAtWRxwDDRc3AF9BdAJSS1xcXV9EBVc1WERZS1oWXV5+H1ZRMl5dRUECXVlQQlk=-webmailer2@server04.webmailer.hosteurope.de> Am Mi, 3.06.2009, 11:51, schrieb Hermann Himmelbauer: > Hi, > I'd like to know if it's theoretically (and practically) possible to > synchronize mobile devices via Horde, whereas groupware functionality > (shared > calendar, addressbook...) is used: > > - Are mobile devices capable of "knowing" about groupware functionality > (different storage locations?) > - What would happen if I add a contact/calendar entry in my mobile phone > and > snyc, where would it be stored? > > Best Regards, > Hermann > Hi Hermann Funambol is a pretty nice way to sync Mobile devices ... it uses the SyncML functions included into Horde. Check it out ... there are many Community Projects for different Phones/PDAs etc. funambol.org Regards Alexander From dusty at qwer.tk Mon Jun 8 18:02:17 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Mon, 8 Jun 2009 18:02:17 +0200 Subject: Kolab 2.2.2 - Upgrade to Horde 1.2.3, possible? Message-ID: <200906081802.17654.dusty@qwer.tk> Hi, As syncing does not work for my Nokia E71 with the Horde 1.2 version, which is delivered with Kolab 2.2.2, I just tried to upgrade Horde to the latest version (1.2.3), which has some syncml patches that may solve my problem. What I don't really know is how to upgrade it - I first tried to do the following: - untar the new horde in /kolab/var/www/client123 - Executed the setup.php script and chose the upgrade option This had some errors as there were some missing directories in the new Horde version (passwd), so I just copied it over. After that, the upgrade process asked me after some superuser password for the database backend, which I did not know and thus leave out. When I now try to access the new Horde, it tells me: A fatal error has occurred You must enable the kolab settings to use the Kolab Share driver. Details have been logged for the administrator. Any clues how to fix this? Is there a way to only replace the syncml stuff in Horde? 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 pdf at yugm.org Tue Jun 9 00:23:20 2009 From: pdf at yugm.org (Paul Douglas Franklin) Date: Mon, 08 Jun 2009 15:23:20 -0700 Subject: Certificates Message-ID: <4A2D8F58.20008@yugm.org> Understanding now that the self-generated certificate is really not enough, I want to get a certificate from a real issuer. I'm also needing to get a certificate for our web site, which resides at a different server. Will I need separate certificates for www.yugm.org and mail.yugm.org? --Paul -- Paul Douglas Franklin Union Gospel Mission of Yakima, Washington Computer Manager /Husband of Danette Father of Laurene, Miriam, Tycko, Timothy, Sarabeth, Marie, Dawnita, Anna Leah, Alexander, and Caleb /Upgrade to the premier Office package today! OpenOffice Free download here: http://www.openoffice.org/ / / From aspineux at gmail.com Tue Jun 9 07:37:12 2009 From: aspineux at gmail.com (Alain Spineux) Date: Tue, 9 Jun 2009 07:37:12 +0200 Subject: Certificates In-Reply-To: <4A2D8F58.20008@yugm.org> References: <4A2D8F58.20008@yugm.org> Message-ID: <71fe4e760906082237u31eac0e7r639de58e57ef7b27@mail.gmail.com> On Tue, Jun 9, 2009 at 12:23 AM, Paul Douglas Franklin wrote: > Understanding now that the self-generated certificate is really not > enough, I want to get a certificate from a real issuer. ?I'm also > needing to get a certificate for our web site, which resides at a > different server. ?Will I need separate certificates for www.yugm.org > and mail.yugm.org? You could use the same wildcard certificate for all your *.yugm.org site ! But depending on the certificate issuer, usually you cannot use a certificate on multiple server. And wilcard are more expensive than "simple" certificate ! Then by 2 "simple" certificate is a good idea. > --Paul > -- > > Paul Douglas Franklin > > Union Gospel Mission of Yakima, Washington > Computer Manager > /Husband of Danette > Father of Laurene, Miriam, Tycko, Timothy, Sarabeth, Marie, Dawnita, Anna Leah, Alexander, and Caleb > > /Upgrade to the premier Office package today! > > OpenOffice > > Free download here: > http://www.openoffice.org/ > > / > / > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > -- Alain Spineux aspineux gmail com May the sources be with you From liutauras.adomaitis at gmail.com Tue Jun 9 11:53:38 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Tue, 9 Jun 2009 12:53:38 +0300 Subject: User Deleted, awaiting cleanup... Problem Message-ID: Hi kolab users, I'm using kolab2.2.2 and having problems with deleting users - I have read wiki and etc, which are saying, that there are two possible causes: - kolabd is not working My box: # [root at PBL-kolab user]# /kolab/bin/openpkg rc kolabd status OpenPKG: status: kolabd. kolabd_enable="yes" kolabd_usable="unknown" kolabd_active="yes" # [root at PBL-kolab user]# ps aux | grep kolabd root 5929 3.4 0.5 13356 11640 pts/2 S 12:48 0:00 /kolab/bin/perl /kolab/sbin/kolabd root 5933 0.0 0.5 13356 10560 pts/2 S 12:48 0:00 /kolab/bin/perl /kolab/sbin/kolabd root 6009 0.0 0.0 1988 544 pts/2 S+ 12:48 0:00 grep --color kolabd - Delete /kolab/var/kolab/mailbox-uidcache.db file and restart kolabd - done. I also find some posts mentioning OpenLDAP SLURP replication could cause this behavior if slave is not found. My question: Do I have to disable ldap replication manually and how. I see there is a slurpd process is running and there repalica configurations in slapd.conf and slapd.replica files. Thanks Liutauras From liutauras.adomaitis at gmail.com Tue Jun 9 12:18:03 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Tue, 9 Jun 2009 13:18:03 +0300 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <4A2E33B9.90103@FuH-E.de> References: <4A2E33B9.90103@FuH-E.de> Message-ID: Thanks for quick response, On Tue, Jun 9, 2009 at 1:04 PM, Christian R??ler wrote: > Liutauras Adomaitis schrieb: > >> I'm using kolab2.2.2 and having problems with deleting users - >> I have read wiki and etc, which are saying, that there are two possible causes: >> - kolabd is not working >> - Delete /kolab/var/kolab/mailbox-uidcache.db file and restart kolabd - done. >> [...] >> I also find some posts mentioning OpenLDAP SLURP replication could >> cause this behavior if slave is not found. > > Yes, I had this problem some time ago... > >> My question: >> Do I have to disable ldap replication manually and how. I see there is >> a slurpd process is running and there repalica configurations in >> slapd.conf and slapd.replica files. > > Normally not, no. > > Just for being complete: Just three days ago I had a similar problem > with 'awaiting cleanup', due to more than one kolabDeleteflag. This > problem sometimes happens when one has more than one kolabHomeServer. > > So, do a ldapsearch on the 'waiting' user, and if there is more than one > kolabDeleteflag, delete one. Then, perhaps, the user will be deleted... I use luma for these purposes. It shows me only one KolabDeleteFlag and kolabHomeServer atributes for a particular user. I tried removing KolabDeleteFlag and user appeared as normal. Then I tried deleting again and still the same: waiting for cleanup. Should delete occur imediatly or I must wait a bit? Liutauras From Roessler at FuH-E.de Tue Jun 9 12:36:06 2009 From: Roessler at FuH-E.de (=?ISO-8859-1?Q?Christian_R=F6=DFler?=) Date: Tue, 09 Jun 2009 12:36:06 +0200 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: References: <4A2E33B9.90103@FuH-E.de> Message-ID: <4A2E3B16.2090209@FuH-E.de> Liutauras Adomaitis schrieb: > Thanks for quick response, No Problem! >> [...] This >> problem sometimes happens when one has more than one kolabHomeServer. >> So, do a ldapsearch on the 'waiting' user, and if there is more than one >> kolabDeleteflag, delete one. Then, perhaps, the user will be deleted... > I use luma for these purposes. It shows me only one KolabDeleteFlag > and kolabHomeServer atributes for a particular user. I tried removing > KolabDeleteFlag and user appeared as normal. Then I tried deleting > again and still the same: waiting for cleanup. Well, if you have only one KolabDeleteflag, my tip does not apply. Then there has to be another cause. > Should delete occur imediatly or I must wait a bit? Sometimes one has to wait a bit... Best regards, Christian From liutauras.adomaitis at gmail.com Tue Jun 9 14:55:18 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Tue, 9 Jun 2009 15:55:18 +0300 Subject: ssl certificate for multiple hostnames Message-ID: Hi all, I want to create ssl certificate for smtp, pop3, imap and http services on kolab box which will accept multiple hostnames. As in http://therowes.net/~greg/2008/01/08/creating-a-certificate-with-multiple-hostnames/ it should be possible, isn't it? I'm not very good at understanding all the ssl stuff, but trying to ... Qustions: - Is it possible to have certificate which accepts multiple hostnames (I have DNS server inside my lan and it is hosting kolab.local domain, but form outside I use kolab.com domain) - The link I refer to is saying that I have to: -- modify openssl.cnf file -- create certificate request .csr -- create selfsigned ca. Should I use kolab_ca.sh for that purpose? Which openssl.cnf file should I modify ( I see that scripts are creating temporary cnf files, so maybe edit scripts instead of /kolab/etc/openssl/openssl.cnf file) What should I know more? maybe running kolab_ca.sh will make some undesirable changes. How to do that to have minimum effect on running services? Thanks for any hints Liutauras From delonly at gmail.com Tue Jun 9 22:55:30 2009 From: delonly at gmail.com (Del) Date: Tue, 09 Jun 2009 22:55:30 +0200 Subject: Howto cache outgoing mails? Message-ID: <4A2ECC42.6060408@gmail.com> I am looking for a way to cache outgoing mails on the Kolab server. The issue is the following: When I send large mails (e.g., through the Horde web-interface), the message window stays open (with no progress bar) until the entire message has left the Kolab-server. Preferably I would like the message window to close immediately once I press the "Send" button, having the Kolab-server caching the message until it is delivered. Kontact essentially has this functionality built in by using the outbox, but it would be nice having it on the server too. I would guess it is a setting in Postfix, but I haven't found it, so very grateful for any help. Cheers, Del From retheesh2k5 at gmail.com Wed Jun 10 12:10:47 2009 From: retheesh2k5 at gmail.com (Retheesh Kumar) Date: Wed, 10 Jun 2009 15:40:47 +0530 Subject: Scalability of Kolab Message-ID: <5611e5f10906100310w510f30e3h439779e539df266e@mail.gmail.com> Hi, Is there any Scalability testing done for Kolab. Does Kolab work on an HA enviornment? What is the maximum users per Kolab Server and the Hardware requirement. Trying to evaluate Kolab. Is there a POC already done on it? I am new here, so let me know if there are any set etiquette that i need to follow on this mailing list. Appreicate all the help -- Regards, Retheesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090610/29d2b6ab/attachment.html From liutauras.adomaitis at gmail.com Wed Jun 10 13:53:15 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Wed, 10 Jun 2009 14:53:15 +0300 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <4A2E3B16.2090209@FuH-E.de> References: <4A2E33B9.90103@FuH-E.de> <4A2E3B16.2090209@FuH-E.de> Message-ID: On Tue, Jun 9, 2009 at 1:36 PM, Christian R??ler wrote: > Liutauras Adomaitis schrieb: > >> Thanks for quick response, > > No Problem! > >>> [...] This >>> problem sometimes happens when one has more than one kolabHomeServer. >>> So, do a ldapsearch on the 'waiting' user, and if there is more than one >>> kolabDeleteflag, delete one. Then, perhaps, the user will be deleted... >> I use luma for these purposes. It shows me only one KolabDeleteFlag >> and kolabHomeServer atributes for a particular user. I tried removing >> KolabDeleteFlag and user appeared as normal. Then I tried deleting >> again and still the same: waiting for cleanup. > > Well, if you have only one KolabDeleteflag, my tip does not apply. Then > there has to be another cause. > >> Should delete occur imediatly or I must wait a bit? > > Sometimes one has to wait a bit... > > Best regards, > Christian I'm not sure, but now the user has vanished from user list. I changed hostname of my kolab server by changing it in: -kolab.conf -apache.base -ldap database (atributes kolabHomeServer and kolabHost) -system hostname Could this be related? Previously I had hostname kolab.local, which was resolvable only by my DNS server. Now I changed to kolab.com resolvable all over internet. Liutauras From dusty at qwer.tk Wed Jun 10 14:12:58 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Wed, 10 Jun 2009 14:12:58 +0200 Subject: Scalability of Kolab In-Reply-To: <5611e5f10906100310w510f30e3h439779e539df266e@mail.gmail.com> References: <5611e5f10906100310w510f30e3h439779e539df266e@mail.gmail.com> Message-ID: <200906101412.58496.dusty@qwer.tk> Am Mittwoch 10 Juni 2009 12:10:47 schrieb Retheesh Kumar: > Hi, > > Is there any Scalability testing done for Kolab. Does Kolab work on an HA > enviornment? > What is the maximum users per Kolab Server and the Hardware requirement. > > Trying to evaluate Kolab. Is there a POC already done on it? > > I am new here, so let me know if there are any set etiquette that i need to > follow on this mailing list. I don't have experience with Kolab, but the underlying technologies, which are Cyrus IMAPd, Postfix and LDAP are proven to scale fine. For the Webmail (Horde) it should be theoretically possible to cluster it, so it should scale, too, I assume. What I don't know is how well the administration interface will scale for a massive amount of users. 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 Roessler at FuH-E.de Wed Jun 10 14:48:12 2009 From: Roessler at FuH-E.de (=?ISO-8859-1?Q?Christian_R=F6=DFler?=) Date: Wed, 10 Jun 2009 14:48:12 +0200 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: References: <4A2E33B9.90103@FuH-E.de> <4A2E3B16.2090209@FuH-E.de> Message-ID: <4A2FAB8C.5010409@FuH-E.de> Liutauras Adomaitis schrieb: >> Well, if you have only one KolabDeleteflag, my tip does not apply. Then >> there has to be another cause. >>> Should delete occur imediatly or I must wait a bit? >> Sometimes one has to wait a bit... > I'm not sure, but now the user has vanished from user list. I changed > hostname of my kolab server by changing it in: > -kolab.conf > -apache.base > -ldap database (atributes kolabHomeServer and kolabHost) > -system hostname > Could this be related? Well, hopefully the list corrects me if I am wrong, but I would say: As long as your host name is resolvable internally (within your local net) this should not be related. > Previously I had hostname kolab.local, which was resolvable only by my > DNS server. Now I changed to kolab.com resolvable all over internet. As said: This should not be necessary. If you think this is a ldap-slave issue: Have you raised the ldap log level and looked at the log file? Any errors there? Which? Best regards, Christian From bbuehler at bbm-bbmicro.ch Wed Jun 10 18:53:09 2009 From: bbuehler at bbm-bbmicro.ch (B. Buehler) Date: Wed, 10 Jun 2009 18:53:09 +0200 Subject: How to setup virtual hosts In-Reply-To: <200906051711.09287.alex@ap-consulting.co.uk> References: <200906042031.20709.bbuehler@bbm-bbmicro.ch> <200906051711.09287.alex@ap-consulting.co.uk> Message-ID: <200906101853.10888.bbuehler@bbm-bbmicro.ch> Hi Alex Thanks for your help. I tried to setup a virtual host on my kolab server, but it doesn't work extern (only on the console). For my virtual host, I set the document root to /kolab/var/kolab/www/test . On the console of my kolab-server, it works. If I try to do it on another client in the lan, it doesn't work. I can only see this directory: /kolab/var/kolab/www I think DNS works well. Do you use virtual domains with kolab? It would be great if you could help me. What config files would you need to help me? apache.conf apache.local (include my virtual doamin) others Thanks a lot. Bernhard Am Freitag, 5. Juni 2009 18.11:09 schrieb Alex Potter: > On Thursday 04 June 2009 19:31:19 B. Buehler wrote: > > Is there anywhere such a guide, so that I as a Non-Apache-Guru can come > > along with that? > > This is a good HOWTO > > http://pitmanweb.com/blog/index.php?blog=2&title=apache_2_virtual_hosts&mor >e=1&c=1&tb=1&pb=1 > > found at > > http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q= >apache2+virtual+host+howto > > Alex > > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users From liutauras.adomaitis at gmail.com Wed Jun 10 21:26:39 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Wed, 10 Jun 2009 22:26:39 +0300 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <4A2FAB8C.5010409@FuH-E.de> References: <4A2E33B9.90103@FuH-E.de> <4A2E3B16.2090209@FuH-E.de> <4A2FAB8C.5010409@FuH-E.de> Message-ID: On Wed, Jun 10, 2009 at 3:48 PM, Christian R??ler wrote: > Liutauras Adomaitis schrieb: > >>> Well, if you have only one KolabDeleteflag, my tip does not apply. Then >>> there has to be another cause. >>>> Should delete occur imediatly or I must wait a bit? >>> Sometimes one has to wait a bit... >> I'm not sure, but now the user has vanished from user list. I changed >> hostname of my kolab server by changing it in: >> -kolab.conf >> -apache.base >> -ldap database (atributes kolabHomeServer and kolabHost) >> -system hostname >> Could this be related? > > Well, hopefully the list corrects me if I am wrong, but I would say: As > long as your host name is resolvable internally (within your local net) > this should not be related. > >> Previously I had hostname kolab.local, which was resolvable only by my >> DNS server. Now I changed to kolab.com resolvable all over internet. > > As said: This should not be necessary. > > If you think this is a ldap-slave issue: Have you raised the ldap log > level and looked at the log file? Any errors there? Which? This good idea, but it seems that deleting is working, I will skip this issue for now. Thanks a lot for support Liutauras From aspineux at gmail.com Thu Jun 11 08:25:13 2009 From: aspineux at gmail.com (Alain Spineux) Date: Thu, 11 Jun 2009 08:25:13 +0200 Subject: ssl certificate for multiple hostnames In-Reply-To: References: Message-ID: <71fe4e760906102325hc87ba01k4b019393bf5c5de6@mail.gmail.com> On Tue, Jun 9, 2009 at 2:55 PM, Liutauras Adomaitis wrote: > Hi all, > > I want to create ssl certificate for smtp, pop3, imap and http > services on kolab box which will accept multiple hostnames. As in > http://therowes.net/~greg/2008/01/08/creating-a-certificate-with-multiple-hostnames/ > it should be possible, isn't it? > > I'm not very good at understanding all the ssl stuff, but trying to ... > Qustions: > - Is it possible to have certificate which accepts multiple hostnames Yes, you can ! But you cannot "host" multiple certificate on the same IP and port because the certificate is the first thing the server send, before to know to witch site you want to connect ! Most of the cheap certificate you will buy on the internet will not allow you to manage multiple domain ! > (I have DNS server inside my lan and it is hosting kolab.local domain, > but form outside I use kolab.com domain) This is what you mean by multiple hostname ? > - The link I refer to is saying ?that I have to: > ?-- modify openssl.cnf file > ?-- create certificate request .csr > ?-- create selfsigned ca. > Should I use kolab_ca.sh for that purpose? > Which openssl.cnf file should I modify ( I see that scripts are > creating temporary cnf files, so maybe edit scripts instead of > /kolab/etc/openssl/openssl.cnf file) Sorry I don't do this every day, cannot help you so easily > What should I know more? maybe running kolab_ca.sh will make some > undesirable changes. > How to do that to have minimum effect on running services? If you self sign you own certificate, you need to register your CA certificate on all your client applications (like your browser). Why not just trust your current certificate instead ! Just ignore the message about the untrusted CA and accept the certificate. Tell all your users to do the same. > > Thanks for any hints > Liutauras > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > -- Alain Spineux aspineux gmail com May the sources be with you From aspineux at gmail.com Thu Jun 11 08:30:29 2009 From: aspineux at gmail.com (Alain Spineux) Date: Thu, 11 Jun 2009 08:30:29 +0200 Subject: Howto cache outgoing mails? In-Reply-To: <4A2ECC42.6060408@gmail.com> References: <4A2ECC42.6060408@gmail.com> Message-ID: <71fe4e760906102330u7b7c12ev6db1558f0d6f0652@mail.gmail.com> On Tue, Jun 9, 2009 at 10:55 PM, Del wrote: > I am looking for a way to cache outgoing mails on the Kolab server. The > issue is the following: When I send large mails (e.g., through the Horde > web-interface), the message window stays open (with no progress bar) > until the entire message has left the Kolab-server. This is your browser that is uploading your email on the server. > Preferably I would > like the message window to close immediately once I press the "Send" > button, having the Kolab-server caching the message until it is delivered. Your server is already doing that, but as soon as it has received it ! > > Kontact essentially has this functionality built in by using the outbox, > but it would be nice having it on the server too. Kontact is doing that in the background. Try to stop kontact just after you sent a big email, it will tell you it has still an unsent email int its outbox :-) > I would guess it is a > setting in Postfix, but I haven't found it, so very grateful for any help. This is not a postfix problem. The problem is your browser, it's not done to upload in the background. > > Cheers, > Del > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > -- Alain Spineux aspineux gmail com May the sources be with you From delonly at gmail.com Thu Jun 11 08:49:46 2009 From: delonly at gmail.com (Del) Date: Thu, 11 Jun 2009 08:49:46 +0200 Subject: Howto cache outgoing mails? In-Reply-To: <71fe4e760906102330u7b7c12ev6db1558f0d6f0652@mail.gmail.com> References: <4A2ECC42.6060408@gmail.com> <71fe4e760906102330u7b7c12ev6db1558f0d6f0652@mail.gmail.com> Message-ID: <2d303b680906102349l385791a8te7b7b060d22e72ed@mail.gmail.com> On Thu, Jun 11, 2009 at 8:30 AM, Alain Spineux wrote: > On Tue, Jun 9, 2009 at 10:55 PM, Del wrote: > > I am looking for a way to cache outgoing mails on the Kolab server. The > > issue is the following: When I send large mails (e.g., through the Horde > > web-interface), the message window stays open (with no progress bar) > > until the entire message has left the Kolab-server. > > This is your browser that is uploading your email on the server. > > > Preferably I would > > like the message window to close immediately once I press the "Send" > > button, having the Kolab-server caching the message until it is > delivered. > > Your server is already doing that, but as soon as it has received it ! > > > > > Kontact essentially has this functionality built in by using the outbox, > > but it would be nice having it on the server too. > > Kontact is doing that in the background. Try to stop kontact just > after you sent a big email, it will tell you it has still an unsent > email int its outbox :-) > > > I would guess it is a > > setting in Postfix, but I haven't found it, so very grateful for any > help. > > This is not a postfix problem. The problem is your browser, it's not > done to upload in the background. > > > > > Cheers, > > Del > > > > _______________________________________________ > > Kolab-users mailing list > > Kolab-users at kolab.org > > https://kolab.org/mailman/listinfo/kolab-users > > > > > > -- > Alain Spineux > aspineux gmail com > May the sources be with you > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090611/4ea4bc69/attachment.html From schneider at zawm.be Thu Jun 11 12:20:52 2009 From: schneider at zawm.be (Sascha Schneider) Date: Thu, 11 Jun 2009 12:20:52 +0200 Subject: Hardlinking question Message-ID: <4A30DA84.5000703@zawm.be> Hy List, I have a Server with egroupware and dovecot running that has a big /home partition, for I did ~maildir in dovecot. Now I'd like to migrate to kolab but I'm not 100% shure how to to the hardlinking of /kolab and if that'll work. We already have a lot of Samba-folders in /home/shares and I don't want to setup the whole system with new partitions. Files have to be saved and installed in /home/kolab. Is # ln -s /home/kolab /kolab the correct way to do this?? -- 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: 309 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090611/89d717c4/schneider.bin From thomas at intevation.de Thu Jun 11 12:59:01 2009 From: thomas at intevation.de (Thomas Arendsen Hein) Date: Thu, 11 Jun 2009 12:59:01 +0200 Subject: Softlinking question (was: Hardlinking question) In-Reply-To: <4A30DA84.5000703@zawm.be> References: <4A30DA84.5000703@zawm.be> Message-ID: <20090611105901.GA17332.thomas@intevation.de> * Sascha Schneider [20090611 12:14]: > Files have to be saved and installed in /home/kolab. > Is # ln -s /home/kolab /kolab the correct way to do this?? Yes, that will work (tested more than once). Regards, 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 schneider at zawm.be Thu Jun 11 13:15:15 2009 From: schneider at zawm.be (Sascha Schneider) Date: Thu, 11 Jun 2009 13:15:15 +0200 Subject: Softlinking question In-Reply-To: <20090611105901.GA17332.thomas@intevation.de> References: <4A30DA84.5000703@zawm.be> <20090611105901.GA17332.thomas@intevation.de> Message-ID: <4A30E743.6080803@zawm.be> Thanks a lot for the quick answer. Greetings from belgium 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 Thomas Arendsen Hein schrieb: > * Sascha Schneider [20090611 12:14]: >> Files have to be saved and installed in /home/kolab. >> Is # ln -s /home/kolab /kolab the correct way to do this?? > > Yes, that will work (tested more than once). > > Regards, > Thomas > -------------- next part -------------- A non-text attachment was scrubbed... Name: schneider.vcf Type: text/x-vcard Size: 309 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090611/4dcb85db/schneider.bin From liutauras.adomaitis at gmail.com Thu Jun 11 13:28:44 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Thu, 11 Jun 2009 14:28:44 +0300 Subject: ssl certificate for multiple hostnames In-Reply-To: <71fe4e760906102325hc87ba01k4b019393bf5c5de6@mail.gmail.com> References: <71fe4e760906102325hc87ba01k4b019393bf5c5de6@mail.gmail.com> Message-ID: On Thu, Jun 11, 2009 at 9:25 AM, Alain Spineux wrote: > On Tue, Jun 9, 2009 at 2:55 PM, Liutauras > Adomaitis wrote: >> Hi all, >> >> I want to create ssl certificate for smtp, pop3, imap and http >> services on kolab box which will accept multiple hostnames. As in >> http://therowes.net/~greg/2008/01/08/creating-a-certificate-with-multiple-hostnames/ >> it should be possible, isn't it? >> >> I'm not very good at understanding all the ssl stuff, but trying to ... >> Qustions: >> - Is it possible to have certificate which accepts multiple hostnames > > Yes, you can ! But you cannot "host" multiple certificate on the same > IP and port because the certificate is the first thing the server > send, before to know to witch site you want to connect ! > Most of the cheap certificate you will buy on the internet will not > allow you to manage multiple domain ! > >> (I have DNS server inside my lan and it is hosting kolab.local domain, >> but form outside I use kolab.com domain) > > This is what you mean by multiple hostname ? Yes >> - The link I refer to is saying ?that I have to: >> ?-- modify openssl.cnf file >> ?-- create certificate request .csr >> ?-- create selfsigned ca. >> Should I use kolab_ca.sh for that purpose? >> Which openssl.cnf file should I modify ( I see that scripts are >> creating temporary cnf files, so maybe edit scripts instead of >> /kolab/etc/openssl/openssl.cnf file) > > Sorry I don't do this every day, cannot help you so easily Ok, I was impatient and tried myself. Investigating kolab-bootstrap script I made shell script for that purpose: --- #!/kolab/lib/openpkg/bash /kolab/etc/kolab/kolab_ca.sh -newca MYHOSTNAME /kolab/etc/kolab/kolab_ca.sh -newkey MYHOSTNAME /kolab/etc/kolab/key.pem /kolab/etc/kolab/kolab_ca.sh -newreq MYHOSTNAME /kolab/etc/kolab/key.pem /kolab/etc/kolab/newreq.pem /kolab/etc/kolab/kolab_ca.sh -sign /kolab/etc/kolab/newreq.pem /kolab/etc/kolab/cert.pem chgrp kolab-r /kolab/etc/kolab/key.pem /kolab/etc/kolab/cert.pem chmod 0640 /kolab/etc/kolab/key.pem /kolab/etc/kolab/cert.pem cp /kolab/etc/kolab/ca/cacert.pem /kolab/etc/kolab/kolabserver-ca.crt chmod 0644 /kolab/etc/kolab/kolabserver-ca.crt --- Then if I delete /kolab/etc/kolab/ca directory I can use this script to generate new certificate. To create multihost certificate you have to edit /kolab/etc/kolab/kolab-ca.sh script to make changes to kolabssl.cnf file which is created by script on the fly. I could create multihost script and it showed that there are alternative DNS names included in certificate, but outlook was not working - "certificate is not valid for the requested usage". I reverted back my changes and created certificate with other FQDN (no altternative DNS names) and it was ok, Outlook is working with no complains after importing certificate to windows. >> What should I know more? maybe running kolab_ca.sh will make some >> undesirable changes. >> How to do that to have minimum effect on running services? > > If you self sign you own certificate, you need to register your CA > certificate on all your client applications (like your browser). > Why not just trust your current certificate instead ! Just ignore the > message about the untrusted CA and accept the certificate. > Tell all your users to do the same. I'm not sure if I understood your last sentences, but there is no problem to accept certificate with browser, because it is permanent, but it is a problem with outlook, which is complaining about untrusted certificate everytime you start it. The only solution I found is to import /kolab/etc/kolab/kolabserver-ca.crt certificate manually/ Liutauras From aspineux at gmail.com Thu Jun 11 14:39:51 2009 From: aspineux at gmail.com (Alain Spineux) Date: Thu, 11 Jun 2009 14:39:51 +0200 Subject: Hardlinking question In-Reply-To: <4A30DA84.5000703@zawm.be> References: <4A30DA84.5000703@zawm.be> Message-ID: <71fe4e760906110539w6b73719g96b011c33b1cb5e7@mail.gmail.com> 2009/6/11 Sascha Schneider : > Hy List, > > I have a Server with egroupware and dovecot running that has a big /home > partition, for I did ~maildir in dovecot. > Now I'd like to migrate to kolab but I'm not 100% shure how to to the > hardlinking of /kolab and if that'll work. We already have a lot of > Samba-folders in /home/shares and I don't want to setup the whole system > with new partitions. > > Files have to be saved and installed in /home/kolab. > Is # ln -s /home/kolab /kolab ?the correct way to do this?? Yes, it is. But this symbolic link, not hardlinking. You cannot hardlink directory. But symbolic link is fine 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 > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > > -- Alain Spineux aspineux gmail com May the sources be with you From liutauras.adomaitis at gmail.com Thu Jun 11 15:17:43 2009 From: liutauras.adomaitis at gmail.com (Liutauras Adomaitis) Date: Thu, 11 Jun 2009 16:17:43 +0300 Subject: kolab daily administration question Message-ID: Hi kolab users, I have several questions as daily administration tasks: - Is there a way to configure forwards and autoreplies from administrators (maintainers) interfaces? If user has out of the office and forgot to setup vacation message. To setup it I have to know his user name. - Is there a way to have autoreply and forward at the same time? If user has left the company and we need to make autoreply and forward all messages to new employee. - Is there a way to customise web admin interface: -- it is uncommon for us (lithuanians) to use "surname, name" format. We use "name surname". - Is there a way to add more fields to user (mobilePhone, Thanks Liutauras From albrecht.dress at lios-tech.com Fri Jun 12 11:26:05 2009 From: albrecht.dress at lios-tech.com (Albrecht =?iso-8859-1?b?RHJl3w==?=) Date: Fri, 12 Jun 2009 11:26:05 +0200 Subject: kolab daily administration question In-Reply-To: (from liutauras.adomaitis@gmail.com on Thu Jun 11 15:17:43 2009) Message-ID: <1244798765.3537.0@antares> Am 11.06.09 15:17 schrieb(en) Liutauras Adomaitis: > - Is there a way to configure forwards and autoreplies from > administrators (maintainers) interfaces? > If user has out of the office and forgot to setup vacation message. > To setup it I have to know his user name. You can run "sieveshell" from a terminal on the Kolab server: /kolab/bin/sieveshell --user=username --authname=adminname localhost This lets you log an as the 'adminname' to manage the scripts of 'username'. Write a sieve script, and upload it with the 'put' command. If your users manage their sieve configs with horde (same with kontact?), I recommend to first load 'kmail-vacation.siv', modify it appropriately, and then save it back. When the user returns (s)he just has to save the filter settings in horde as to activate the previous settings. > - Is there a way to have autoreply and forward at the same time? > If user has left the company and we need to make autoreply and > forward all messages to new employee. Sure. For an example, in Horde activate both options and look at the script. Or dig through the sieve docs... > - Is there a way to add more fields to user (mobilePhone, In my installation, I run LDAP account manager (LAM, ) on an other machine, basically because I want to manage the Samba and DHCP stuff I serve through Kolab's LDAP server, but it also gives you access to more LDAP fields. Any other LDAP tool will do the same, e.g. Eclipse has a really nice LDAP plug-in. Hope this helps, Albrecht. From schneider at zawm.be Fri Jun 12 12:00:31 2009 From: schneider at zawm.be (Sascha Schneider) Date: Fri, 12 Jun 2009 12:00:31 +0200 Subject: bootstrap Frage Domain und getmail Message-ID: <4A32273F.7020202@zawm.be> Hi Liste, habe soeben meinen ersten Kolab installiert (Debian 5). nun eine Frage zu den Mailsettungs: Wir haben bei unserem ISP POP3 Boxen. Diese werden bis dato via getmail in Dovecot-maildirs gezogen. Zum versenden wird der SMTP des ISP benutzt, da man so auch interne Mails von zu Hause ?ber den webmailer des ISP abrufen kann. ISP bietet keinen smarthost sondern jeder User hat seinen eigenen Login/Passwd. Wie ist hierzu die "best practice" wenn ich nicht m?chte, das der interne Kolabserver von extern erreichbar wird. Frage 2: getmail Integration f?r Cyrus als reiner IMAP?? WIE?? -- 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: 309 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090612/2805a3a8/schneider.bin From schneider at zawm.be Fri Jun 12 12:06:22 2009 From: schneider at zawm.be (Sascha Schneider) Date: Fri, 12 Jun 2009 12:06:22 +0200 Subject: Language in Kolab 2.2 Message-ID: <4A32289E.8090403@zawm.be> Hi List, I have installed kolab 2.2 on a Debian 5 from rpm. Installation went well, bootstrap went fine, but now I am not able to change the language of the webadmin interface. No matter if I choose "Deutsch" or "French" it stays Englich. Debian is installed as german and all locales are set to german?? -- 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: 309 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090612/44f3bd87/schneider.bin From Andreas.Gungl at osp-dd.de Fri Jun 12 12:02:39 2009 From: Andreas.Gungl at osp-dd.de (Andreas Gungl) Date: Fri, 12 Jun 2009 12:02:39 +0200 Subject: Kolab + WebDAV Message-ID: <200906121202.39889@osp-dd.de> Hello, we plan to introduce a new Kolab installation. First tests with the latest Kolab were quite successful. There is only one problem left: some of our users demand CalDAV support for calendars. I've read somewhere that Horde can support CalDAV. Is anybody using such a configuration? Any pointers to more details? Thanks in advance, Andreas From schneider at zawm.be Fri Jun 12 12:35:48 2009 From: schneider at zawm.be (Sascha Schneider) Date: Fri, 12 Jun 2009 12:35:48 +0200 Subject: Question for Kolab domain and getmail Message-ID: <4A322F84.7030103@zawm.be> Hi List, I've installed the kolab on Debian 5 and everything went well, now I have some question for the "best practice" on Mail/IMAP settings. We have out Mailboxes at our ISP (no smarthost). Till now I did getmail to Dovecot ~/.Maildirs and sending via the SMTP of the ISP. How do I integrate getmail into kolab and what would be the best way if I want all mails to be send via SMTP if the internal Domain "administration.local" differs from our maildomain "zawm.be". -- 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: 309 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090612/248d7114/schneider.bin From albrecht.dress at lios-tech.com Fri Jun 12 12:49:59 2009 From: albrecht.dress at lios-tech.com (Albrecht =?iso-8859-1?b?RHJl3w==?=) Date: Fri, 12 Jun 2009 12:49:59 +0200 Subject: Language in Kolab 2.2 In-Reply-To: <4A32289E.8090403@zawm.be> (from schneider@zawm.be on Fri Jun 12 12:06:22 2009) References: <4A32289E.8090403@zawm.be> Message-ID: <1244803799.3537.1@antares> Am 12.06.09 12:06 schrieb(en) Sascha Schneider: > Installation went well, bootstrap went fine, but now I am not able to > change the language of the webadmin interface. No matter if I choose > "Deutsch" or "French" it stays Englich. Debian is installed as german > and all locales are set to german?? Look into the readme (IIRC) - you have to install the iso8859 localisation, like apt-get install language-pack-de for n in de_AT de_BE de_CH de_DE de_LU ; do locale-gen $n; done HTH, Albrecht. From schneider at zawm.be Fri Jun 12 13:19:46 2009 From: schneider at zawm.be (Sascha Schneider) Date: Fri, 12 Jun 2009 13:19:46 +0200 Subject: Language in Kolab 2.2 In-Reply-To: <1244803799.3537.1@antares> References: <4A32289E.8090403@zawm.be> <1244803799.3537.1@antares> Message-ID: <4A3239D2.9050404@zawm.be> Thanks, you where right, I had iso8859-1 not installed, only utf-8. Works fine now 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 Albrecht Dre? schrieb: > Am 12.06.09 12:06 schrieb(en) Sascha Schneider: >> Installation went well, bootstrap went fine, but now I am not able to >> change the language of the webadmin interface. No matter if I choose >> "Deutsch" or "French" it stays Englich. Debian is installed as german >> and all locales are set to german?? > > Look into the readme (IIRC) - you have to install the iso8859 > localisation, like > > apt-get install language-pack-de > for n in de_AT de_BE de_CH de_DE de_LU ; do locale-gen $n; done > > HTH, > Albrecht. > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users -------------- next part -------------- A non-text attachment was scrubbed... Name: schneider.vcf Type: text/x-vcard Size: 309 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090612/79fc0fce/schneider.bin From Webmaster at computational-chemistry.org Fri Jun 12 13:18:46 2009 From: Webmaster at computational-chemistry.org (Alexander =?iso-8859-1?q?Schr=F6ter?=) Date: Fri, 12 Jun 2009 13:18:46 +0200 Subject: How can I fetch my Mail from my ISPs Server? Message-ID: <200906121318.46887.Webmaster@computational-chemistry.org> Hi everybody because I am unsure how to solve my problem I decided to ask you for some advice. I have my own Kolab Server running and it's basicly just running for me and some friends on a Server. Because I don't have a Mail backup I decided to leave the Mails at my Provider, which I think is a great solution because of Backup and 100% Uptime etc. But since I started to use Kolab on more and more devices, I want my Mails (actually copies of them) to be in my Mailbox on the Kolab Server. So finally we get to the question. How can I fetch my Mail from my ISPs Server? That beeing the basic question now a little more Detail. Since I have many folders in my Mailbox I don't want to change/add a new folder everytime I change something on my ISPs Mailbox. I also want my Mails to be fetched in a regular basis even when I am not logged into Horde. (Why the Horde fetchmail I guess is not working for me.) My idea is to have a Fetchmail Service running on the server that puts the Mails in my Mailaccount? Do you think that's possible, a good idea or do you have a even better one? Thanks in Advanced. Alexander Schr?ter From kolab at izsr.de Fri Jun 12 22:16:49 2009 From: kolab at izsr.de (Tim Golz) Date: Fri, 12 Jun 2009 22:16:49 +0200 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <200906121318.46887.Webmaster@computational-chemistry.org> References: <200906121318.46887.Webmaster@computational-chemistry.org> Message-ID: <03B90534-CDF9-4731-8966-FC1462FAC76F@izsr.de> Hi, Alexander, > My idea is to have a Fetchmail Service running on the server that > puts the > Mails in my Mailaccount? Do you think that's possible, a good idea > or do > you have a even better one? I dont know if it is a good idea, but thats the way we are using Kolab and Fetchmail for hosting the "real" FQDN-stuff at the ISP. Its working pretty well with a bit of manual configuration within the Kolabserver. I can send you a brief description of my installation (though in german!) if you like. greetings Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090612/472df6b5/attachment.html From schneider at zawm.be Fri Jun 12 23:24:12 2009 From: schneider at zawm.be (Sascha Schneider) Date: Fri, 12 Jun 2009 23:24:12 +0200 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <03B90534-CDF9-4731-8966-FC1462FAC76F@izsr.de> References: <200906121318.46887.Webmaster@computational-chemistry.org> <03B90534-CDF9-4731-8966-FC1462FAC76F@izsr.de> Message-ID: <200906122324.12154.schneider@zawm.be> Could you maybe post your brief description via the mailinglist?? I'm interessed to, although I would like to do it with a non-opebpkg getmail installation. Deutsch ist kein Problem!. Thx, Sascha Am Friday 12 June 2009 22:16:49 schrieb Tim Golz: > Hi, Alexander, > > > My idea is to have a Fetchmail Service running on the server that > > puts the > > Mails in my Mailaccount? Do you think that's possible, a good idea > > or do > > you have a even better one? > > I dont know if it is a good idea, but thats the way we are using Kolab > and Fetchmail for hosting the "real" FQDN-stuff at the ISP. Its > working pretty well with a bit of manual configuration within the > Kolabserver. > > I can send you a brief description of my installation (though in > german!) if you like. > > > greetings > > > Tim From kolab at izsr.de Fri Jun 12 23:36:51 2009 From: kolab at izsr.de (Tim Golz) Date: Fri, 12 Jun 2009 23:36:51 +0200 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <200906122324.12154.schneider@zawm.be> References: <200906121318.46887.Webmaster@computational-chemistry.org> <03B90534-CDF9-4731-8966-FC1462FAC76F@izsr.de> <200906122324.12154.schneider@zawm.be> Message-ID: <3A9B6617-EEE0-475E-8425-BDEA0F30BE38@izsr.de> Hi, folx, > Could you maybe post your brief description via the mailinglist?? > I'm interessed to OK, if the others dont bother ... here we go! greetings Tim Fetchmail mit Kolab 2.2 Mails sind bei einem externen Provider (ISP) gehostet und sollen natürlich von dort abgeholt werden. Kolabversion: 2.2.0 Vorgehen angepasst nach http://wiki.kolab.org/index.php/Fetchmail_with_Kolab2 • Nach /kolab/RPM/PKG/ wechseln und das OpenPKG-Fetchmail-RPM holen: ftp://john.doe at foo.bar@ftp.openpkg.org/current/SRC/BASE/fetchmail-6.3.9-20081117.src.rpm Achtung! Der Download funktioniert nur nach Registrierung bei OpenPKG und durch Einloggen per ftp ftp.openpkg.org john.doe at foo.bar pass und dann per dir current/SRC/BASE/ get fetchmail-6.3.9-20081117.src.rpm • Von diesem fetchmail-RPM ein Binary erstellen: /kolab/bin/openpkg rpm --rebuild fetchmail-6.3.9-20081117.src.rpm Anschliessend haben wir unter /kolab/RPM/PKG/: vkolab:/kolab/RPM/PKG# ll fetchmail-6.3.9-20081117.* -rw-r--r-- 1 kolab kolab 534962 2009-02-04 22:10 fetchmail-6.3.9-20081117.ix86-debian4.0-kolab.rpm -rw-r--r-- 1 root root 1553634 2009-02-04 22:05 fetchmail-6.3.9-20081117.src.rpm - Dieses Binary trägt eine distributionsspezifische Bezeichnung (hier: x-debian4.0-x). Installieren per /kolab/bin/openpkg rpm -ihv fetchmail-6.3.9-20081117.ix86-debian4.0- kolab.rpm Preparing... ########################################### [100%] 1:fetchmail ########################################### [100%] Nun die Datei /kolab/etc/kolab/templates/rc.conf.template um diese Zeile ergänzen ... : fetchmail_daemon="yes" ... und /kolab/sbin/kolabconf ausführen. Dann bearbeiten von /kolab/etc/fetchmail/fetchmail.master durch ändern der Zeile wie folgt: set postmaster "root" In der Datei pico /kolab/etc/fetchmail/fetchmail.users die Zeile kolab anfügen. • Alle Benutzerspezifischen Einstellungen werden in /kolab/.fetchmailrc eingetragen: poll www.foo.bar with proto pop3 user "web555" with password "strange" is lars here options fetchall Alles auf einer Zeile! • Fetchmail starten per /kolab/bin/openpkg rc fetchmail start • Logging des Fetchmail: vkolab:/kolab# tail -f /kolab/var/fetchmail/fetchmail.log Die gesamte fetchmailrc: vkolab:/kolab/etc/fetchmail# egrep -v '#|^ *$' fetchmailrc set daemon 160 set postmaster "root" set no bouncemail set no spambounce set logfile /kolab/var/fetchmail/fetchmail.log set idfile /kolab/var/fetchmail/fetchmail.uid set no syslog poll webmail.some.domain with proto pop3 user "heind" there with password "secret" is heind here options fetchall poll www.foo.bar with proto pop3 user "web555" with password "strange" is lars here options fetchall # und so weiter fuer weitere Accounts ..... Stand: Februar - April 2009 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090612/24dbd1f0/attachment.html From aspineux at gmail.com Mon Jun 15 03:46:36 2009 From: aspineux at gmail.com (Alain Spineux) Date: Mon, 15 Jun 2009 03:46:36 +0200 Subject: Howto cache outgoing mails? In-Reply-To: <4A356ED1.70400@gmail.com> References: <4A2ECC42.6060408@gmail.com> <71fe4e760906102330u7b7c12ev6db1558f0d6f0652@mail.gmail.com> <4A356ED1.70400@gmail.com> Message-ID: <71fe4e760906141846v371d892ch82a22e5189cd8559@mail.gmail.com> On Sun, Jun 14, 2009 at 11:42 PM, Del wrote: > Alain Spineux wrote: >>> >>> I am looking for a way to cache outgoing mails on the Kolab server. The >>> issue is the following: When I send large mails (e.g., through the Horde >>> web-interface), the message window stays open (with no progress bar) >>> until the entire message has left the Kolab-server. >>> >> >> This is your browser that is uploading your email on the server. >> > > Thanks again for your help Alain, and sorry for the double posting. I > checked again, this time with Thunderbird and IMAP, using a 10MB > attachement. Communication with the Kolab server was 100Mb LAN, but is still > took the about ten seconds for Thunderbird to transfer the mail to the > server, coinciding with time needed for the less juicy 10Mb WAN. So I do > believe the Kolab server does no caching of attachements, otherwise the > progress bar in Thunderbird should finish in about a second. You must learn about SMTP protocol. Their is no attachment caching. Thunderbird send email using SMTP protocol. The attachment is included in the message ! Thunderbird when sending and postfix (the SMTP of kolab) when receiving ignore the message they are sending contains an attachment. They don't need to know. This is just a message. SMTP don't handle anything else. Maybe this is only 10Mb/s because your network or your PC or your server cannot do better. Or maybe simply because SMTP is not as fast as FTP. When you use Horde, your attachment need to be loaded on your Horde server then Horde create a message including your attachment and your text and send it using SMTP protocol to the postfix server. do a "tail -f /kolab/var/postfix/log/postfix.log" when sending an email to understand what is happening and when > > Again very grateful for any directions on the issue. > > Cheers, > Del > -- Alain Spineux aspineux gmail com May the sources be with you From delonly at gmail.com Sun Jun 14 23:42:41 2009 From: delonly at gmail.com (Del) Date: Sun, 14 Jun 2009 23:42:41 +0200 Subject: Howto cache outgoing mails? In-Reply-To: <71fe4e760906102330u7b7c12ev6db1558f0d6f0652@mail.gmail.com> References: <4A2ECC42.6060408@gmail.com> <71fe4e760906102330u7b7c12ev6db1558f0d6f0652@mail.gmail.com> Message-ID: <4A356ED1.70400@gmail.com> Alain Spineux wrote: >> I am looking for a way to cache outgoing mails on the Kolab server. The >> issue is the following: When I send large mails (e.g., through the Horde >> web-interface), the message window stays open (with no progress bar) >> until the entire message has left the Kolab-server. >> > > This is your browser that is uploading your email on the server. > Thanks again for your help Alain, and sorry for the double posting. I checked again, this time with Thunderbird and IMAP, using a 10MB attachement. Communication with the Kolab server was 100Mb LAN, but is still took the about ten seconds for Thunderbird to transfer the mail to the server, coinciding with time needed for the less juicy 10Mb WAN. So I do believe the Kolab server does no caching of attachements, otherwise the progress bar in Thunderbird should finish in about a second. Again very grateful for any directions on the issue. Cheers, Del From michael at pasdziernik.net Mon Jun 15 15:16:39 2009 From: michael at pasdziernik.net (Michael Pasdziernik) Date: Mon, 15 Jun 2009 15:16:39 +0200 Subject: Low Memory Configuration Message-ID: <200906151516.39771.michael@pasdziernik.net> Hi, my target is to run kolab on a low memory virtual server for just a few users. What I did so far is reducing apache processes in apache.conf.template: StartServers 1 MinSpareServers 1 MaxSpareServers 1 MaxClients 20 KeepAliveTimeout 5 To reduce amavisd processes I edited amavis.conf.template: $max_servers = 1; and postfix master.conf.template: smtp-amavis unix - - n - 1 smtp Any ideas what else could be done to reduce memory? So far, this settings save about 70MB. Regards Michael From schneider at zawm.be Tue Jun 16 19:20:08 2009 From: schneider at zawm.be (Sascha Schneider) Date: Tue, 16 Jun 2009 19:20:08 +0200 Subject: Getmail Question In-Reply-To: <200906151516.39771.michael@pasdziernik.net> References: <200906151516.39771.michael@pasdziernik.net> Message-ID: <200906161920.08720.schneider@zawm.be> Hi List, I installed getmail to get the mails from our ISP. Getmail can delegate mails to the kolab-postfix wich should delegate the mails to the users mailbox. On my Debian 5 with kolab 2.2 I did an: [destination] type = MDA_external path = /usr/sbin/sendmail arguments = ("myusernam at domain.local",) Mails are retrieved by getmail but do not appear within the IMAP Folder. Has anybody experiences with this (ecxept "use fetchmail")?? Greetings from belgium From schneider at zawm.be Tue Jun 16 19:23:31 2009 From: schneider at zawm.be (Sascha Schneider) Date: Tue, 16 Jun 2009 19:23:31 +0200 Subject: Horde Webmail In-Reply-To: <200906151516.39771.michael@pasdziernik.net> References: <200906151516.39771.michael@pasdziernik.net> Message-ID: <200906161923.31792.schneider@zawm.be> Hi List, I made my first install of kolab 2.2 from rpm to a fresh Debian 5. I set up a user whom can login at https://kolabip/admin I now want to se the horde webmailinterface but can not login with the credentials of the user. If I type the login/passwd horde stays at the first page with no errors or warning. If I type a wrong pwd I get an "User or Password wrong". Any Ideas?? Greetings from Belgium, Sascha From alar.sing at err.ee Tue Jun 16 19:27:14 2009 From: alar.sing at err.ee (Alar Sing) Date: Tue, 16 Jun 2009 20:27:14 +0300 Subject: Horde Webmail In-Reply-To: <200906161923.31792.schneider@zawm.be> References: <200906151516.39771.michael@pasdziernik.net> <200906161923.31792.schneider@zawm.be> Message-ID: <4A37D5F2.9050704@err.ee> In kolab bootstrap you had to insert kolab host name to login horde you have to use this hostname. Sascha Schneider wrote: > Hi List, > > I made my first install of kolab 2.2 from rpm to a fresh Debian 5. > I set up a user whom can login at https://kolabip/admin > I now want to se the horde webmailinterface but can not login with the > credentials of the user. > If I type the login/passwd horde stays at the first page with no errors or > warning. > If I type a wrong pwd I get an "User or Password wrong". > > Any Ideas?? > > Greetings from Belgium, Sascha > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users From shrenik.bhura at intelliant.net Tue Jun 16 20:08:58 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Tue, 16 Jun 2009 23:38:58 +0530 Subject: Getmail Question In-Reply-To: <200906161920.08720.schneider@zawm.be> References: <200906151516.39771.michael@pasdziernik.net> <200906161920.08720.schneider@zawm.be> Message-ID: <4A37DFBA.8090207@intelliant.net> Sascha Schneider wrote: > Hi List, > > I installed getmail to get the mails from our ISP. > Getmail can delegate mails to the kolab-postfix wich should delegate the mails > to the users mailbox. > On my Debian 5 with kolab 2.2 > > I did an: > > [destination] > type = MDA_external > path = /usr/sbin/sendmail > arguments = ("myusernam at domain.local",) > > Mails are retrieved by getmail but do not appear within the IMAP Folder. > > Has anybody experiences with this (ecxept "use fetchmail")?? > > Greetings from belgium Hi Sascha, Since you ask for getmail with kolab I would answer this here but the right ML would have been getmail at lists.pyropus.ca . This is what works for me: [normal_delivery] type=MDA_external path=/usr/sbin/sendmail arguments=("-f %(sender)","%(recipient)") [options] verbose = 2 delete = true message_log = /var/log/getmail/getmail.log It is advisable that you keep delete=false till you see the mails in your IMAP folders to avoid loosing them. SB From johnm at advocap.org Tue Jun 16 23:56:08 2009 From: johnm at advocap.org (John McMonagle) Date: Tue, 16 Jun 2009 16:56:08 -0500 Subject: 2.2.1/Horde: unable to save filter settings mor than once? In-Reply-To: <20090513165453.631610j6yuv2kgn4@www.inovox.de> References: <1239216672.5379.1@antares> <200904151121.17805.funke@hiskp.uni-bonn.de> <20090417054814.87502ersg5cubr40@webmail.pardus.de> <20090513165453.631610j6yuv2kgn4@www.inovox.de> Message-ID: <4A3814F8.4010903@advocap.org> Carsten Burghardt wrote: > Zitat von Gunnar Wrobel : > > >> Quoting Christian Funke : >> >> >>> Hi Albert, hello List, >>> >>> the same happened to me just now. Saving filters was working fine >>> and now it suddenly stopped. I investigated it a little and can >>> track it down >>> to the fact that the weblcient does not store the new filters in the >>> users.prefs file. The filter rules on the server are actually correctly >>> updated. Did you resolve your problem? If yes how? >>> >>> Gunnar if you are reading this, do you have any clues? >>> >> I'm definitely reading this and will look into it :) >> >> Just a little bit busy at the moment so my response rates are >> somewhat slowed down. Hope to improve that soon again. >> > > I experience the same problem, I created all my filter rules with > Ingo, saved, the sieve script was generated fine. But the settings do > not seem to be saved to the config so the configuration shown in Ingo > does not list any of my custom filters anymore after logging out. > > > Carsten > > I also noticed problems with filters in horde. Not sure what I may have done to cause it. Like the others the rules are in sieve but do not show up in horde. I did some experiments and the only way I was able to get it back to normal was to remove my horde .prefs file and deleting the sieve scripts. Now it seems to be behaving but I'll test some more. Really do not want to redo my 17 mail filter rules again :( One thing that I did notice is that the sieve features in kontact and horde both work but they do not seem to coexist well. Either they should be able to work with the changes from either, or one should be disabled. John -------------- next part -------------- A non-text attachment was scrubbed... Name: johnm.vcf Type: text/x-vcard Size: 250 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090616/cfa63f61/johnm.bin From shrenik.bhura at intelliant.net Thu Jun 18 06:25:46 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Thu, 18 Jun 2009 09:55:46 +0530 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <200906121318.46887.Webmaster@computational-chemistry.org> References: <200906121318.46887.Webmaster@computational-chemistry.org> Message-ID: <4A39C1CA.30001@intelliant.net> Alexander Schr?ter wrote: > Hi everybody > > because I am unsure how to solve my problem I decided to ask you for some > advice. I have my own Kolab Server running and it's basicly just running > for me and some friends on a Server. Because I don't have a Mail backup I > decided to leave the Mails at my Provider, which I think is a great > solution because of Backup and 100% Uptime etc. > > But since I started to use Kolab on more and more devices, I want my Mails > (actually copies of them) to be in my Mailbox on the Kolab Server. So > finally we get to the question. > > How can I fetch my Mail from my ISPs Server? That beeing the basic > question now a little more Detail. Since I have many folders in my Mailbox > I don't want to change/add a new folder everytime I change something on my > ISPs Mailbox. I also want my Mails to be fetched in a regular basis even > when I am not logged into Horde. (Why the Horde fetchmail I guess is not > working for me.) > > My idea is to have a Fetchmail Service running on the server that puts the > Mails in my Mailaccount? Do you think that's possible, a good idea or do > you have a even better one? > > Thanks in Advanced. > Alexander Schr?ter > Try using getmail from http://pyropus.ca/software/getmail/ I have used both fetchmail and getmail and find it to be better on several counts. That's my personal assessment and opinion though. SB From schneider at zawm.be Thu Jun 18 09:20:39 2009 From: schneider at zawm.be (Sascha Schneider) Date: Thu, 18 Jun 2009 09:20:39 +0200 Subject: Getmail Question In-Reply-To: <4A37DFBA.8090207@intelliant.net> References: <200906151516.39771.michael@pasdziernik.net> <200906161920.08720.schneider@zawm.be> <4A37DFBA.8090207@intelliant.net> Message-ID: <200906180920.39743.schneider@zawm.be> Am Tuesday 16 June 2009 20:08:58 schrieb Shrenik Bhura: > Sascha Schneider wrote: > > Hi List, > > > > I installed getmail to get the mails from our ISP. > > Getmail can delegate mails to the kolab-postfix wich should delegate the > > mails to the users mailbox. > > On my Debian 5 with kolab 2.2 > > > > I did an: > > > > [destination] > > type = MDA_external > > path = /usr/sbin/sendmail > > arguments = ("myusernam at domain.local",) > > > > Mails are retrieved by getmail but do not appear within the IMAP Folder. > > > > Has anybody experiences with this (ecxept "use fetchmail")?? > > > > Greetings from belgium > Hi Shrenik, > Hi Sascha, > > Since you ask for getmail with kolab I would answer this here but the > right ML would have been getmail at lists.pyropus.ca . > > This is what works for me: > > [normal_delivery] This section should be [destination] cause getmail4 doesn't now any section called [normal_delivery] > type=MDA_external > path=/usr/sbin/sendmail here I use the sendmail from kolab e.g. path=/kolab/sbin/sendmail > arguments=("-f %(sender)","%(recipient)") tried these arguments and all mails go to postfix, but postfix refuses to process the mails. May be because I set the primary the primary Domain in Kolab to the local Domain "administration.local" and the Maildomain of our ISP as secondary "zawm.be" Will check that when I'm back and post the kolab-postfix logs > > [options] > verbose = 2 > delete = true > message_log = /var/log/getmail/getmail.log > > It is advisable that you keep delete=false till you see the mails in > your IMAP folders to avoid loosing them. > > SB > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users Greetings from belgium, Sascha From schneider at zawm.be Thu Jun 18 09:23:53 2009 From: schneider at zawm.be (Sascha Schneider) Date: Thu, 18 Jun 2009 09:23:53 +0200 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <4A39C1CA.30001@intelliant.net> References: <200906121318.46887.Webmaster@computational-chemistry.org> <4A39C1CA.30001@intelliant.net> Message-ID: <200906180923.53607.schneider@zawm.be> Am Thursday 18 June 2009 06:25:46 schrieb Shrenik Bhura: > Alexander Schr?ter wrote: > > Hi everybody > > > > because I am unsure how to solve my problem I decided to ask you for some > > advice. I have my own Kolab Server running and it's basicly just running > > for me and some friends on a Server. Because I don't have a Mail backup I > > decided to leave the Mails at my Provider, which I think is a great > > solution because of Backup and 100% Uptime etc. > > > > But since I started to use Kolab on more and more devices, I want my > > Mails (actually copies of them) to be in my Mailbox on the Kolab Server. > > So finally we get to the question. > > > > How can I fetch my Mail from my ISPs Server? That beeing the basic > > question now a little more Detail. Since I have many folders in my > > Mailbox I don't want to change/add a new folder everytime I change > > something on my ISPs Mailbox. I also want my Mails to be fetched in a > > regular basis even when I am not logged into Horde. (Why the Horde > > fetchmail I guess is not working for me.) > > > > My idea is to have a Fetchmail Service running on the server that puts > > the Mails in my Mailaccount? Do you think that's possible, a good idea or > > do you have a even better one? > > > > Thanks in Advanced. > > Alexander Schr?ter > > Try using getmail from http://pyropus.ca/software/getmail/ > > I have used both fetchmail and getmail and find it to be better on > several counts. That's my personal assessment and opinion though. > > > SB > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users I use getmail now for a couple of years and I'm very happy with it. Problem with openpkg is that in their repositories they yust provide fetchmail. And although I believe a couple of people out there use getmail with kolab, the wiki only provides fetchmail howto's. I hope we can get a working getmail howto on the kolab wiki soon. Greetings from belgium, Sascha From webmaster at computational-chemistry.org Thu Jun 18 16:54:36 2009 From: webmaster at computational-chemistry.org (Alexander =?utf-8?q?Schr=C3=B6ter?=) Date: Thu, 18 Jun 2009 16:54:36 +0200 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <3A9B6617-EEE0-475E-8425-BDEA0F30BE38@izsr.de> References: <200906121318.46887.Webmaster@computational-chemistry.org> <200906122324.12154.schneider@zawm.be> <3A9B6617-EEE0-475E-8425-BDEA0F30BE38@izsr.de> Message-ID: <200906181654.36846.webmaster@computational-chemistry.org> Hi I have been trying to download Fetchmail but it seems I am simply too stupid. This brings me to 2 solutions ... #1 would someone please send me the file or explain how I can get it. #2 Can someone explain how I can use debians fetchmail and pass the mail onto the kolab server. I don't really understand what I am doing, looking at the wiki. Thanks Alexander Schr?ter On Friday 12 June 2009 11:36:51 pm Tim Golz wrote: > Hi, folx, > > > Could you maybe post your brief description via the mailinglist?? > > I'm interessed to > > OK, if the others dont bother ... here we go! > > greetings > > > Tim > > > > Fetchmail mit Kolab 2.2 > > Mails sind bei einem externen Provider (ISP) gehostet und sollen > nat?rlich von dort abgeholt werden. > > Kolabversion: 2.2.0 > > Vorgehen angepasst nach > > http://wiki.kolab.org/index.php/Fetchmail_with_Kolab2 > > > ? Nach /kolab/RPM/PKG/ wechseln und das OpenPKG-Fetchmail-RPM holen: > > ftp://john.doe at foo.bar@ftp.openpkg.org/current/SRC/BASE/fetchmail-6.3.9-200 >81117.src.rpm > > Achtung! Der Download funktioniert nur nach Registrierung bei OpenPKG > und durch Einloggen per > > ftp ftp.openpkg.org > john.doe at foo.bar > pass > > und dann per > > dir current/SRC/BASE/ > get fetchmail-6.3.9-20081117.src.rpm > > > ? Von diesem fetchmail-RPM ein Binary erstellen: > > /kolab/bin/openpkg rpm --rebuild fetchmail-6.3.9-20081117.src.rpm > > Anschliessend haben wir unter /kolab/RPM/PKG/: > > vkolab:/kolab/RPM/PKG# ll fetchmail-6.3.9-20081117.* > > -rw-r--r-- 1 kolab kolab 534962 2009-02-04 22:10 > fetchmail-6.3.9-20081117.ix86-debian4.0-kolab.rpm > -rw-r--r-- 1 root root 1553634 2009-02-04 22:05 > fetchmail-6.3.9-20081117.src.rpm > > - Dieses Binary tr?gt eine distributionsspezifische Bezeichnung (hier: > x-debian4.0-x). Installieren per > > /kolab/bin/openpkg rpm -ihv fetchmail-6.3.9-20081117.ix86-debian4.0- > kolab.rpm > > Preparing... > ########################################### [100%] > 1:fetchmail > ########################################### [100%] > > Nun die Datei /kolab/etc/kolab/templates/rc.conf.template um diese > Zeile erg?nzen ... : > > fetchmail_daemon="yes" > > ... und > > /kolab/sbin/kolabconf > > ausf?hren. > > Dann bearbeiten von > > /kolab/etc/fetchmail/fetchmail.master > > durch ?ndern der Zeile wie folgt: > > set postmaster "root" > > In der Datei > > pico /kolab/etc/fetchmail/fetchmail.users > > die Zeile > > kolab > > anf?gen. > > > ? Alle Benutzerspezifischen Einstellungen werden in > > /kolab/.fetchmailrc > > eingetragen: > > poll www.foo.bar with proto pop3 user "web555" with password "strange" > is lars here options fetchall > > Alles auf einer Zeile! > > ? Fetchmail starten per > > /kolab/bin/openpkg rc fetchmail start > > > ? Logging des Fetchmail: > > vkolab:/kolab# tail -f /kolab/var/fetchmail/fetchmail.log > > Die gesamte fetchmailrc: > > vkolab:/kolab/etc/fetchmail# egrep -v '#|^ *$' fetchmailrc > > set daemon 160 > set postmaster "root" > set no bouncemail > set no spambounce > set logfile /kolab/var/fetchmail/fetchmail.log > set idfile /kolab/var/fetchmail/fetchmail.uid > set no syslog > poll webmail.some.domain with proto pop3 user "heind" there with > password "secret" is heind here options fetchall > poll www.foo.bar with proto pop3 user "web555" with password "strange" > is lars here options fetchall > # und so weiter fuer weitere Accounts ..... > > Stand: Februar - April 2009 From pdf at yugm.org Fri Jun 19 03:12:36 2009 From: pdf at yugm.org (Paul Douglas Franklin) Date: Thu, 18 Jun 2009 18:12:36 -0700 Subject: Certificate Message-ID: <4A3AE604.2060906@yugm.org> I'm finally purchasing an officially-signed certificate. Where do I find the certificate request file on my Kolab server? --Paul -- Paul Douglas Franklin Union Gospel Mission of Yakima, Washington Computer Manager /Husband of Danette Father of Laurene, Miriam, Tycko, Timothy, Sarabeth, Marie, Dawnita, Anna Leah, Alexander, and Caleb /Upgrade to the premier Office package today! OpenOffice Free download here: http://www.openoffice.org/ / / From akopciuch at bddf.ca Fri Jun 19 06:00:15 2009 From: akopciuch at bddf.ca (Andrew J. Kopciuch) Date: Thu, 18 Jun 2009 22:00:15 -0600 Subject: Certificate In-Reply-To: <4A3AE604.2060906@yugm.org> References: <4A3AE604.2060906@yugm.org> Message-ID: <200906182200.19189.akopciuch@bddf.ca> On June 18, 2009, Paul Douglas Franklin wrote: > I'm finally purchasing an officially-signed certificate. > Where do I find the certificate request file on my Kolab server? > --Paul There isn't one. There is only the self signed certificate, and the key. You need to create your own CSR, and submit it to a signing authority. Here is one set of instructions on SSL certificates: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#realcert Andy -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090618/6466ce9f/attachment.bin From shrenik.bhura at intelliant.net Sat Jun 20 23:43:49 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Sun, 21 Jun 2009 03:13:49 +0530 Subject: Kolab rating Message-ID: <4A3D5815.3060906@intelliant.net> Hi Kolab enthusiasts and wannabes, Kolab is deep down there. - http://www.eosdirectory.com/directory/searchprojectbycateg/id/37 Don't want to kick up a storm but why is kolab deep down there. Let's get it to its rightful place - to the top. Cheers, SB From schneider at zawm.be Sun Jun 21 15:24:50 2009 From: schneider at zawm.be (Sascha Schneider) Date: Sun, 21 Jun 2009 15:24:50 +0200 Subject: Best practice for internal use In-Reply-To: <200906161923.31792.schneider@zawm.be> References: <200906151516.39771.michael@pasdziernik.net> <200906161923.31792.schneider@zawm.be> Message-ID: <200906211524.50718.schneider@zawm.be> Hi list, I want to replace our MS Exchange for it gives me multo problemos when trying to use it with other clients than outlook. I tested some groupware and finally got to kolab. Now I still have some questions for a setup on an internal server. Situation: - ISP with POP3 and webmail access + homepage under "ourdomain.be" - internal ubuntu Server with Samba (not PDC -- YET) and Dovecot IMAP-Server with internal domain "administration.local" + second server MS with exchange. So if I want to replace the existing MS Exchange I will have to use fetchmail to get the mails from the ISP into the users mailboxes. Question: - do I use the internal domain as primary domain "administration.local", ourdomain.be as secondary or the other way around?? - do I the use the other email as mailalias for each user?? - are there any other hints or howtos I have to check to not run into problems?? Greetings from belgium, Sascha From schneider at zawm.be Mon Jun 22 13:04:06 2009 From: schneider at zawm.be (Sascha Schneider) Date: Mon, 22 Jun 2009 13:04:06 +0200 Subject: No incoming mails Message-ID: <4A3F6526.6020200@zawm.be> Hi, I tried to get mails from our ISP with fetchmail and getmail. both times no mails are delivered. System: Debian 5 fresh install with kolab 2.2 via openpkg rpm Here my postfix.log On startup I get: postfix/postfix-script[9360]: warning: not set-gid or not owner+group+world executable: /kolab/sbin/postqueue postfix/postfix-script[9361]: warning: not set-gid or not owner+group+world executable: /kolab/sbin/postdrop postfix/postfix-script[9368]: starting the Postfix mail system postfix/master[9369]: daemon started -- version 2.4.6, configuration /kolab/etc/postfix postfix/qmgr[9374]: C815F4469A2: from=, size=6332, nrcpt=1 (queue active) postfix/cleanup[9418]: warning: database /kolab/etc/postfix/canonical.db is older than source file /kolab/etc/postfix/canonical On maildelivery I get: postfix/smtp[10982]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024) -->lsof -i:10024 shows no result postfix/error[10991]: F2E4F446B0A: to=, relay=none, delay=1171, delays=1168/3.5/0/0.18, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused) postfix/scache[10986]: statistics: start interval Jun 22 12:30:32 postfix/scache[10986]: statistics: domain lookup hits=0 miss=3 success=0% postfix/scache[10986]: statistics: address lookup hits=0 miss=3 success=0% schneider at verwaltungsnetz.local does exist an is within a list for kolab-r@ and root at . Any ideas?? -- 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: 309 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090622/e3c63a34/schneider.bin From aspineux at gmail.com Mon Jun 22 13:05:21 2009 From: aspineux at gmail.com (Alain Spineux) Date: Mon, 22 Jun 2009 13:05:21 +0200 Subject: Best practice for internal use In-Reply-To: <200906211524.50718.schneider@zawm.be> References: <200906151516.39771.michael@pasdziernik.net> <200906161923.31792.schneider@zawm.be> <200906211524.50718.schneider@zawm.be> Message-ID: <71fe4e760906220405o48b3e087j32111f4d325b8842@mail.gmail.com> On Sun, Jun 21, 2009 at 3:24 PM, Sascha Schneider wrote: > Hi list, > > I want to replace our MS Exchange for it gives me multo problemos when trying > to use it with other clients than outlook. > I tested some groupware and finally got to kolab. > Now I still have some questions for a setup on an internal server. > > Situation: > - ISP with POP3 and webmail access + homepage under "ourdomain.be" > - internal ubuntu Server with Samba (not PDC -- ?YET) and Dovecot IMAP-Server > with internal domain "administration.local" + second server MS with exchange. > > So if I want to replace the existing MS Exchange I will have to use fetchmail > to get the mails from the ISP into the users mailboxes. Yes > > Question: > - do I use the internal domain as primary domain "administration.local", > ourdomain.be as secondary or the other way around?? Don't realy mater, their is nothing you cannot change or accommodate later. If your host already exist, is in production environment and is already named administration.local, keep it like that. Just change the smtp_helo_name in main.cf.template and thing about what you will put in your SSL certificate to reduce inconvenient for your local or remote users. > - do I the use the other email as mailalias for each user?? not needed > - are there any other hints or howtos I have to check to not run into > problems?? install kolab on a old PC, to train yourself, make some testing, take notes, and then do it on your production server. > > Greetings from belgium, Sascha > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > -- Alain Spineux aspineux gmail com May the sources be with you From aspineux at gmail.com Mon Jun 22 13:08:51 2009 From: aspineux at gmail.com (Alain Spineux) Date: Mon, 22 Jun 2009 13:08:51 +0200 Subject: No incoming mails In-Reply-To: <4A3F6526.6020200@zawm.be> References: <4A3F6526.6020200@zawm.be> Message-ID: <71fe4e760906220408t520f7808lc47d9bf8bed413cd@mail.gmail.com> 2009/6/22 Sascha Schneider : > Hi, > > I tried to get mails from our ISP with fetchmail and getmail. > both times no mails are delivered. > System: Debian 5 fresh install with kolab 2.2 via openpkg rpm > > Here my postfix.log > > On startup I get: > postfix/postfix-script[9360]: warning: not set-gid or not > owner+group+world executable: /kolab/sbin/postqueue here is my : # ls -l /kolab/sbin/postqueue -rwxr-sr-x 1 kolab kolab-r 2380488 May 16 02:01 /kolab/sbin/postqueue what is yours ? Did you copy your /kolab from another setup ? > > postfix/postfix-script[9361]: warning: not set-gid or not > owner+group+world executable: /kolab/sbin/postdrop > > postfix/postfix-script[9368]: starting the Postfix mail system > > postfix/master[9369]: daemon started -- version 2.4.6, > configuration /kolab/etc/postfix > > postfix/qmgr[9374]: C815F4469A2: > from=, size=6332, nrcpt=1 (queue active) > > postfix/cleanup[9418]: warning: database > /kolab/etc/postfix/canonical.db is older than source file > /kolab/etc/postfix/canonical > > On maildelivery I get: > > postfix/smtp[10982]: connect to 127.0.0.1[127.0.0.1]: Connection > refused (port 10024) > -->lsof -i:10024 shows no result > > > postfix/error[10991]: F2E4F446B0A: > to=, relay=none, delay=1171, > delays=1168/3.5/0/0.18, dsn=4.4.1, status=deferred (delivery temporarily > suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused) > > postfix/scache[10986]: statistics: start interval Jun 22 12:30:32 > > postfix/scache[10986]: statistics: domain lookup hits=0 miss=3 > success=0% > > postfix/scache[10986]: statistics: address lookup hits=0 miss=3 > success=0% > > > schneider at verwaltungsnetz.local does exist an is within a list for > kolab-r@ and root at . > > Any ideas?? > > -- > 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 > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > > -- Alain Spineux aspineux gmail com May the sources be with you From schneider at zawm.be Mon Jun 22 13:29:35 2009 From: schneider at zawm.be (Sascha Schneider) Date: Mon, 22 Jun 2009 13:29:35 +0200 Subject: No incoming mails In-Reply-To: <71fe4e760906220408t520f7808lc47d9bf8bed413cd@mail.gmail.com> References: <4A3F6526.6020200@zawm.be> <71fe4e760906220408t520f7808lc47d9bf8bed413cd@mail.gmail.com> Message-ID: <4A3F6B1F.1010404@zawm.be> Alain Spineux schrieb: > 2009/6/22 Sascha Schneider : >> Hi, >> >> I tried to get mails from our ISP with fetchmail and getmail. >> both times no mails are delivered. >> System: Debian 5 fresh install with kolab 2.2 via openpkg rpm >> >> Here my postfix.log >> >> On startup I get: >> postfix/postfix-script[9360]: warning: not set-gid or not >> owner+group+world executable: /kolab/sbin/postqueue > > > here is my : > > # ls -l /kolab/sbin/postqueue > -rwxr-sr-x 1 kolab kolab-r 2380488 May 16 02:01 /kolab/sbin/postqueue > > what is yours ? Same as yours yust another date > > Did you copy your /kolab from another setup ? > No, fresh install on a testing machine. Found that 10024 has something to do with amavisd. on /kolab/bin/openpkg rc amavisd restart I get # openpkg warning: invalid permissions on configuration file "/kolab/etc/openpkg/managers" --ignoring file # openpkg: restart: amavisd permissions are 777 kolab:kolab netstat -l -n -p shows nothing on port 10024 10025 and 10026 is listened on by master >> postfix/postfix-script[9361]: warning: not set-gid or not >> owner+group+world executable: /kolab/sbin/postdrop >> >> postfix/postfix-script[9368]: starting the Postfix mail system >> >> postfix/master[9369]: daemon started -- version 2.4.6, >> configuration /kolab/etc/postfix >> >> postfix/qmgr[9374]: C815F4469A2: >> from=, size=6332, nrcpt=1 (queue active) >> >> postfix/cleanup[9418]: warning: database >> /kolab/etc/postfix/canonical.db is older than source file >> /kolab/etc/postfix/canonical >> >> On maildelivery I get: >> >> postfix/smtp[10982]: connect to 127.0.0.1[127.0.0.1]: Connection >> refused (port 10024) >> -->lsof -i:10024 shows no result >> >> >> postfix/error[10991]: F2E4F446B0A: >> to=, relay=none, delay=1171, >> delays=1168/3.5/0/0.18, dsn=4.4.1, status=deferred (delivery temporarily >> suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused) >> >> postfix/scache[10986]: statistics: start interval Jun 22 12:30:32 >> >> postfix/scache[10986]: statistics: domain lookup hits=0 miss=3 >> success=0% >> >> postfix/scache[10986]: statistics: address lookup hits=0 miss=3 >> success=0% >> >> >> schneider at verwaltungsnetz.local does exist an is within a list for >> kolab-r@ and root at . >> >> Any ideas?? >> >> -- >> 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 >> >> _______________________________________________ >> Kolab-users mailing list >> Kolab-users at kolab.org >> https://kolab.org/mailman/listinfo/kolab-users >> >> > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: schneider.vcf Type: text/x-vcard Size: 309 bytes Desc: not available Url : http://kolab.org/pipermail/kolab-users/attachments/20090622/0d45b24f/schneider.bin From webmaster at computational-chemistry.org Mon Jun 22 15:16:05 2009 From: webmaster at computational-chemistry.org (Alexander =?iso-8859-1?Q?Schr=F6ter?=) Date: Mon, 22 Jun 2009 15:16:05 +0200 (CEST) Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <200906181654.36846.webmaster@computational-chemistry.org> References: <200906121318.46887.Webmaster@computational-chemistry.org> <200906122324.12154.schneider@zawm.be> <3A9B6617-EEE0-475E-8425-BDEA0F30BE38@izsr.de> <200906181654.36846.webmaster@computational-chemistry.org> Message-ID: Since I am really not able to download the fetchmail file from OpenPKG I need to do it with the Debian package. So here is what I did: #1 Installed fetchmail. #2 Added this to the /root/.bashrc >export LANG=C >opa () { > root="${1:-/kolab}" > if [ ! -d $root ]; then > echo "opa:ERROR: OpenPKG root directory $root not found" > exit 1 > fi > if [ ! -f "$root/etc/rc" ]; then > echo "opa:ERROR: root directory does not contain OpenPKG hierarchy" > exit 1 > fi > eval `$root/etc/rc --eval all env` >} #3 Created a file /root/.fetchmailrc with: >defaults > no dns > envelope Delivered-To: > set postmaster "root" > poll > localdomains > proto pop3 > user > pass > to * > #fetchall > keep # For testing, comment out and use fetchall for live #4 but when I run fetchmail (as root) it seems to find mails and get them but they do not get transfered into my kolab users account. This doesn't come as a surprise because I never mentioned which user those mails belong to. Could someone help me and maybe explain how I can do this. Thanks in Alexander Schr?ter From mike at rochestervball.com Mon Jun 22 17:44:35 2009 From: mike at rochestervball.com (Michael Harnden) Date: Mon, 22 Jun 2009 11:44:35 -0400 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: References: <200906121318.46887.Webmaster@computational-chemistry.org> <200906122324.12154.schneider@zawm.be> <3A9B6617-EEE0-475E-8425-BDEA0F30BE38@izsr.de> <200906181654.36846.webmaster@computational-chemistry.org> Message-ID: <20090622114435.19612t97s7wucfeo@165-server.theharndens.home.dyndns.org> Quoting Alexander Schr?ter : > Since I am really not able to download the fetchmail file from OpenPKG I > need to do it with the Debian package. > > So here is what I did: > > #1 Installed fetchmail. > > #2 Added this to the /root/.bashrc >> export LANG=C >> opa () { >> root="${1:-/kolab}" >> if [ ! -d $root ]; then >> echo "opa:ERROR: OpenPKG root directory $root not found" >> exit 1 >> fi >> if [ ! -f "$root/etc/rc" ]; then >> echo "opa:ERROR: root directory does not contain OpenPKG hierarchy" >> exit 1 >> fi >> eval `$root/etc/rc --eval all env` >> } > > #3 Created a file /root/.fetchmailrc with: >> defaults >> no dns >> envelope Delivered-To: >> set postmaster "root" >> poll >> localdomains >> proto pop3 >> user >> pass >> to * >> #fetchall >> keep # For testing, comment out and use fetchall for live > > #4 but when I run fetchmail (as root) it seems to find mails and get them > but they do not get transfered into my kolab users account. This doesn't > come as a surprise because I never mentioned which user those mails belong > to. > > Could someone help me and maybe explain how I can do this. > > Thanks in Alexander Schr?ter > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > Someone with more experience may be able to show you (and myself) a better way, but this is what my fetchmailrc looks like for each user. poll with proto POP3 user "" with pass "" is at options fetchall Mike From shrenik.bhura at intelliant.net Mon Jun 22 19:18:20 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Mon, 22 Jun 2009 22:48:20 +0530 Subject: Preventing users from mailing out attachments selectively Message-ID: <4A3FBCDC.8010209@intelliant.net> Hi! I was thinking of a peculiar requirement which could be of be very useful with respect to e-mail security. Is there a way in kolab to configure that only some designated users can send mails with attachments of certain types or up to a certain size while others can't? Does anyone have experience with postfix policy banks as this is one way I think this may be done? Is there a way that every mail satisfying a particular criterion such as having an attachment can be forwarded to a validation queue where once validated the same can move ahead and be delivered? May be sieve can help us do that? Can anyone pls validate my thought if this has already been done on kolab. Any other solutions/suggestions shall be highly appreciated. Thanks & Regards, SB From mailinglists at vanhlebarsoftware.com Mon Jun 22 22:57:58 2009 From: mailinglists at vanhlebarsoftware.com (Eric A. Boney) Date: Mon, 22 Jun 2009 16:57:58 -0400 Subject: New Kubuntu Server - Fresh Install Message-ID: <200906221657.59054.mailinglists@vanhlebarsoftware.com> So I finally got my new server in about a week ago and I am just now getting around to setting it up. I was wanting to install Kolab on it and use that as my email server instead of my current Exim4 setup that I have. I have installed Jaunty on the server and found a guide to installing Kolab and it seems that it is installing just fine, however I am having issues configuring it. My current system is using Exim4/Dovecot and Horde with Spamassassin. I have mulitple domains (5) hosted on the email server. Currently users are setup inside a MySQL database and then authenticated against it. I currently don't have a very good/reliable method of syncing my laptops and home desktops for things like contacts, tasks and appointments, which is why I wanted to setup the Kolab server. This is a family server only and will only have 6 users. Does anyone know of a good how to for configuring the server? I do have LDAP System Administration by Carter but I have not yet read it, which I am guessing might help me some with the LDAP side of things?? Thanks, -Eric From devgioiatech at gmail.com Tue Jun 23 14:59:28 2009 From: devgioiatech at gmail.com (Antonio Straziota) Date: Tue, 23 Jun 2009 14:59:28 +0200 Subject: kolab slave server problem Message-ID: Hi guy, i've some problem with kolab slave. I use it as a internet webmail, but when i try to send email, i get an error (The folder "sent-mail" was not created. This is what the server said: Permission denied) followed by "Message sent successfully, but not saved to sent-mail". Actually the sent folder exits (because i created it on master kolab) and the mail wan't sent. In addition, when i access users mailboxes, i can't see their mails. Any idea? on both master and slave I've Centos5.2 and kolab 2.2.0 Thanks in advance. From admin at jmay.org Tue Jun 23 17:50:02 2009 From: admin at jmay.org (Jochen May) Date: Tue, 23 Jun 2009 17:50:02 +0200 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <20090622114435.19612t97s7wucfeo@165-server.theharndens.home.dyndns.org> References: <200906121318.46887.Webmaster@computational-chemistry.org><200906122324.12154.schneider@zawm.be><3A9B6617-EEE0-475E-8425-BDEA0F30BE38@izsr.de><200906181654.36846.webmaster@computational-chemistry.org> <20090622114435.19612t97s7wucfeo@165-server.theharndens.home.dyndns.org> Message-ID: Hi, I install the normal fetchmail von Debian and configure it to my way. Here is how my .fetchmailrc looks like: poll mail.mein.server with envelope X-Envelope-To: proto pop3 user username pass password sslfingerprint "xx.xx:xx:xx:xx" is user at kolab.netzwerk Some of my Mailserver where i fetch my mail need the sslfingerprint. If not, delete this line. Also i write this to my crontab */16 * * * * kolab /usr/bin/fetchmail -a Hth Jochen May > -----Original Message----- > From: Michael Harnden [mailto:mike at rochestervball.com] > Sent: Monday, June 22, 2009 5:45 PM > To: kolab-users at kolab.org > Subject: Re: How can I fetch my Mail from my ISPs Server? > > Quoting Alexander Schr?ter : > > > Since I am really not able to download the fetchmail file > from OpenPKG I > > need to do it with the Debian package. > > > > So here is what I did: > > > > #1 Installed fetchmail. > > > > #2 Added this to the /root/.bashrc > >> export LANG=C > >> opa () { > >> root="${1:-/kolab}" > >> if [ ! -d $root ]; then > >> echo "opa:ERROR: OpenPKG root directory $root not found" > >> exit 1 > >> fi > >> if [ ! -f "$root/etc/rc" ]; then > >> echo "opa:ERROR: root directory does not contain > OpenPKG hierarchy" > >> exit 1 > >> fi > >> eval `$root/etc/rc --eval all env` > >> } > > > > #3 Created a file /root/.fetchmailrc with: > >> defaults > >> no dns > >> envelope Delivered-To: > >> set postmaster "root" > >> poll > >> localdomains > >> proto pop3 > >> user > >> pass > >> to * > >> #fetchall > >> keep # For testing, comment out and use fetchall for live > > > > #4 but when I run fetchmail (as root) it seems to find > mails and get them > > but they do not get transfered into my kolab users account. > This doesn't > > come as a surprise because I never mentioned which user > those mails belong > > to. > > > > Could someone help me and maybe explain how I can do this. > > > > Thanks in Alexander Schr?ter > > > > _______________________________________________ > > Kolab-users mailing list > > Kolab-users at kolab.org > > https://kolab.org/mailman/listinfo/kolab-users > > > > Someone with more experience may be able to show you (and myself) a > better way, but this is what my fetchmailrc looks like for each user. > > poll with proto POP3 > user "" with pass "" is Username> > at > options fetchall > > Mike > > > From Divan.Santana at gmail.com Tue Jun 23 22:45:07 2009 From: Divan.Santana at gmail.com (Divan Santana) Date: Tue, 23 Jun 2009 22:45:07 +0200 Subject: SyncML in 2.2.2 ? In-Reply-To: <200905201807.34208.steuwer@univention.de> References: <200905201807.34208.steuwer@univention.de> Message-ID: <200906232245.11692.Divan.Santana@gmail.com> Hi All, Just to post my feedback on this which will hopefully help someone. server: kolab 2.2.2 with openpkg on ubuntu 8.04.2 64 bit client: iphone 3G 3.0 software: free synthesis client result: syncs your contacts almost perfectly. server settings url: https://hostname.domainname.blah/client/rpc.php server settings syncml version: left it to automatic which picked syncml DS 1.2 server path: contacts 95% of my contacts synced perfectly. The other 5% didn't sync and the reason was the photo attached to the contact. Strangely I do have a few contacts that would sync to the iphone but it seems the pictures on the contact looked smaller in visual size. Both the contact with the photo that synced and the contact with the photo that didn't sync were in jpeg format(so thats not the issue). Removed the photos on the problematic 5% of my contacts and it synced perfectly. Great! server: kolab 2.2.2 with openpkg on ubuntu 8.04.2 64 bit client: iphone 3G 3.0 software: 15$ synthesis client Todo+Cal+Sync 1.8 result: syncs your contacts perfectly(excluding the above photo issue) server settings url: https://hostname.domainname.blah/client/rpc.php server settings syncml version: left it to automatic which picked syncml DS 1.2 Contacts - server path: contacts - works! Todos - server path: tasks - works! Calendar - server path: tried events, Calendar, calendar all failed So the pay version works just as well except syncs todos/tasks nicely from kolab into its own tasks app on the iphone. Unfortunately as previously stated in this thread the calendar doesn't seem to be able to sync yet. Perhaps in kolab 2.2.3 ? -- Divan Santana -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. Url : http://kolab.org/pipermail/kolab-users/attachments/20090623/4d09c834/attachment.bin From shrenik.bhura at intelliant.net Wed Jun 24 08:53:21 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Wed, 24 Jun 2009 12:23:21 +0530 Subject: Preventing users from mailing out attachments selectively In-Reply-To: <4A3FBCDC.8010209@intelliant.net> References: <4A3FBCDC.8010209@intelliant.net> Message-ID: <4A41CD61.4090605@intelliant.net> Shrenik Bhura wrote: > Hi! > > I was thinking of a peculiar requirement which could be of be very > useful with respect to e-mail security. > > Is there a way in kolab to configure that only some designated users can > send mails with attachments of certain types or up to a certain size > while others can't? > Does anyone have experience with postfix policy banks as this is one way > I think this may be done? > > Is there a way that every mail satisfying a particular criterion such as > having an attachment can be forwarded to a validation queue where once > validated the same can move ahead and be delivered? > May be sieve can help us do that? Can anyone pls validate my thought if > this has already been done on kolab. > > Any other solutions/suggestions shall be highly appreciated. > Still hunting my way around this - Was following this link http://www200.pair.com/mecham/spam/bypassing.html#8 This concept works for me partially when I am testing with .exe file as an attachment. But what I need is to ban attachments of all MS Office documents or .txt from being sent out so I have made the following modifications: in amavisd.conf.template - $banned_filename_re = new_RE( qr'^UNDECIPHERABLE$', # is or contains any undecipherable components qr'\.[^.]*\.(exe|vbs|pif|scr|bat|cmd|com|dll)$'i, # double extension qr'.\.(exe|vbs|pif|scr|bat|cmd|com|xls|doc|xml|odt|ods|txt|rtf|xlsx|docx)$'i, # banned extension - basic qr'.\.(ade|adp|bas|bat|chm|cmd|com|cpl|crt|exe|hlp|hta|inf|ins|isp|js| jse|lnk|mdb|mde|msc|msi|msp|mst|pcd|pif|reg|scr|sct|shs|shb|vb| vbe|vbs|wsc|wsf|wsh|xls|doc|odt|txt|rtf|xml|ods|xlsx|docx)$'ix, # banned extension - long qr'.\.(mim|b64|bhx|hqx|xxe|uu|uue)$'i, # banned extension - WinZip vulnerab. qr'^\.(zip|lha|tnef|cab)$'i, # banned file(1) types qr'^\.exe$'i, # banned file(1) types qr'^application/x-msdownload$'i, # banned MIME types qr'^application/x-msdos-program$'i, qr'^multipart/mixed$'i, qr'^message/partial$'i, qr'^message/external-body$'i, # block rfc2046 ); %banned_rules = ( 'ALLOW_ATTACH' => new_RE( qr'\.[^.]*\.(exe|vbs|pif|scr|bat|cmd|com|dll)$'i, # double extension qr'.\.(exe|vbs|pif|scr|bat|cmd|com)$'i, # banned extension - basic qr'.\.(ade|adp|bas|bat|chm|cmd|com|cpl|crt|exe|hlp|hta|inf|ins|isp|js| jse|lnk|mdb|mde|msc|msi|msp|mst|pcd|pif|reg|scr|sct|shs|shb|vb| vbe|vbs|wsc|wsf|wsh)$'ix, # banned extension - long qr'.\.(mim|b64|bhx|hqx|xxe|uu|uue)$'i, # banned extension - WinZip vulnerab. qr'^\.(zip|lha|tnef|cab)$'i, # banned file(1) types qr'^\.exe$'i, # banned file(1) types qr'^application/x-msdownload$'i, # banned MIME types qr'^application/x-msdos-program$'i, ), 'DEFAULT' => $banned_filename_re, ); -- snip -- $inet_socket_port = [10024,10028]; # accept SMTP on this local TCP port $interface_policy{'10028'} = 'ALLOWATTACH'; --snip -- @mynetworks = qw( @@@postfix-mynetworks|join( )@@@ ); $policy_bank{'ALLOWATTACH'} = { banned_filename_maps => ['ALLOW_ATTACH'], # more permissive banning rules }; $policy_bank{'MYUSERS'} = { # mail from authenticated users on this system # Bounce only to local users final_virus_destiny => D_BOUNCE, final_banned_destiny => D_BOUNCE, warnvirusrecip_maps => undef, # (defaults to false (undef)) warnbannedrecip_maps => undef,# (defaults to false (undef)) warnvirussender => 1, warnbannedsender => 1, }; in main.cf.template smtpd_sender_restrictions = permit_mynetworks, check_policy_service unix:private/kolabpolicy, check_sender_access hash:/etc/postfix/amavis_allow_attach and added /etc/postfix/amavis_allow_attach id at dom.com FILTER smtp-amavis:[127.0.0.1]:10028 then did a # postmap hash:/etc/postfix/amavis_allow_attach # kolabconf -n With this setup it allows person with id id at dom.com to send mails with .exe attachments. When I remove the id from amavis_allow_attach then it bounces the mail with an .exe attachment but when I try the same thing with .xls or .doc, it always allows the sender to sent the mail. Hence it looks like there is something wrong with the way I have defined the re. Any help of suggestion would be highly appreciated. Thanks, SB From carsten at cburghardt.com Wed Jun 24 10:07:53 2009 From: carsten at cburghardt.com (Carsten Burghardt) Date: Wed, 24 Jun 2009 10:07:53 +0200 Subject: Kolab 2.2.2 - Upgrade to Horde 1.2.3, possible? In-Reply-To: <200906081802.17654.dusty@qwer.tk> References: <200906081802.17654.dusty@qwer.tk> Message-ID: <20090624100753.54297at2xajuzbk8@www.inovox.de> Zitat von Hermann Himmelbauer : > Hi, > As syncing does not work for my Nokia E71 with the Horde 1.2 > version, which is > delivered with Kolab 2.2.2, I just tried to upgrade Horde to the latest > version (1.2.3), which has some syncml patches that may solve my problem. > > What I don't really know is how to upgrade it - I first tried to do the > following: > > - untar the new horde in /kolab/var/www/client123 > - Executed the setup.php script and chose the upgrade option > > This had some errors as there were some missing directories in the new Horde > version (passwd), so I just copied it over. After that, the upgrade process > asked me after some superuser password for the database backend, which I did > not know and thus leave out. > > When I now try to access the new Horde, it tells me: > > A fatal error has occurred > You must enable the kolab settings to use the Kolab Share driver. > Details have been logged for the administrator. > > Any clues how to fix this? Is there a way to only replace the syncml stuff in > Horde? Did you manage to upgrade it? I have the same problem, syncml is not really working with my Nokia 5800, contacts and events are downloaded to the mobile but any updates to the server fail. Regards Carsten From dusty at qwer.tk Wed Jun 24 11:02:58 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Wed, 24 Jun 2009 11:02:58 +0200 Subject: Kolab 2.2.2 - Upgrade to Horde 1.2.3, possible? In-Reply-To: <20090624100753.54297at2xajuzbk8@www.inovox.de> References: <200906081802.17654.dusty@qwer.tk> <20090624100753.54297at2xajuzbk8@www.inovox.de> Message-ID: <200906241102.58990.dusty@qwer.tk> Am Mittwoch 24 Juni 2009 10:07:53 schrieb Carsten Burghardt: > Zitat von Hermann Himmelbauer : > > Hi, > > As syncing does not work for my Nokia E71 with the Horde 1.2 > > version, which is > > delivered with Kolab 2.2.2, I just tried to upgrade Horde to the latest > > version (1.2.3), which has some syncml patches that may solve my problem. > > > > What I don't really know is how to upgrade it - I first tried to do the > > following: > > > > - untar the new horde in /kolab/var/www/client123 > > - Executed the setup.php script and chose the upgrade option > > > > This had some errors as there were some missing directories in the new > > Horde version (passwd), so I just copied it over. After that, the upgrade > > process asked me after some superuser password for the database backend, > > which I did not know and thus leave out. > > > > When I now try to access the new Horde, it tells me: > > > > A fatal error has occurred > > You must enable the kolab settings to use the Kolab Share driver. > > Details have been logged for the administrator. > > > > Any clues how to fix this? Is there a way to only replace the syncml > > stuff in Horde? > > Did you manage to upgrade it? I have the same problem, syncml is not > really working with my Nokia 5800, contacts and events are downloaded > to the mobile but any updates to the server fail. No, unfortunately not, I currently sync via Outlook+Konsec connector, which works, but is no real solution as I can't sync via the Internet. What I moreover doubt is that the Nokia S60 phones support groupware functionality, but I did not yet dig into it (as syncing does not work with Horde). 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 schneider at zawm.be Wed Jun 24 20:12:27 2009 From: schneider at zawm.be (Sascha Schneider) Date: Wed, 24 Jun 2009 20:12:27 +0200 Subject: No incoming mails In-Reply-To: <4A3F6B1F.1010404@zawm.be> References: <4A3F6526.6020200@zawm.be> <71fe4e760906220408t520f7808lc47d9bf8bed413cd@mail.gmail.com> <4A3F6B1F.1010404@zawm.be> Message-ID: <200906242012.27176.schneider@zawm.be> Problem solved, I re-installed kolab completlly and setted it up again, now it works with fetchmail. I would prever getmail but can't get it to work. Can someone tell me what in getmail [options] read_all = false delete_after = 7 is in fetchmailish?? thx, Sascha Am Monday 22 June 2009 13:29:35 schrieb Sascha Schneider: > Alain Spineux schrieb: > > 2009/6/22 Sascha Schneider : > >> Hi, > >> > >> I tried to get mails from our ISP with fetchmail and getmail. > >> both times no mails are delivered. > >> System: Debian 5 fresh install with kolab 2.2 via openpkg rpm > >> > >> Here my postfix.log > >> > >> On startup I get: > >> postfix/postfix-script[9360]: warning: not set-gid or not > >> owner+group+world executable: /kolab/sbin/postqueue > > > > here is my : > > > > # ls -l /kolab/sbin/postqueue > > -rwxr-sr-x 1 kolab kolab-r 2380488 May 16 02:01 /kolab/sbin/postqueue > > > > what is yours ? > > Same as yours yust another date > > > Did you copy your /kolab from another setup ? > > No, fresh install on a testing machine. > > Found that 10024 has something to do with amavisd. > on > /kolab/bin/openpkg rc amavisd restart > I get > # openpkg warning: invalid permissions on configuration file > "/kolab/etc/openpkg/managers" --ignoring file > # openpkg: restart: amavisd > > permissions are 777 kolab:kolab > > netstat -l -n -p shows nothing on port 10024 > > 10025 and 10026 is listened on by master > > >> postfix/postfix-script[9361]: warning: not set-gid or not > >> owner+group+world executable: /kolab/sbin/postdrop > >> > >> postfix/postfix-script[9368]: starting the Postfix mail system > >> > >> postfix/master[9369]: daemon started -- version 2.4.6, > >> configuration /kolab/etc/postfix > >> > >> postfix/qmgr[9374]: C815F4469A2: > >> from=, size=6332, nrcpt=1 (queue active) > >> > >> postfix/cleanup[9418]: warning: database > >> /kolab/etc/postfix/canonical.db is older than source file > >> /kolab/etc/postfix/canonical > >> > >> On maildelivery I get: > >> > >> postfix/smtp[10982]: connect to 127.0.0.1[127.0.0.1]: Connection > >> refused (port 10024) > >> -->lsof -i:10024 shows no result > >> > >> > >> postfix/error[10991]: F2E4F446B0A: > >> to=, relay=none, delay=1171, > >> delays=1168/3.5/0/0.18, dsn=4.4.1, status=deferred (delivery temporarily > >> suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused) > >> > >> postfix/scache[10986]: statistics: start interval Jun 22 12:30:32 > >> > >> postfix/scache[10986]: statistics: domain lookup hits=0 miss=3 > >> success=0% > >> > >> postfix/scache[10986]: statistics: address lookup hits=0 miss=3 > >> success=0% > >> > >> > >> schneider at verwaltungsnetz.local does exist an is within a list for > >> kolab-r@ and root at . > >> > >> Any ideas?? > >> > >> -- > >> 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 > >> > >> _______________________________________________ > >> Kolab-users mailing list > >> Kolab-users at kolab.org > >> https://kolab.org/mailman/listinfo/kolab-users From itsef-admin at brightsight.com Thu Jun 25 11:38:01 2009 From: itsef-admin at brightsight.com (ITSEF Admin) Date: Thu, 25 Jun 2009 11:38:01 +0200 Subject: Upgrade Kolab 2.2.0-32bit to 2.2.2-64bit fails Message-ID: <200906251138.01287.itsef-admin@brightsight.com> Hi all, I'm in the process of running the first tests for the upgrade of our Kolab server from 2.2.0 to 2.2.2. Unfortunately, the I can't seem to get the upgrade to work the way I was hoping to... What I have done so far: Our production server runs Debian 4.0 (Etch) 64bit with a 32bit Kolab 2.2.0 OpenPKG installation (we already ran into problems when going from 2.1.0 (coming from a 32bit SuSE 10.0) to 2.2.0 - in the end, we installed from the 32bit binaries). I have set up a second machine with Debian Lenny (5.0) 64bit (very basic install), made sure gcc was installed, then copied the complete /kolab directory from the production server to the test machine, hoping this would give me my "sandbox" to play with the upgrade. I then verified that the copied kolab installation was functional, then went on to upgrading. On first try, the upgrade failed during the very fist package (gzip), complaining that the C compiler was not able to produce executables. I checked the logs and came to the conclusion, that it was trying to use the included cc in /kolab/bin, which seemed to have trouble with the system libraries of the Debian Lenny system. To force usage of the system gcc, I removed cc from /kolab/bin. The second attempt did use the system gcc, but failed at the same point, again "no executable". The logfile was different, though. Compiling gzip failed on some remark about "unknown register '%something'" (forgot to save the file). Before I dig much more into this a question: Am I trying too much in one go? There are three changes here: Debian Etch -> Debian Lenny, Kolab 2.2.0 -> Kolab 2.2.2 and 32bit Kolab installation to 64bit Kolab installation. My guess is that the latter is causing the trouble rather than the first two, however, any insight on this matter would be most welcome. Regards, Thomas -- ------------------------------------------------------------------------------ Thomas Ribbrock, IT-Team brightsight From webmaster at computational-chemistry.org Thu Jun 25 11:53:24 2009 From: webmaster at computational-chemistry.org (Alexander =?iso-8859-1?q?Schr=F6ter?=) Date: Thu, 25 Jun 2009 11:53:24 +0200 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: References: <200906121318.46887.Webmaster@computational-chemistry.org> <20090622114435.19612t97s7wucfeo@165-server.theharndens.home.dyndns.org> Message-ID: <200906251153.24190.webmaster@computational-chemistry.org> Hello again It's working (sort of). Fetchmail gets the Mail from my ISP. But there is already the first problem, it only gets the Mail from the Inbox but I actually want all the mail. Every subfolder and so on. I already added the option "Fetchall" so what am I missing? And then the bigger problem because it might be flawed by design. You might remember that I wanted to keep the Mail at my ISP because of backup and so on. So I pretty much only want the kolab server to mirror my ISP's Imap account to have everything at one point. Is that even possible? I would really like some help with that. Thanks a lot. Alexander Schr?ter From itsef-admin at brightsight.com Thu Jun 25 13:12:04 2009 From: itsef-admin at brightsight.com (ITSEF Admin) Date: Thu, 25 Jun 2009 13:12:04 +0200 Subject: 2.2.0->2.2.2/Debian 4.0->5.0 upgrade problems, part 2 Message-ID: <200906251312.04838.itsef-admin@brightsight.com> Hi all, As a source upgrade from a 32bit Kolab 2.2.0 installation on a 64bit Debian 4.0 to a 64bit Kolab 2.2.2 installation on a 64bit Debian 5.0 did not work (see other mail and question), I also tried a different approach. Again, the base is a working 32bit 2.2.0 installation, which is copied over from a Debian 4.0 to a Debian 5.0 machine (both 64bit) (all Kolab-stuff is OpenPKG based). I then got the binary Debian 5.0 (32bit) packages from the kolab.org servers and tried to use them instead of the source, hoping that I would avoid the compiler problems that way. However, when I try the upgrade (i.e. running the install-kolab.sh script), the upgrade fails (see log below). For some odd reasons, openpkg *still* wants to compile something, despite all binary RPMs being present. To investigate, I tried to "manually" update at least the openpkg RPM itself, by doing: /kolab/bin/openpkg rpm -Uhv openpkg-20071227-20071227_kolab1.ix86-debian5.0-kolab.rpm The result: Preparing... ########################################### [100%] package openpkg-20071227-20071227_kolab1 is intended for a debian5.0 operating system Huh? But this machine *is* running Debian 5.0: # shtool platform --type=binary amd64-debian5.0.1 Why does openpkg complain? Because the packages are not 64bit? Again, any insights are much appreciated. Regards, Thomas TMPDIR=/var/tmp sh install-kolab.sh 2>&1 | tee /root/kolab-update-binary-ix86.log Changing to temporary working directory /var/tmp/install-kolab.18525.13924.24833.21526 ... Kolab installation tag (TAG): kolab Kolab installation prefix (PREFIX): /kolab Kolab version (KOLAB_VERSION): 2.2.2 Kolab user name (USER): kolab Kolab user base UID (KID): 19414 Kolab restricted UID (KID): 19415 Kolab non-priviledged UID (KID): 19416 Exclude following Kolab packages: Received no instructions. Trying to determine required action... Found an OpenPKG environment. Assuming upgrade... ----------- SETUP COMPLETED ----------- Now running: /kolab/bin/openpkg build -kKBuZ -r "/var/tmp/install-kolab.18525.13924.24833.21526" -p "ix86-debian4.0-kolab" -D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D sasl::with_ntlm -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap -D imapd::with_kolab_nocaps -Dkolabd::kolab_version=2.2.2 -Dkolab-webadmin::kolab_version=2.2.2 openpkg-tools openldap postfix kolabd kolab-webadmin kolab-fbview kolab-webclient | sh --------------------------------------- :::: /var/tmp/install-kolab.18525.13924.24833.21526/openpkg-20071227-20071227_kolab1.src.rpm :::: error: cannot open /var/tmp/install-kolab.18525.13924.24833.21526/openpkg-20071227-20071227_kolab1.src.rpm: No such file or directory -- ------------------------------------------------------------------------------ Thomas Ribbrock, IT-Team brightsight From itsef-admin at brightsight.com Thu Jun 25 13:27:21 2009 From: itsef-admin at brightsight.com (ITSEF Admin) Date: Thu, 25 Jun 2009 13:27:21 +0200 Subject: [SOLVED?] Re: 2.2.0->2.2.2/Debian 4.0->5.0 upgrade problems, part 2 In-Reply-To: <200906251312.04838.itsef-admin@brightsight.com> References: <200906251312.04838.itsef-admin@brightsight.com> Message-ID: <200906251327.21384.itsef-admin@brightsight.com> On Thursday 25 June 2009 13:12:04 ITSEF Admin wrote: [...] > However, when I try the upgrade (i.e. > running the install-kolab.sh script), the upgrade fails (see log below). > For some odd reasons, openpkg *still* wants to compile something, despite > all binary RPMs being present. This part is solved by *forcing* the uprade of the openpkg RPM: /kolab/bin/openpkg rpm -Uhv --ignoreos openpkg-20071227-20071227_kolab1.ix86-debian5.0-kolab.rpm This will upgrade this particular RPM. After that, "install-kolab.sh" started normally, happily installing all other RPMs - it's busy as I write this. I'll report back once it's finished. Regards, Thomas -- ------------------------------------------------------------------------------ Thomas Ribbrock, IT-Team brightsight From johnm at advocap.org Fri Jun 26 01:48:28 2009 From: johnm at advocap.org (John McMonagle) Date: Thu, 25 Jun 2009 18:48:28 -0500 Subject: Permissions of Organizer folders. Message-ID: <4A440CCC.8080608@advocap.org> This is for kolab 2.2.2 I've noticed when after deleting events or contacts that they are not being removed from the imap folders. I noticed that the permissions for the organizer folders such as Contacts and Calendar are being set to lrswikxca. If I set to lrswipkxtea kontact can delete entries from the mail folders. The difference is p Post that is probably not desirable , t delete and e expurge. Are the permissions wrong or if there something else wrong? Thanks John From tomas.andersson at heatex.com Fri Jun 26 09:32:24 2009 From: tomas.andersson at heatex.com (Tomas Andersson) Date: Fri, 26 Jun 2009 09:32:24 +0200 Subject: Problem with Horde Message-ID: <001e01c9f630$3fb13150$bf1393f0$@andersson@heatex.com> I made a fresh install of Kolab 2.2.2 with no problems. I've set up an address in the adminpage for testing. But when I go to https://127.0.0.1/client/imp/login.php and try to login to horde I get a login failed. Something about username or password. Mvh / Meilleures salutations / Best regards / MFG, Tomas Andersson IT Administrator Heatex AB Tel.: + 46 410 710 554 Fax : + 46 410 710 529 Mob : + 46 702 772 597 Email : tomas.andersson at heatex.com Internet: www.heatex.com DISCLAIMER: 'The information contained in this email and any attachment is confidential. It is intended only for the named addressee(s). If you are not the named addressee please notify the sender immediately and do not disclose, copy or distribute the contents to any other person other than the intended addressee(s).' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090626/c7700b81/attachment.html From aspineux at gmail.com Fri Jun 26 19:28:26 2009 From: aspineux at gmail.com (Alain Spineux) Date: Fri, 26 Jun 2009 19:28:26 +0200 Subject: How can I fetch my Mail from my ISPs Server? In-Reply-To: <200906251153.24190.webmaster@computational-chemistry.org> References: <200906121318.46887.Webmaster@computational-chemistry.org> <20090622114435.19612t97s7wucfeo@165-server.theharndens.home.dyndns.org> <200906251153.24190.webmaster@computational-chemistry.org> Message-ID: <71fe4e760906261028q294a935fg206aa711d9a27de8@mail.gmail.com> On Thu, Jun 25, 2009 at 11:53 AM, Alexander Schr?ter wrote: > Hello again > > It's working (sort of). > > Fetchmail gets the Mail from my ISP. But there is already the first problem, it > only gets the Mail from the Inbox but I actually want all the mail. Every > subfolder and so on. I already added the option "Fetchall" so what am I > missing? You download your email from an IMAP server through POP3 protocol. Usually the POP3 client (fetchmail here) see only UNSEEN mail in your INBOX folder. > > And then the bigger problem because it might be flawed by design. You might > remember that I wanted to keep the Mail at my ISP because of backup and so on. > So I pretty much only want the kolab server to mirror my ISP's Imap account to > have everything at one point. Is that even possible? You can try using imapsync to sync from your ISP to your kolab > > I would really like some help with that. > Thanks a lot. Anyway keep in mind, emails you will send from your kolab to other local user will never reach your ISP mailboxes (except if you use some forwarding trick) > > Alexander Schr?ter > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > -- Alain Spineux aspineux gmail com May the sources be with you From aspineux at gmail.com Fri Jun 26 20:15:49 2009 From: aspineux at gmail.com (Alain Spineux) Date: Fri, 26 Jun 2009 20:15:49 +0200 Subject: kolab slave server problem In-Reply-To: References: Message-ID: <71fe4e760906261115j237914f4ja2a085954a6571b3@mail.gmail.com> On Tue, Jun 23, 2009 at 2:59 PM, Antonio Straziota wrote: > Hi guy, > i've some problem with kolab slave. > > I use it as a internet webmail, but when i try to send email, i get an > error (The folder "sent-mail" was not created. This is what the server > said: Permission denied) followed by "Message sent successfully, but > not saved to sent-mail". Actually the sent folder exits (because i > created it on master kolab) and the mail wan't sent. How do you create it ? Did you give right access rights ? > In addition, when i access users mailboxes, i can't see their mails. > Do you have this problem on the master server or with other IMAP client ? Can you compare using telemetry logging ? https://wiki.kolab.org/index.php/Cyrus_imap_telemetry_logging > Any idea? > > on both master and slave I've Centos5.2 and kolab 2.2.0 > > Thanks in advance. > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users > -- Alain Spineux aspineux gmail com May the sources be with you From devgioiatech at gmail.com Sat Jun 27 01:41:50 2009 From: devgioiatech at gmail.com (Antonio Straziota) Date: Sat, 27 Jun 2009 01:41:50 +0200 Subject: kolab slave server problem In-Reply-To: <71fe4e760906261115j237914f4ja2a085954a6571b3@mail.gmail.com> References: <71fe4e760906261115j237914f4ja2a085954a6571b3@mail.gmail.com> Message-ID: I solved the send mail problem...It was a resolution problem. although the name server of master was in /etc/hosts file, i get in postfix log a name resolution problem. Installng Bind the problem was solved. For mailbox problem,i'll try telemetry to identify problem... thanks. 2009/6/26 Alain Spineux : > On Tue, Jun 23, 2009 at 2:59 PM, Antonio > Straziota wrote: >> Hi guy, >> i've some problem with kolab slave. >> >> I use it as a internet webmail, but when i try to send email, i get an >> error (The folder "sent-mail" was not created. This is what the server >> said: Permission denied) followed by "Message sent successfully, but >> not saved to sent-mail". Actually the sent folder exits (because i >> created it on master kolab) and the mail wan't sent. > > How do you create it ? Did you give right access rights ? > >> In addition, when i access users mailboxes, i can't see their mails. >> > > Do you have this problem on the master server or with other IMAP client ? > Can you compare using telemetry logging ? > https://wiki.kolab.org/index.php/Cyrus_imap_telemetry_logging > >> Any idea? >> >> on both master and slave I've Centos5.2 and kolab 2.2.0 >> >> Thanks in advance. >> >> _______________________________________________ >> Kolab-users mailing list >> Kolab-users at kolab.org >> https://kolab.org/mailman/listinfo/kolab-users >> > > > > -- > Alain Spineux > aspineux gmail com > May the sources be with you > From thomas at btspuhler.com Sat Jun 27 21:20:24 2009 From: thomas at btspuhler.com (Thomas Spuhler) Date: Sat, 27 Jun 2009 12:20:24 -0700 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: References: Message-ID: <200906271220.24309.thomas@btspuhler.com> On Tuesday 09 June 2009 02:53:38 Liutauras Adomaitis wrote: > Hi kolab users, > > I'm using kolab2.2.2 and having problems with deleting users - > I have read wiki and etc, which are saying, that there are two possible > causes: - kolabd is not working > My box: > # [root at PBL-kolab user]# /kolab/bin/openpkg rc kolabd status > OpenPKG: status: kolabd. > kolabd_enable="yes" > kolabd_usable="unknown" > kolabd_active="yes" > # [root at PBL-kolab user]# ps aux | grep kolabd > root 5929 3.4 0.5 13356 11640 pts/2 S 12:48 0:00 > /kolab/bin/perl /kolab/sbin/kolabd > root 5933 0.0 0.5 13356 10560 pts/2 S 12:48 0:00 > /kolab/bin/perl /kolab/sbin/kolabd > root 6009 0.0 0.0 1988 544 pts/2 S+ 12:48 0:00 grep > --color kolabd > > - Delete /kolab/var/kolab/mailbox-uidcache.db file and restart kolabd - > done. > > I also find some posts mentioning OpenLDAP SLURP replication could > cause this behavior if slave is not found. > > My question: > Do I have to disable ldap replication manually and how. I see there is > a slurpd process is running and there repalica configurations in > slapd.conf and slapd.replica files. > > Thanks > Liutauras > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users I do not have the file mailbox-uidcache.db Where is it created. I am using a Mandriva box and when repackaging, I may set the path to something where kolab doesn't have permission. -- Thomas From thomas at btspuhler.com Sat Jun 27 22:30:05 2009 From: thomas at btspuhler.com (Thomas Spuhler) Date: Sat, 27 Jun 2009 13:30:05 -0700 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <200906271220.24309.thomas@btspuhler.com> References: <200906271220.24309.thomas@btspuhler.com> Message-ID: <200906271330.05463.thomas@btspuhler.com> On Saturday 27 June 2009 12:20:24 Thomas Spuhler wrote: > On Tuesday 09 June 2009 02:53:38 Liutauras Adomaitis wrote: > > Hi kolab users, > > > > I'm using kolab2.2.2 and having problems with deleting users - > > I have read wiki and etc, which are saying, that there are two possible > > causes: - kolabd is not working > > My box: > > # [root at PBL-kolab user]# /kolab/bin/openpkg rc kolabd status > > OpenPKG: status: kolabd. > > kolabd_enable="yes" > > kolabd_usable="unknown" > > kolabd_active="yes" > > # [root at PBL-kolab user]# ps aux | grep kolabd > > root 5929 3.4 0.5 13356 11640 pts/2 S 12:48 0:00 > > /kolab/bin/perl /kolab/sbin/kolabd > > root 5933 0.0 0.5 13356 10560 pts/2 S 12:48 0:00 > > /kolab/bin/perl /kolab/sbin/kolabd > > root 6009 0.0 0.0 1988 544 pts/2 S+ 12:48 0:00 grep > > --color kolabd > > > > - Delete /kolab/var/kolab/mailbox-uidcache.db file and restart kolabd - > > done. > > > > I also find some posts mentioning OpenLDAP SLURP replication could > > cause this behavior if slave is not found. > > > > My question: > > Do I have to disable ldap replication manually and how. I see there is > > a slurpd process is running and there repalica configurations in > > slapd.conf and slapd.replica files. > > > > Thanks > > Liutauras > > I do not have the file mailbox-uidcache.db > Where is it created. I am using a Mandriva box and when repackaging, I may > set the path to something where kolab doesn't have permission. I get in the syslog: Jun 27 13:27:03 aargau kolabd[30825]: L Error: Unable to open mailbox uid cache DB This may be the reason why I get User Deleted, awaiting cleanup... Problem -- Thomas From thomas at btspuhler.com Sun Jun 28 00:10:28 2009 From: thomas at btspuhler.com (Thomas Spuhler) Date: Sat, 27 Jun 2009 15:10:28 -0700 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <200906271220.24309.thomas@btspuhler.com> References: <200906271220.24309.thomas@btspuhler.com> Message-ID: <200906271510.28436.thomas@btspuhler.com> On Saturday 27 June 2009 12:20:24 Thomas Spuhler wrote: > On Tuesday 09 June 2009 02:53:38 Liutauras Adomaitis wrote: > > Hi kolab users, > > > > I'm using kolab2.2.2 and having problems with deleting users - > > I have read wiki and etc, which are saying, that there are two possible > > causes: - kolabd is not working > > My box: > > # [root at PBL-kolab user]# /kolab/bin/openpkg rc kolabd status > > OpenPKG: status: kolabd. > > kolabd_enable="yes" > > kolabd_usable="unknown" > > kolabd_active="yes" > > # [root at PBL-kolab user]# ps aux | grep kolabd > > root 5929 3.4 0.5 13356 11640 pts/2 S 12:48 0:00 > > /kolab/bin/perl /kolab/sbin/kolabd > > root 5933 0.0 0.5 13356 10560 pts/2 S 12:48 0:00 > > /kolab/bin/perl /kolab/sbin/kolabd > > root 6009 0.0 0.0 1988 544 pts/2 S+ 12:48 0:00 grep > > --color kolabd > > > > - Delete /kolab/var/kolab/mailbox-uidcache.db file and restart kolabd - > > done. > > > > I also find some posts mentioning OpenLDAP SLURP replication could > > cause this behavior if slave is not found. > > > > My question: > > Do I have to disable ldap replication manually and how. I see there is > > a slurpd process is running and there repalica configurations in > > slapd.conf and slapd.replica files. > > > > Thanks > > Liutauras > > > > I do not have the file mailbox-uidcache.db > Where is it created. I am using a Mandriva box and when repackaging, I may > set the path to something where kolab doesn't have permission. Whoever did write this page "http://wiki.kolab.org/index.php/Mandrake" Does your kolab remain alive? -- Thomas From shrenik.bhura at intelliant.net Sun Jun 28 15:42:59 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Sun, 28 Jun 2009 19:12:59 +0530 Subject: Problem with Horde In-Reply-To: <001e01c9f630$3fb13150$bf1393f0$@andersson@heatex.com> References: <001e01c9f630$3fb13150$bf1393f0$@andersson@heatex.com> Message-ID: <4A477363.3060406@intelliant.net> Tomas Andersson wrote: > > I made a fresh install of Kolab 2.2.2 with no problems. > > I?ve set up an address in the adminpage for testing. > > But when I go to https://127.0.0.1/client/imp/login.php and try to > login to horde I get a login failed. Something about username or password. > > > > > > > May be you should use the domain name that you gave while running kolab_bootstrap https:///client/ SB From thomas at btspuhler.com Mon Jun 29 06:27:04 2009 From: thomas at btspuhler.com (Thomas Spuhler) Date: Sun, 28 Jun 2009 21:27:04 -0700 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: References: Message-ID: <200906282127.05101.thomas@btspuhler.com> On Tuesday 09 June 2009 02:53:38 Liutauras Adomaitis wrote: > Hi kolab users, > > I'm using kolab2.2.2 and having problems with deleting users - > I have read wiki and etc, which are saying, that there are two possible > causes: - kolabd is not working > My box: > # [root at PBL-kolab user]# /kolab/bin/openpkg rc kolabd status > OpenPKG: status: kolabd. > kolabd_enable="yes" > kolabd_usable="unknown" > kolabd_active="yes" > # [root at PBL-kolab user]# ps aux | grep kolabd > root 5929 3.4 0.5 13356 11640 pts/2 S 12:48 0:00 > /kolab/bin/perl /kolab/sbin/kolabd > root 5933 0.0 0.5 13356 10560 pts/2 S 12:48 0:00 > /kolab/bin/perl /kolab/sbin/kolabd > root 6009 0.0 0.0 1988 544 pts/2 S+ 12:48 0:00 grep > --color kolabd > > - Delete /kolab/var/kolab/mailbox-uidcache.db file and restart kolabd - > done. > > I also find some posts mentioning OpenLDAP SLURP replication could > cause this behavior if slave is not found. > > My question: > Do I have to disable ldap replication manually and how. I see there is > a slurpd process is running and there repalica configurations in > slapd.conf and slapd.replica files. > > Thanks > Liutauras > > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users I did some more research an increased debug and log level. The kolabd doesn't like in /kolab.globals directory_mode : @directory_mode@ i SEE IN THE SYSLOG: Jun 28 21:25:35 aargau kolabd: K: Loading backends Jun 28 21:25:35 aargau kolabd: B: Loading backend `@directory_mode@' Jun 28 21:25:35 aargau kolabd: B Error: Error is: syntax error at (eval 70) line 1, near "require Kolab::LDAP::Backend::@directory_mode" Global symbol "@directory_mode" requires explicit package name at (eval 70) line 1, line 516. Jun 28 21:25:35 aargau kolabd: B Error: Backend `@directory_mode@' does not exist or has errors, exiting Since slurp is gone this should be the way for replication. But what could be wrong? -- Thomas From ml at radoeka.nl Mon Jun 29 19:20:03 2009 From: ml at radoeka.nl (Richard Bos) Date: Mon, 29 Jun 2009 19:20:03 +0200 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <200906282127.05101.thomas@btspuhler.com> References: <200906282127.05101.thomas@btspuhler.com> Message-ID: <200906291920.03651.ml@radoeka.nl> Hi Thomas, Op maandag 29 juni 2009 06:27:04 schreef Thomas Spuhler: > I did some more research an increased debug and log level. > The kolabd doesn't like in /kolab.globals > > directory_mode : @directory_mode@ > > i SEE IN THE SYSLOG: > Jun 28 21:25:35 aargau kolabd: K: Loading backends > Jun 28 21:25:35 aargau kolabd: B: Loading backend `@directory_mode@' > Jun 28 21:25:35 aargau kolabd: B Error: Error is: syntax error at (eval 70) > line 1, near "require Kolab::LDAP::Backend::@directory_mode" Global symbol > "@directory_mode" requires explicit package name at (eval 70) line 1, > line 516. > Jun 28 21:25:35 aargau kolabd: B Error: Backend `@directory_mode@' does not > exist or has errors, exiting > > Since slurp is gone this should be the way for replication. But what could > be wrong? All variable with @....@ must be replaced by the build process. The value for you should be: syncrepl -- Richard From thomas at btspuhler.com Tue Jun 30 04:53:10 2009 From: thomas at btspuhler.com (Thomas Spuhler) Date: Mon, 29 Jun 2009 19:53:10 -0700 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <200906291920.03651.ml@radoeka.nl> References: <200906282127.05101.thomas@btspuhler.com> <200906291920.03651.ml@radoeka.nl> Message-ID: <200906291953.10380.thomas@btspuhler.com> On Monday 29 June 2009 10:20:03 you wrote: > Hi Thomas, > > Op maandag 29 juni 2009 06:27:04 schreef Thomas Spuhler: > > I did some more research an increased debug and log level. > > The kolabd doesn't like in /kolab.globals > > > > directory_mode : @directory_mode@ > > > > i SEE IN THE SYSLOG: > > Jun 28 21:25:35 aargau kolabd: K: Loading backends > > Jun 28 21:25:35 aargau kolabd: B: Loading backend `@directory_mode@' > > Jun 28 21:25:35 aargau kolabd: B Error: Error is: syntax error at (eval > > 70) line 1, near "require Kolab::LDAP::Backend::@directory_mode" Global > > symbol "@directory_mode" requires explicit package name at (eval 70) line > > 1, line 516. > > Jun 28 21:25:35 aargau kolabd: B Error: Backend `@directory_mode@' does > > not exist or has errors, exiting > > > > Since slurp is gone this should be the way for replication. But what > > could be wrong? > > All variable with @....@ must be replaced by the build process. The value > for you should be: syncrepl OK, Thanks. I did replace it as suggested. (may had it initially this way before I did a lot of trying.) I uses a test system on a virtual box. I now get this error: Jun 29 19:39:39 localhost kolabd: Kolab is starting up Jun 29 19:39:39 localhost kolabd: L: Starting up Jun 29 19:39:39 localhost kolabd: L: Opening mailbox uid cache DB Jun 29 19:39:39 localhost kolabd: L: Opening graveyard uid/timestamp cache DB Jun 29 19:39:39 localhost kolabd: L: Opening mailbox quota cache DB Jun 29 19:39:39 localhost kolabd: K: Loading backends Jun 29 19:39:39 localhost kolabd: B: Loading backend `syncrepl' Jun 29 19:39:39 localhost kolabd: B Error: Error is: Can't locate Kolab/LDAP/Backend/syncrepl.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl .) at (eval 70) line 3, line 516. Jun 29 19:39:39 localhost kolabd: B Error: Backend `syncrepl' does not exist or has errors, exiting -- Thomas From thomas at btspuhler.com Tue Jun 30 05:05:08 2009 From: thomas at btspuhler.com (Thomas Spuhler) Date: Mon, 29 Jun 2009 20:05:08 -0700 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <200906291920.03651.ml@radoeka.nl> References: <200906282127.05101.thomas@btspuhler.com> <200906291920.03651.ml@radoeka.nl> Message-ID: <200906292005.08494.thomas@btspuhler.com> On Monday 29 June 2009 10:20:03 Richard Bos wrote: > Hi Thomas, > > Op maandag 29 juni 2009 06:27:04 schreef Thomas Spuhler: > > I did some more research an increased debug and log level. > > The kolabd doesn't like in /kolab.globals > > > > directory_mode : @directory_mode@ > > > > i SEE IN THE SYSLOG: > > Jun 28 21:25:35 aargau kolabd: K: Loading backends > > Jun 28 21:25:35 aargau kolabd: B: Loading backend `@directory_mode@' > > Jun 28 21:25:35 aargau kolabd: B Error: Error is: syntax error at (eval > > 70) line 1, near "require Kolab::LDAP::Backend::@directory_mode" Global > > symbol "@directory_mode" requires explicit package name at (eval 70) line > > 1, line 516. > > Jun 28 21:25:35 aargau kolabd: B Error: Backend `@directory_mode@' does > > not exist or has errors, exiting > > > > Since slurp is gone this should be the way for replication. But what > > could be wrong? > > All variable with @....@ must be replaced by the build process. The value > for you should be: syncrepl Why did it not replace it when building the package. The other @.... @ were replaced. It's written like this in the file from the Kolab repository. -- Thomas From johannes_graumann at web.de Tue Jun 30 09:44:52 2009 From: johannes_graumann at web.de (Johannes Graumann) Date: Tue, 30 Jun 2009 07:44:52 +0000 (UTC) Subject: Horde/SyncML Status Message-ID: Hi guys, Can someone give a semi-definite statement on whether Horde/SyncML as described in http://wiki.horde.org/SyncHowTo will actually work on a stock Kolab installation from source? Is anyone running a syncml-capable setup successfully? Thank you for your insights, Joh From devgioiatech at gmail.com Tue Jun 30 09:55:39 2009 From: devgioiatech at gmail.com (Antonio Straziota) Date: Tue, 30 Jun 2009 09:55:39 +0200 Subject: kolab slave server problem In-Reply-To: References: <71fe4e760906261115j237914f4ja2a085954a6571b3@mail.gmail.com> Message-ID: mmm i activate telemetry on master server. I think that this log must be activated on the server where mailbox resides. when i log in by horde on master i can see telemetry log with imap command and response, When i try to log in by slave horde, i can't see anything. I see that if i activate telemetry also on slave server, i obtain this logs but seems there are permission problem on creation of IMAP folder. Is it possible that slave server doesn't try to access mailbox on master, but on slave itself? I try to stop both imapd and openldap on slave server. I think this should not affect access on mailboxes hosted on master but when i try to log in, horde reject authentication due a wrong username and password. I just tried to make new bootstrap of slave server, but nothing change. Any idea? Thanks 2009/6/27 Antonio Straziota : > I solved the send mail problem...It was a resolution problem. although > the name server of master was in /etc/hosts file, i get in postfix log > a ?name resolution problem. Installng Bind the problem was solved. > > For mailbox problem,i'll try telemetry to identify problem... > > thanks. > > > > 2009/6/26 Alain Spineux : >> On Tue, Jun 23, 2009 at 2:59 PM, Antonio >> Straziota wrote: >>> Hi guy, >>> i've some problem with kolab slave. >>> >>> I use it as a internet webmail, but when i try to send email, i get an >>> error (The folder "sent-mail" was not created. This is what the server >>> said: Permission denied) followed by "Message sent successfully, but >>> not saved to sent-mail". Actually the sent folder exits (because i >>> created it on master kolab) and the mail wan't sent. >> >> How do you create it ? Did you give right access rights ? >> >>> In addition, when i access users mailboxes, i can't see their mails. >>> >> >> Do you have this problem on the master server or with other IMAP client ? >> Can you compare using telemetry logging ? >> https://wiki.kolab.org/index.php/Cyrus_imap_telemetry_logging >> >>> Any idea? >>> >>> on both master and slave I've Centos5.2 and kolab 2.2.0 >>> >>> Thanks in advance. >>> >>> _______________________________________________ >>> Kolab-users mailing list >>> Kolab-users at kolab.org >>> https://kolab.org/mailman/listinfo/kolab-users >>> >> >> >> >> -- >> Alain Spineux >> aspineux gmail com >> May the sources be with you >> > From tomas.andersson at heatex.com Tue Jun 30 10:18:22 2009 From: tomas.andersson at heatex.com (Tomas Andersson) Date: Tue, 30 Jun 2009 10:18:22 +0200 Subject: Kolab Outlook 2007 Message-ID: <004701c9f95b$550dfcd0$ff29f670$@andersson@heatex.com> Is there any way so sync calendar, contacts, tasks from Kolab/Horde to outlook 2007 without using a connector? I tried publishing the calendar using webdav but it doesn't work. Is it possible to get at least some functionality? Mvh / Meilleures salutations / Best regards / MFG, Tomas Andersson IT Administrator Heatex AB Tel.: + 46 410 710 554 Fax : + 46 410 710 529 Mob : + 46 702 772 597 Email : tomas.andersson at heatex.com Internet: www.heatex.com DISCLAIMER: 'The information contained in this email and any attachment is confidential. It is intended only for the named addressee(s). If you are not the named addressee please notify the sender immediately and do not disclose, copy or distribute the contents to any other person other than the intended addressee(s).' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090630/977125db/attachment.html From kolab at mechtron.com.au Fri Jun 19 12:13:11 2009 From: kolab at mechtron.com.au (Mark Berndt) Date: Fri, 19 Jun 2009 20:13:11 +1000 Subject: kolab web config hook Message-ID: <200906192013.12087.kolab@mechtron.com.au> Can we have a batch file hook to enable re-config of whatever when the kolab web admin is used? -- High performance computer, software and automation systems for demanding applications Mechtron Systems ABN: 52 149 788 293 329 Old Canobolas Road NASHDALE NSW 2800 mob 04-2860-1801 ph 02-6365-3568 fx 02-6365-3578 From dusty at qwer.tk Tue Jun 30 17:57:56 2009 From: dusty at qwer.tk (Hermann Himmelbauer) Date: Tue, 30 Jun 2009 17:57:56 +0200 Subject: Horde/SyncML Status In-Reply-To: References: Message-ID: <200906301757.57205.dusty@qwer.tk> Am Dienstag 30 Juni 2009 09:44:52 schrieb Johannes Graumann: > Hi guys, > > Can someone give a semi-definite statement on whether Horde/SyncML as > described in http://wiki.horde.org/SyncHowTo will actually work on a stock > Kolab installation from source? > > Is anyone running a syncml-capable setup successfully? What I can tell you is that it did not (yet?) work for me and my Nokia E71 (S60-based). I suspect that it may work with the latest Horde release (1.2.3), as there are numerous fixes in the SyncML code, but I can't confirm that as I did not manage to upgrade Horde in Kolab 2.2.2. What does work is a sync via Outlook and the Konsec connector, so I decided to use this as a temporary solution and wait for the next Kolab release. 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 shrenik.bhura at intelliant.net Tue Jun 30 18:06:12 2009 From: shrenik.bhura at intelliant.net (Shrenik Bhura) Date: Tue, 30 Jun 2009 21:36:12 +0530 Subject: Multiple mail paths in kolab Message-ID: <4A4A37F4.1090608@intelliant.net> I want to configure multiple mail-paths in kolab. One for incoming and the other for outgoing. Should something like this [1] work: /In main.cf:/ content_filter = kolabfilter smtpd_sender_restrictions = check_sender_access regexp:/etc/postfix/tag_as_local.re permit_mynetworks permit_sasl_authenticated check_sender_access regexp:/etc/postfix/tag_as_foreign.re /etc/postfix/tag_as_local.re:/ /^/ FILTER smtp-amavis:[127.0.0.1]:10025 /etc/postfix/tag_as_foreign.re:/ /^/ FILTER smtp-amavis:[127.0.0.1]:10027 Thereafter I plan to configure amavis for multi-path and am more confident of that stuff. Don't have access to a test server, hence I am somewhat banking on expert/experienced advice to minimise the trials. :) [1] http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim-amavisd-path Thanks, SB -------------- next part -------------- An HTML attachment was scrubbed... URL: http://kolab.org/pipermail/kolab-users/attachments/20090630/5434652a/attachment.html From alar.sing at err.ee Tue Jun 30 18:57:07 2009 From: alar.sing at err.ee (Alar Sing) Date: Tue, 30 Jun 2009 19:57:07 +0300 Subject: Horde/SyncML Status In-Reply-To: References: Message-ID: <4A4A43E3.5010302@err.ee> Johannes Graumann wrote: > Hi guys, > > Can someone give a semi-definite statement on whether Horde/SyncML as described > in http://wiki.horde.org/SyncHowTo will actually work on a stock Kolab > installation from source? > > Is anyone running a syncml-capable setup successfully? > > Thank you for your insights, > > Joh > I did some testing with nokia symbian phone and with htc windows mobile (funambol plugin) and with thunderbird/funambol. Non did work correctly. Symbian did sync calendar entrys for the first time, no updates was synced, contacts sync did not work at all. Same thing with nokia. For thunderbird the first contacts sync worked but no updates. > _______________________________________________ > Kolab-users mailing list > Kolab-users at kolab.org > https://kolab.org/mailman/listinfo/kolab-users From ml at radoeka.nl Tue Jun 30 21:10:36 2009 From: ml at radoeka.nl (Richard Bos) Date: Tue, 30 Jun 2009 21:10:36 +0200 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <200906292005.08494.thomas@btspuhler.com> References: <200906291920.03651.ml@radoeka.nl> <200906292005.08494.thomas@btspuhler.com> Message-ID: <200906302110.36634.ml@radoeka.nl> Op dinsdag 30 juni 2009 05:05:08 schreef Thomas Spuhler: > > > i SEE IN THE SYSLOG: > > > Jun 28 21:25:35 aargau kolabd: K: Loading backends > > > Jun 28 21:25:35 aargau kolabd: B: Loading backend `@directory_mode@' > > > Jun 28 21:25:35 aargau kolabd: B Error: Error is: syntax error at (eval > > > 70) line 1, near "require Kolab::LDAP::Backend::@directory_mode" Global > > > symbol "@directory_mode" requires explicit package name at (eval 70) > > > line 1, line 516. > > > Jun 28 21:25:35 aargau kolabd: B Error: Backend `@directory_mode@' does > > > not exist or has errors, exiting > > > > > > Since slurp is gone this should be the way for replication. But what > > > could be wrong? > > > > All variable with @....@ must be replaced by the build process. The > > value for you should be: syncrepl > > Why did it not replace it when building the package. The other @.... @ > were replaced. > It's written like this in the file from the Kolab repository. check your build scripts. It looks like they are too old. The file common should have a line with: kolabd/dist_conf/common: -e 's=[@]directory_mode[@]=$(directory_mode)=g' \ If that is not there, it won't build right. -- Richard From ml at radoeka.nl Tue Jun 30 21:11:43 2009 From: ml at radoeka.nl (Richard Bos) Date: Tue, 30 Jun 2009 21:11:43 +0200 Subject: User Deleted, awaiting cleanup... Problem In-Reply-To: <200906291953.10380.thomas@btspuhler.com> References: <200906291920.03651.ml@radoeka.nl> <200906291953.10380.thomas@btspuhler.com> Message-ID: <200906302111.44049.ml@radoeka.nl> Op dinsdag 30 juni 2009 04:53:10 schreef Thomas Spuhler: > OK, Thanks. I did replace it as suggested. (may had it initially this way > before I did a lot of trying.) I uses a test system on a virtual box. I now > get this error: > Jun 29 19:39:39 localhost kolabd: Kolab is starting up > Jun 29 19:39:39 localhost kolabd: L: Starting up > Jun 29 19:39:39 localhost kolabd: L: Opening mailbox uid cache DB > Jun 29 19:39:39 localhost kolabd: L: Opening graveyard uid/timestamp cache > DB Jun 29 19:39:39 localhost kolabd: L: Opening mailbox quota cache DB Jun > 29 19:39:39 localhost kolabd: K: Loading backends > Jun 29 19:39:39 localhost kolabd: B: Loading backend `syncrepl' > Jun 29 19:39:39 localhost kolabd: B Error: Error is: Can't locate > Kolab/LDAP/Backend/syncrepl.pm in @INC (@INC contains: > /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi > /usr/lib/perl5/site_perl/5.10.0 > /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.10.0 > /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 > /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl .) at (eval 70) line 3, > line 516. Jun 29 19:39:39 localhost kolabd: B Error: Backend > `syncrepl' does not exist or has errors, exiting perl-kolab> find | grep syncrepl ./lib/Kolab/LDAP/Backend/syncrepl.pm It looks like your perl-kolab is not up to date. -- Richard From ml at radoeka.nl Tue Jun 30 21:20:02 2009 From: ml at radoeka.nl (Richard Bos) Date: Tue, 30 Jun 2009 21:20:02 +0200 Subject: kolab web config hook In-Reply-To: <200906192013.12087.kolab@mechtron.com.au> References: <200906192013.12087.kolab@mechtron.com.au> Message-ID: <200906302120.02552.ml@radoeka.nl> Op vrijdag 19 juni 2009 12:13:11 schreef Mark Berndt: > Can we have a batch file hook to enable re-config of whatever when the > kolab web admin is used? This has been asked before, so far no one took the time to implement it. In case you want it to be added to kolab soon, you've to take action. -- Richard