[Kroupware] Trial run with kmail and outlook bynari plugin

Henning Holtschneider kroupware@mail.kde.org
Sun, 29 Dec 2002 02:15:04 +0100


--On Samstag, 28. Dezember 2002 19:41 +0200 Martin Lillepuu 
<martin@lillepuu.com> wrote:

> You should be able to change automatic vacation messages either from web
> (if  logged in as regular user) or from according kolab client (kmail)
> menu.

Ah, I see. I can log on as a regular user at https://.../admin/, too 8-) 
I'm now getting messages about the sieve service being unreachable. I will 
have a look at that tomorrow.

>> The proftpd configuration that comes with Kolab 1.0-beta1 does not have
>> anonymous access turned on. If you enable anonymous access, things
>> should work. But I'm not sure if it's so easy because my Outlook 2000
>> doesn't even try to store its free-busy list on the FTP server :-}
>
> http://kroupware.kde.org/concept-1.0.1/c493.html explains how to
> configure  outlook2000 freebusy settings.

Outlook is configured according to that document. After I modified the 
proftpd.conf.template like this:

--- proftpd.conf.template.orig  Fri Dec 27 16:06:28 2002
+++ proftpd.conf.template       Sat Dec 28 15:31:34 2002
@@ -44,6 +44,11 @@
     WTmpLog           off
 </Global>

+<Anonymous /kolab/var/kolab/www/freebusy>
+User freebusy
+Group freebusy
+UserAlias anonymous freebusy
+
 <Directory /*>
     AllowOverwrite    on
     <Limit STOR>
@@ -54,3 +59,4 @@
         DenyAll
     </Limit>
 </Directory>
+</Anonymous>

I can do anonymous FTP to the Kolab server. Outlook connects to the server 
but it doesn't store anything there. I will try to debug this later.

BTW, if you are scheduling a meeting with someone who has never connected 
to the free/busy service, you will get an error message from Outlook 
complaining about the missing vcf file. I think the Kolab server should 
place an empty file in the freebusy directory so that the users don't get 
confused by Outlook's error message.

hh