Re: [SOGo] Error while compiling openchange

2011-06-22 Thread Fabrice Durand
Hi,
Did you change PYTHONPATH ?
In my fedora it's in /usr/local/samba/lib64/python2.7/site-packages

Regards

2011/6/22 Roy Michelsen r...@stua.net

 Same issue here.
 Ubuntu 11.04 (64bit) Natty

 Regards.
 Roy Michelsen

 Fra: Carsten Laun-De Lellis [mailto:carsten.delel...@delellis.net]
 Sendt: 22. juni 2011 01:18
 Til: users@sogo.nu
 Emne: [SOGo] Error while compiling openchange

 Hi all

 During my installation of openchange I ran into the following error:

 root@vmd187:/download/openchange/sogo/samba4/source4#
 PYTHONPATH=$PYTHONPATH ./setup/provision --realm=OPENCHANGE.LOCAL
 --domain=OPENCHANGE --adminpass='%1OpenChange' --server-role='domain
 controller'
 Looking up IPv4 addresses
 ldb: module version mismatch in ../dsdb/samdb/ldb_modules/acl.c :
 ldb_version=1.0.1 module_version=0.9.22
 ldb: failed to initialise module
 bin/python/samba/../../../bin/modules/ldb/acl.so : Unavailable
 Setting up share.ldb
 Setting up secrets.ldb
 WARNING: Module [samba_secrets] not found - do you need to set
 LDB_MODULES_PATH?
 Unable to load modules for /usr/local/samba/private/secrets.ldb: (null)
 Traceback (most recent call last):
   File ./setup/provision, line 262, in module
 useeadb=eadb, next_rid=opts.next_rid, lp=lp)
   File bin/python/samba/provision/__init__.py, line 1571, in provision
 backend_credentials=provision_backend.secrets_credentials, lp=lp)
   File bin/python/samba/provision/__init__.py, line 883, in
 setup_secretsdb
 lp=lp)
   File bin/python/samba/__init__.py, line 110, in __init__
 self.connect(url, flags, options)
 _ldb.LdbError: (80, None)

 Does anybody know what's wrong.Everythin went like in the wiki up to this
 point.

 I am running this on Ubuntu 11.04 (64bit) natty system. Postfix, dovecot
 and mysql were installed a long time ago, but no previous SOGo installation.

 I would appreciate any help

 Regards,
 --
 Mit freundlichem Gruß

 Carsten Laun-De Lellis
 Dipl.-Ing. Elektrotechnik
 Certified Information Systems Auditor (CISA)


 Hauptstrasse 13
 D-67705 Trippstadt

 Phone:   +49 (6306) 992140
 Mobile:  +49 (151) 27530865
 email:   carsten.delel...@delellis.net
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Chrome - Firefox

2011-06-22 Thread Brian Lockwood
In Firefox 4 (FC15 intel) I find that the choice to display calendars
appears as a blank white square box into which I can put a tick.
In Chrome, the same type of check box appears as a slightly more
sophisticated icon which will not click, however, other checkboxes that
appear to look the same do  check OK.
The only one I have found that does not work is the choice of whether to
deisplay entries from a particular calendar or not.

Brian
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Error while compiling openchange

2011-06-22 Thread Alessio Fattorini

Il 22/06/2011 12:17, Fabrice Durand ha scritto:

Hi,
Did you change PYTHONPATH ?
In my fedora it's in /usr/local/samba/lib64/python2.7/site-packages


Hi fabrice,
can you paste your difference from documentation? I would test it on 
Centos 5.4



--
Alessio Fattorini (alessio.fattor...@nethesis.it)

nethesis srl - Via degli Olmi 16/4 - 61100 Pesaro (PU)
tel. +39 0721 405516 - fax +39 0721 268147
www.nethesis.it - i...@nethesis.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


SV: [SOGo] Error while compiling openchange

2011-06-22 Thread Roy Michelsen
Hi.
Changed my PYTHONPATH.
PYTHONPATH=/usr/local/samba/lib/python2.7/site-packages
export PYTHONPATH

Works like a charm ;)
Thanks !

Regards
Roy Michelsen

Fra: Fabrice Durand [mailto:oeufd...@gmail.com]
Sendt: 22. juni 2011 12:17
Til: users@sogo.nu
Emne: Re: [SOGo] Error while compiling openchange

Hi,
Did you change PYTHONPATH ?
In my fedora it's in /usr/local/samba/lib64/python2.7/site-packages

Regards
2011/6/22 Roy Michelsen r...@stua.netmailto:r...@stua.net
Same issue here.
Ubuntu 11.04 (64bit) Natty

Regards.
Roy Michelsen

Fra: Carsten Laun-De Lellis 
[mailto:carsten.delel...@delellis.netmailto:carsten.delel...@delellis.net]
Sendt: 22. juni 2011 01:18
Til: users@sogo.numailto:users@sogo.nu
Emne: [SOGo] Error while compiling openchange

Hi all

During my installation of openchange I ran into the following error:

root@vmd187:/download/openchange/sogo/samba4/source4# PYTHONPATH=$PYTHONPATH 
./setup/provision --realm=OPENCHANGE.LOCAL --domain=OPENCHANGE 
--adminpass='%1OpenChange' --server-role='domain controller'
Looking up IPv4 addresses
ldb: module version mismatch in ../dsdb/samdb/ldb_modules/acl.c : 
ldb_version=1.0.1 module_version=0.9.22
ldb: failed to initialise module 
bin/python/samba/../../../bin/modules/ldb/acl.so : Unavailable
Setting up share.ldb
Setting up secrets.ldb
WARNING: Module [samba_secrets] not found - do you need to set LDB_MODULES_PATH?
Unable to load modules for /usr/local/samba/private/secrets.ldb: (null)
Traceback (most recent call last):
  File ./setup/provision, line 262, in module
useeadb=eadb, next_rid=opts.next_rid, lp=lp)
  File bin/python/samba/provision/__init__.py, line 1571, in provision
backend_credentials=provision_backend.secrets_credentials, lp=lp)
  File bin/python/samba/provision/__init__.py, line 883, in setup_secretsdb
lp=lp)
  File bin/python/samba/__init__.py, line 110, in __init__
self.connect(url, flags, options)
_ldb.LdbError: (80, None)

Does anybody know what's wrong.Everythin went like in the wiki up to this point.

I am running this on Ubuntu 11.04 (64bit) natty system. Postfix, dovecot and 
mysql were installed a long time ago, but no previous SOGo installation.

I would appreciate any help

Regards,
--
Mit freundlichem Gruß

Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)


Hauptstrasse 13
D-67705 Trippstadt

Phone:   +49 (6306) 992140
Mobile:  +49 (151) 27530865
email:   carsten.delel...@delellis.netmailto:carsten.delel...@delellis.net
--
users@sogo.numailto:users@sogo.nu
https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Error while compiling openchange

2011-06-22 Thread Ludovic Marcotte

On 22/06/11 06:42, Fabrice Durand wrote:

# Teach ld.so about the non standard location of samba4 libraries
sudo su -c 'echo /usr/local/samba/lib  /etc/ld.so.conf.d/samba4.conf'

# update PKG_CONFIG_PATH and PYTHONPATH
sudo su -c 'echo PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/samba/lib/pkgconfig; export 
PKG_CONFIG_PATH  /etc/profile.d/samba4-env-build.sh'
sudo su -c 'echo 
PYTHONPATH=$PYTHONPATH:/usr/local/samba/lib64/python2.7/site-packages

; export PYTHONPATH  /etc/profile.d/samba4-env-build.sh'
. /etc/profile.d/samba4-env-build.sh
You should adjust the Wiki with those instructions for Fedore Core 15 
(and perhaps, RHEL vX).


Regards,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Iphone Carddav

2011-06-22 Thread Peter Zieseniss
Hi Bruno,

i feel responsible for this; that was a config that did not work with the 
iPhone..

However, if you have access to your server's DNS, just add an A record for a 
subdomain, ex:
dav.domain.com


Then create a virtual host the same way you did for the last one, and use the 
following:

[cut]

RewriteEngine On
RewriteRule ^/principals/users/(.*)$ /proxy/$1 [PT]
ProxyPassInterpolateEnv On 
ProxyPreserveHost On
ProxyPass /proxy http://127.0.0.1:2/SOGo/dav/ interpolate 
ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate
ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate

Proxy http://127.0.0.1:2/SOGo
  RequestHeader set x-webobjects-server-port 443
  RequestHeader set x-webobjects-server-name dav.domain.com
  RequestHeader set x-webobjects-server-url https://dav.domain.com;
  RequestHeader set x-webobjects-server-protocol HTTP/1.0
  RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e env=REMOTE_HOST
  AddDefaultCharset UTF-8
  Order allow,deny
  Allow from all
/Proxy
RewriteEngine On
RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]

[cut]





Note that when you enter the server address in iOS make sure to include https 
and :443 like the following
https://dav.domain.com:443


it works without a hitch on everything!!!
(Thanks to Mark Czardybon)


I sincerely hope this helps!
Be well,
Peter


On Jun 21, 2011, at 3:59 PM, Bruno Leon wrote:

 Hello,
 
 I've been trying to make carddav sync work with an iphone for two days 
 without success,
 so I come to this list (where I read all related post already as well)
 
 I followed the manual and configured the additional vhost exactly as stated 
 (see attached file),
 but the iphone won't sync anything.
 
 Versions
 OS: Ubuntu 10.04
 Sogo: 1.3.7a
 Iphone 4.3 (didnt see the minor version)
 
 To be noted is that I'm using emails as login. I've seen issues with that and 
 tried to replace @ with %40 with no more luck.
 
 I see the request reach the server, because setting a wrong username fails 
 with
 SOGoDAVAuthenticator] tried wrong password for user 't...@example.com'!
 
 With a valid user I don't have such message. The Iphone accepts the account 
 but nothing happens.
 The sogo log is below:
 
 127.0.0.1 - - [20/Jun/2011:21:53:25 GMT] OPTIONS 
 /SOGo/dav/.well-known/carddav HTTP/1.1 404 43/0 0.004 - - 0
 127.0.0.1 - - [20/Jun/2011:21:53:25 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 401 
 0/0 0.003 - - 0
 2011-06-20 21:53:26.182 sogod[2551] -[WEClientCapabilities initWithRequest:]: 
 Unknown WebClient: user-agent='DataAccess/1.0 (8F190)'
 127.0.0.1 - - [20/Jun/2011:21:53:26 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 200 
 0/0 0.014 - - 0
 Jun 20 21:53:26 sogod [2551]: [WARN] |SOGo| tried to access undefined KVC 
 key: 'davPrincipalURL'
 2011-06-20 21:53:26.343 sogod[2551] -[WEClientCapabilities initWithRequest:]: 
 Unknown WebClient: user-agent='DataAccess/1.0 (8F190)'
 127.0.0.1 - - [20/Jun/2011:21:53:26 GMT] PROPFIND /SOGo/dav/ HTTP/1.1 207 
 476/181 0.024 - - 0
 
 Is it normal that I get a 404 at first ?
 
 Also, I tried to access the sogo.example.com:8843 url with konqueror wich 
 support webdav, and I managed to login.
 What is shows me is a folder dav. It is empty though.
 If I then add u...@example.com to the url, I have a list of folders: Mail, 
 Contacts, Calendar, u...@example.com
 
 This tend to show that sogo is handling the request but I'm stuck there.
 Any help would be greatly appreciated.
 
 -- 
 Bruno Leon
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/listssogo8843.txt


--

My candle burns at both ends;
It will not last the night;
But ah, my foes, and oh, my friends
It gives a lovely light!
 — Edna St. Vincent Millay

-- 

Peter Zieseniss
Principal
http://www.zconsulting.net
pe...@zconsulting.net

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo vs. Firefox on Android

2011-06-22 Thread Christophe Boyanique

Le 18/06/2011 00:04, Patrick Ben Koetter a écrit :


Any time I would access my SOGo servers homepage Firefox closed the tab
immediately.


I suppose this is a problem with Firefox: I juste tested the connection 
with the provided browser (not firefox) and it works.


Firefox in Android is still in pre-beta stage, isn't it ? perhaps you 
should report a bug on Firefox team ?


Christophe.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Clarification about LDAP/IMAP/SMTP

2011-06-22 Thread Jason Thibeault
I have SOGo configured to authenticate against our ActiveDirectory 
server, and Dovecot configured to do the same. Exim uses Dovecot's 
authentication stack as well via Dovecot's Deliver binary. Sometimes 
Dovecot fails over to a different server than SOGo is using, and if a 
user's profile is different on the two servers, it will cause issues 
(e.g. being able to log into SOGo but SOGo not being able to check the 
IMAP store), but otherwise, I've not run into any problems in this 
configuration.


On 11-06-09 02:48 PM, Mark Adams wrote:

On 9 Jun 2011, at 18:41, Riccardo Bicellir.bice...@gmail.com  wrote:


Hi everyone,
I need some clarification about installation.

I'm deploying SOGo in  a small organization (20 users). I want it to work with 
Active Directory using Thunderbird and SOGo integrator.

If I configure Active Directory as user source for SOGo, have I to do the same 
with my IMAP (dovecot) and SMTP (postfix) servers?


Not entirely, but the auth details would need to match, so you may aswell!


Thanks!


--
Jason Thibeault
OLS | IT Manager, Kentville

office 902.690.2249 | cell 902.679.7710 | fax 902.678.7200
email jason.thibea...@onlinesupport.com 
mailto:jason.thibea...@onlinesupport.com | website 
www.onlinesupport.com http://www.onlinesupport.com


Notice This communication, including any attachments, is confidential. 
It is intended only for the person or persons to whom it is addressed. 
If you have received this e-mail in error, please notify the sender. 
Avis Cette communication, y compris tous les attachements, est 
confidentielle. On le prévoit seulement pour la personne ou les 
personnes à qui il est adressé. Si vous avez reçu cet email par erreur, 
informez svp l'expéditeur.

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo/OpenChange installation and configuration guide

2011-06-22 Thread Fabrice Durand
Hi,
i answer myself to have libmapi++ (C++ library): yes on fc15.
You have to install boost-devel , export export BOOST_LIB_SUFFIX=-mt and
launch make clean  ./autogen.sh  ./configure --prefix=/usr/local/samba

Regards

2011/6/21 Jose Amengual jose.ameng...@gmail.com

 And now If I run gmake I get :

 exchange.idl:4491: warning: subcontext() is deprecated. Use
 represent_as() or transmit_as() instead
 exchange.idl:4061: warning: [out] argument `size' not a pointer
 exchange.idl:4062: warning: [out] argument `offset' not a pointer
 exchange.idl:4061: error: EcDoRpc: [out] argument 'size' is not a
 pointer or array, skip client functions
 Compiling gen_ndr/ndr_exchange.c with -fPIC
 gcc: -rpath: linker input file unused because linking not done
 gcc: /usr/local/samba/lib: linker input file unused because linking not
 done
 Compiling gen_ndr/ndr_exchange_c.c with -fPIC
 gcc: -rpath: linker input file unused because linking not done
 gcc: /usr/local/samba/lib: linker input file unused because linking not
 done
 Linking libmapi.so.0.11
 Compiling libocpf/ocpf.tab.c with -fPIC
 In file included from ./libocpf/ocpf_api.h:142,
 from libocpf/ocpf.y:23:
 ./libocpf/ocpf_private.h:28: error: redefinition of typedef
 'comparison_fn_t'
 /usr/local/samba/include/ndr.h:36: error: previous declaration of
 'comparison_fn_t' was here
 libocpf/ocpf.y: In function 'ocpf_yyparse':
 libocpf/ocpf.y:396: warning: comparison is always false due to limited
 range of data type
 gmake: *** [libocpf/ocpf.tab.po] Error 1

 is this a bug that I should report ?

 Thanks.

 On Tue, Jun 21, 2011 at 1:39 PM, Jose Amengual jose.ameng...@gmail.com
 wrote:
  I manage to fix the install script for samba and I actually got it
  installed in freebsd ( supraising) and openchange compiles ok but this
  is the result of ./configure:
 
  ===
  OpenChange Configuration (Please review)
 
* OpenChange Libraries:
  - libmapi (C library): yes
   Thread support:   yes (pthread)
  - libmapi++ (C++ library): no
  - libmapiadmin:yes
  - libocpf: yes
 
* OpenChange Server:
  - mapiproxy:   yes
 
* OpenChange mapistore backends:
  - sqlite3: no
 
* OpenChange Tools:
  - openchangeclient:yes
  - mapiprofile: yes
  - openchangepfadmin:   yes
  - exchange2mbox:   yes
  - exchange2ical:   no
  - mapitest:yes
  - openchangemapidump:  yes
  - schemaIDGUID:yes
 
* subunit format (mapitest): no
 
* OpenChange Documentation:  no
 
* Coverage Tests:no
 
* OpenChange Bindings:
  - Python:  no
  - Qt4: no
 
* Installation prefix:   /usr/local/samba
 
  ===
 
  is ok that  - libmapi++ is not enable ?
 
  Thanks.
 
  On Tue, Jun 21, 2011 at 11:09 AM, Jose Amengual jose.ameng...@gmail.com
 wrote:
  There is anyone working on a documentation for FreeBSD or other BSD
 systems ?
 
  Thanks.
 
  On Tue, Jun 21, 2011 at 10:35 AM, Fabrice Durand oeufd...@gmail.com
 wrote:
  Hi,
  follow the documentation to build the OpenChange and SOGo.
 
  I'm on a Fedora Core 15 x86_64 and there is just few differences with
 the
  dependencies.
 
  Compilling samba4 seem's to be ok.
  I on the Build OpenChange chapter an i have a warning on ./configure
  script:
  configure: WARNING: The Samba4 version installed on your system doesn't
 meet
  OpenChange requirements (4.0.0alpha14 or 4.0.0alpha14-GIT-).
  and a difference with the result:
  ===
  OpenChange Configuration (Please review)
 
 * OpenChange Libraries:
   - libmapi (C library): yes
Thread support:   yes (pthread)
   - libmapi++ (C++ library): no
   - libmapiadmin:yes
   - libocpf: yes
 
 * OpenChange Server:
   - mapiproxy:   yes
 
 * OpenChange mapistore backends:
   - sqlite3: no
 
 * OpenChange Tools:
   - openchangeclient:yes
   - mapiprofile: yes
   - openchangepfadmin:   yes
   - exchange2mbox:   yes
   - exchange2ical:   yes
   - mapitest:yes
   - openchangemapidump:  yes
   - schemaIDGUID:yes
 
 * subunit format (mapitest): no
 
 * OpenChange 

Re: [SOGo] Error while compiling openchange

2011-06-22 Thread Fabrice Durand
Hi,
no problem, when i'll successfully build openchange, i'll update the wiki.
Regards
Fabrice Durand

2011/6/22 Ludovic Marcotte lmarco...@inverse.ca

 On 22/06/11 06:42, Fabrice Durand wrote:

 # Teach ld.so about the non standard location of samba4 libraries
 sudo su -c 'echo /usr/local/samba/lib  /etc/ld.so.conf.d/samba4.conf'

 # update PKG_CONFIG_PATH and PYTHONPATH
 sudo su -c 'echo PKG_CONFIG_PATH=$PKG_CONFIG_**
 PATH:/usr/local/samba/lib/**pkgconfig; export PKG_CONFIG_PATH
  /etc/profile.d/samba4-env-**build.sh'
 sudo su -c 'echo PYTHONPATH=$PYTHONPATH:/usr/**
 local/samba/lib64/python2.7/**site-packages

 ; export PYTHONPATH  /etc/profile.d/samba4-env-**build.sh'
 . /etc/profile.d/samba4-env-**build.sh

 You should adjust the Wiki with those instructions for Fedore Core 15 (and
 perhaps, RHEL vX).

 Regards,

 --
 Ludovic Marcotte
 lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
 Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (
 www.packetfence.org)


 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo/OpenChange installation and configuration guide

2011-06-22 Thread Jose Amengual
now I got :

===
OpenChange Configuration (Please review)

   * OpenChange Libraries:
 - libmapi (C library): yes
  Thread support:   yes (pthread)
 - libmapi++ (C++ library): no
 - libmapiadmin:yes
 - libocpf: yes

   * OpenChange Server:
 - mapiproxy:   yes

   * OpenChange mapistore backends:
 - sqlite3: no

   * OpenChange Tools:
 - openchangeclient:yes
 - mapiprofile: yes
 - openchangepfadmin:   yes
 - exchange2mbox:   yes
 - exchange2ical:   no
 - mapitest:yes
 - openchangemapidump:  yes
 - schemaIDGUID:yes

   * subunit format (mapitest): no

   * OpenChange Documentation:  no

   * Coverage Tests:no

   * OpenChange Bindings:
 - Python:  no
 - Qt4: no

   * Installation prefix:   /usr/local/samba


but I get this error when I do gmake:

gcc: -rpath: linker input file unused because linking not done
gcc: /usr/local/samba/lib: linker input file unused because linking not done
Compiling ndr_mapi.c with -fPIC
gcc: -rpath: linker input file unused because linking not done
gcc: /usr/local/samba/lib: linker input file unused because linking not done
Compiling gen_ndr/ndr_exchange.c with -fPIC
gcc: -rpath: linker input file unused because linking not done
gcc: /usr/local/samba/lib: linker input file unused because linking not done
Compiling gen_ndr/ndr_exchange_c.c with -fPIC
gcc: -rpath: linker input file unused because linking not done
gcc: /usr/local/samba/lib: linker input file unused because linking not done
Compiling gen_ndr/ndr_property.c with -fPIC
gcc: -rpath: linker input file unused because linking not done
gcc: /usr/local/samba/lib: linker input file unused because linking not done
Compiling libmapi/socket/interface.c with -fPIC
gcc: -rpath: linker input file unused because linking not done
gcc: /usr/local/samba/lib: linker input file unused because linking not done
Compiling libmapi/socket/netif.c with -fPIC
gcc: -rpath: linker input file unused because linking not done
gcc: /usr/local/samba/lib: linker input file unused because linking not done
Linking libmapi.so.0.11
Generating libocpf/ocpf.tab.c
Compiling libocpf/ocpf.tab.c with -fPIC
In file included from ./libocpf/ocpf_api.h:142,
 from libocpf/ocpf.y:23:
./libocpf/ocpf_private.h:28: error: redefinition of typedef 'comparison_fn_t'
/usr/local/samba/include/ndr.h:36: error: previous declaration of
'comparison_fn_t' was here
libocpf/ocpf.y: In function 'ocpf_yyparse':
libocpf/ocpf.y:396: warning: comparison is always false due to limited
range of data type
gmake: *** [libocpf/ocpf.tab.po] Error 1

There is any version of gcc needed to compile this ?

I'm trying to do this on a FreeBSD 8.2 machine and I never got this
far, it will be exacting to get this working on BSD.

Thanks.

On Wed, Jun 22, 2011 at 1:00 PM, Fabrice Durand oeufd...@gmail.com wrote:
 Hi,
 i answer myself to have libmapi++ (C++ library): yes on fc15.
 You have to install boost-devel , export export BOOST_LIB_SUFFIX=-mt and
 launch make clean  ./autogen.sh  ./configure --prefix=/usr/local/samba

 Regards

 2011/6/21 Jose Amengual jose.ameng...@gmail.com

 And now If I run gmake I get :

 exchange.idl:4491: warning: subcontext() is deprecated. Use
 represent_as() or transmit_as() instead
 exchange.idl:4061: warning: [out] argument `size' not a pointer
 exchange.idl:4062: warning: [out] argument `offset' not a pointer
 exchange.idl:4061: error: EcDoRpc: [out] argument 'size' is not a
 pointer or array, skip client functions
 Compiling gen_ndr/ndr_exchange.c with -fPIC
 gcc: -rpath: linker input file unused because linking not done
 gcc: /usr/local/samba/lib: linker input file unused because linking not
 done
 Compiling gen_ndr/ndr_exchange_c.c with -fPIC
 gcc: -rpath: linker input file unused because linking not done
 gcc: /usr/local/samba/lib: linker input file unused because linking not
 done
 Linking libmapi.so.0.11
 Compiling libocpf/ocpf.tab.c with -fPIC
 In file included from ./libocpf/ocpf_api.h:142,
                 from libocpf/ocpf.y:23:
 ./libocpf/ocpf_private.h:28: error: redefinition of typedef
 'comparison_fn_t'
 /usr/local/samba/include/ndr.h:36: error: previous declaration of
 'comparison_fn_t' was here
 libocpf/ocpf.y: In function 'ocpf_yyparse':
 libocpf/ocpf.y:396: warning: comparison is always false due to limited
 range of data type
 gmake: *** [libocpf/ocpf.tab.po] Error 1

 is this a bug that I should report ?

 Thanks.

 On Tue, Jun 21, 2011 at 1:39 PM, Jose Amengual jose.ameng...@gmail.com
 wrote:
  I manage to fix 

[SOGo] BTS activities for Wednesday, June 22 2011

2011-06-22 Thread SOGo reporter
Title: BTS activities for Wednesday, June 22 2011





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, June 22 2011

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1056
	2011-06-22 10:27:49
	updated (open)
	SOGo Integrator
	big subscription dialog for Windows 7
	
	  
	
1326
	2011-06-22 10:28:00
	updated (open)
	SOGo Integrator
	subscribe window in integrator exceeds height of screen
	
	  
	
1208
	2011-06-22 11:45:46
	updated (open)
	Web Preferences
	Sieve filter problem
	
	  
	
1344
	2011-06-22 05:08:00
	new (open)
	Web Preferences
	Sieve filter 'reject' generates incorrect script on single-line messages
	
	  
	
1341
	2011-06-22 04:29:28
	updated (open)
	with external server
	2 Accounts to the same server with different passwords are a problem ...