kolab - opensuse 11.1

Carsten Burghardt carsten at cburghardt.com
Tue May 5 00:21:40 CEST 2009


Am Montag, 4. Mai 2009 22:44:44 schrieben Sie:
> Hello Carsten,
>
> Op maandag 04 mei 2009 09:30:45 schreef Carsten Burghardt:
> > >> > > Apr  1 18:59:48 sft postfix/cleanup[7318]: B445B1AE1FD:
> > >> > > message-id=<20090401225948.B445B1AE1FD at sft.hd.net>
> > >> > > Apr  1 18:59:48 sft postfix/bounce[7321]: 83EE81AE1FA: sender
> > >> > > non-delivery notification: B445B1AE1FD
> > >> > > Apr  1 18:59:48 sft postfix/qmgr[7190]: B445B1AE1FD: from=<>,
> > >> > > size=2243, nrcpt=1 (queue active)
> > >> > > Apr  1 18:59:48 sft postfix/qmgr[7190]: 83EE81AE1FA: removed
> > >> > > Apr  1 18:59:48 sft postfix/pipe[7323]: B445B1AE1FD:
> > >> > > to=<sft at hd.net>, relay=kolabmailboxfilter, delay=0.11,
> > >> > > delays=0.04/0.01/0/0.06, dsn=5.3.0, status=bounced (Command died
> > >> > > with status 1:
> > >> > > "/usr/bin/php5". Command output: Could not open input file:
> > >> > > /usr/bin/kolabmailboxfilter )
> > >> > > Apr  1 18:59:48 sft postfix/qmgr[7190]: B445B1AE1FD: removed
> > >> > >
> > >> > > What am I doing wrong?
> > >> >
> > >> > See questions as above, does the file exists
> > >> > (/usr/bin/kolabmailboxfilter)
> > >> >
> > >> > # rpm -qf /usr/bin/kolabmailboxfilter
> > >>
> > >> Those files do not exist on my upgraded system (10.3). What package
> > >> should include them?
> > >
> > > On 10.3 I think it is:
> > > /var/lib/kolab/kolab-filter/kolabmailboxfilter.php, but that is a big
> > > guess. If that is indeed the correct file, the package kolab-filter
> > > provides it.
> >
> > The file you mentioned exists but in the pipe command it looks for
> > /usr/bin/kolabmailboxfilter. Should I create a link or change the
> > command? I assume this should also be changed in the package then?
>
> Dunno, but it looks like you have to versions mixed.   If it is possible
> try to do a clean install of kolab.  AFAIK Alar has kolab-2.2.1 running
> successfully on openSUSE-10.3.
>
> With Alar's help we have made very good progress and is now starting to
> work nicely on openSUSE.  There are still some things to be fixed, but the
> major components seem to be working fine and out of the box!

Kolab 2.2.0 had the following in the master.cf:
kolabfilter     unix  -       n       n       -       -       pipe user=kolab 
null_sender= argv=/usr/bin/php5
    -c /etc/php5/cli/php.ini
    -f /var/lib/kolab/kolab-filter/kolabfilter.php
    --
    -h @@@fqdnhostname@@@
    -s ${sender}
    -r ${recipient}
    -c ${client_address}
    -u ${sasl_username}

That was changed in 2.2.1 to:
kolabfilter     unix  -       n       n       -       -       pipe user=kolab 
null_sender= argv=/usr/bin/php5
    -c /etc/php5/cli/php.ini
    -f /usr/bin/kolabfilter
    --
    --host=@@@fqdnhostname@@@
    --sender=${sender}
    --recipient=${recipient}
    --client=${client_address}
    --user=${sasl_username}
    --config=/etc/kolab/filter/kolabfilter.conf

So I only need to know if I should change this back or enter something in the 
user profile. No big thing at all but seems to be a little missing piece.


Carsten





More information about the users mailing list