Re: [SOGo] Portal integration

2012-01-16 Thread Fabrice Durand
Hi,
to integrate SOGo to drupal , the first thing that comes to my mind is to
use an iframe in drupal.
To use the portal auth, you should have to use CAS (drupal and SOGo are
compatible), but i never try.
The second possibility is to use something like Vulture websso:
If drupal do authentication against the same ldap directory than sogo,
vulture is that you need.
I'll not explain exactly how vulture work (there is a mailling list for
that), but vulture act as an authentication portail that push
identification on Drupal and on SOGo. So you just need to authenticate one
time and vulture do the SSO.

Regards
Fabrice Durand


Le 16 janvier 2012 19:35, Покотиленко Константин Александрович 
cas...@meteor.dp.ua a écrit :

 В Пнд, 16/01/2012 в 19:19 +0100, Georg Bretschneider пишет:
  Hi,
 
  could you specify integrate?

 Make it:
 - look like part of portal. Make it be a page of a portal instead being
 standalone web-application
 - use portal auth

  Am 16.01.2012 15:17, schrieb Покотиленко Константин Александрович:
   Hi,
  
   Does anybody tried to integrate Sogo into portals like Drupal?
  
   I'm going to investigate this soon, so if somebody have experience
   please share.
  
   In general how difficult this might be?
  
  


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

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

Re: [SOGo] packaging rpm sogo v2 problem, libSOGo.so.2.0.0 contains buildroot

2011-10-14 Thread Fabrice Durand
Hi,
for this problem i'm using a patch to build gnustep-make:
https://build.opensuse.org/package/files?package=gnustep-makeproject=home%3Aoeufdure%3ASOGO

Regards
Fabrice Durand

2011/10/14 Stephan Lauffer lauf...@ph-freiburg.de

 Hi all!

 I am new to GNUstep, SOGo and after a short test of your nice ubuntu vmware
 image I am now on packaging rpms of 2.0.0b1 for sles (openSUSE) for further
 tests in our environment.

 Therefore I use the Open Build Service build.opensuse.org (btw: I found
 other SOGo packages there).

 The OBS offers smart checks and one broke my build, the so called
 file-contains-buildroot check. This is a serious warning and says
 (expecting /var/tmp/build would be the build root):

   strings ./usr/lib/GNUstep/SOGo/[...]**libSOGo.so.2.0.0 | grep /var/tmp
   /var/tmp/build//usr/lib/**GNUstep/SOGo

 In my test the /var/tmp/build/ is not part of libSOGo.so.2.0.0 after the
 build. It just become part of it during the make install.

 Right now I am searching for the reasong/place where this get done in the
 gnustep make procedure.

 I would be very happy if somehow of you could give me hints. Like I said, I
 am new to this whole GNUstep world... (:

 If you have access to obs you could take a look to my complete buildlog
 https://build.opensuse.org/**package/rawlog?arch=x86_64**
 package=SOGoproject=home%**3Anixdarepository=SLE_11_SP1https://build.opensuse.org/package/rawlog?arch=x86_64package=SOGoproject=home%3Anixdarepository=SLE_11_SP1

 (Thanks to OBS fellows to nail down this problem above)

 --
 Freundliche Gruesse,
 Stephan Lauffer

 [ University of Education Freiburg - Germany ]
 [ http://www.ph-freiburg.de/zik/ ]
 [ Fon/ Fax: +49 761 682 -559/ -486   ]



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

Re: [SOGo] object not found: SOGo = index

2011-09-24 Thread Fabrice Durand
If i can permit.
Get
ftp://timburgess.net/repo/clearos/5.2/source/sope49-4.9-20110127_1664.clearos.1.src.rpm
and
ftp://timburgess.net/repo/clearos/5.2/source/sogo-1.3.5a-2.clearos.src.rpm
and use the spec file inside this files to compil the new version (1.3.8a)
from sources (http://inverse.ca/downloads/SOGo/CentOS5/SRPMS/ ).

Fabrice Durand

2011/9/24 Jeff Folk jf...@qzoneinc.com

 On Sep 24, 2011, at 7:55 AM, Jeff Folk wrote:
 
  On Sep 24, 2011, at 2:29 AM, Jean-Philippe Baril wrote:
 
  In any case, I can successfully run 1.3.5a from ClearOS user Tim
 Burgess.
  Is the 1.3.5a rpm from Inverse still somewhere on the internet?
 
  I am only aware of the source RPMs...
 
  http://inverse.ca/downloads/SOGo/CentOS5/SRPMS/


 Or if compiling from source:

 http://inverse.ca/downloads/SOGo/Sources/
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] SOPE 1.3.7 doesn't compile with gcc 4.6.x patch

2011-07-28 Thread Fabrice Durand
Hi,
just a very little patch to compil sope on a Fedora Core 15.

Regards

Fabrice Durand
diff -ruN SOPE.ori/sope-appserver/NGObjWeb/SoObjects/SoObjCClass.m SOPE/sope-appserver/NGObjWeb/SoObjects/SoObjCClass.m
--- SOPE.ori/sope-appserver/NGObjWeb/SoObjects/SoObjCClass.m	2011-07-28 09:03:44.0 +0200
+++ SOPE/sope-appserver/NGObjWeb/SoObjects/SoObjCClass.m	2011-07-28 16:29:55.404956544 +0200
@@ -51,7 +51,7 @@
 
   for (i = 0; i  count; i++) {
 [a addObject: NSStringFromSelector(method_getName(*m))];
-m++
+m++;
   }
 
   free(p);


Re: [SOGo] Specify the MySQL socket file

2011-07-27 Thread Fabrice Durand
Hi,
there is something like that but for postgresql :
http://www.mail-archive.com/users@sogo.nu/msg05730.html

Regards
Fabrice Durand

2011/7/27 Joel Carnat j...@carnat.net

 Greetings,

 My SOGo (1.3.8.0 on OpenBSD) is configured using MySQL on localhost.

 I have modified the socket reference in my.cnf because my AMP runs
 chrooted.
 Since then, I get the following error from sogod:
  Can't connect to local MySQL server through socket
 '/var/run/mysql/mysql.sock'

 This is expected because mysql.sock is not there.
 I have configured my.cnf so that it points to mysql.sock but SOGo (or
 sope-mysql ?) don't seem to use it.
  [mysql]
  no-auto-rehash
  socket = /var/chroot/mysql/mysql.sock

 Anyone knows how to specify the correct mysql.sock so that SOGo connects
 to MySQL ?

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

Re: [SOGo] sope compile errors

2011-07-12 Thread Fabrice Durand
It's on the bug tracking system

http://www.sogo.nu/bugs/view.php?id=1278 :-(

Regards
Fabrice Durand
http://fr.linkedin.com/pub/fabrice-durand/18/839/992

2011/7/12 Mark Smith invers...@awayand.sleepmail.com

 Hi,
 I am trying to compile SOPE to get SOGO running, but I run into some
 difficulties:

 SOPE-1.3.7a$  ./configure --prefix=$(gnustep-config
 --variable=GNUSTEP_SYSTEM_ROOT)

 ERROR: In file included from EOKeyValueCoding.m:27:0:
 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/include/objc/objc-api.h:46:3:
 error: #error You can not include both objc/objc-api.h and
 objc/runtime.h. Include objc/objc-api.h for the traditional GNU
 Objective-C Runtime API and objc/runtime.h for the modern one.

 Any ideas on how to fix this?

 my config:
 Archlinux 2.6.39-ARCH x86_64
 gnustep-base 1.22.0
 gcc-objc 4.6.1

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

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

Re: [SOGo] SOGo on SuSE

2011-06-30 Thread Fabrice Durand
Hi,
try this, but i still have an error on opensuse 11.4.

http://blog.life-show.net/?p=266

Regards
Fabrice Durand

http://fr.linkedin.com/pub/fabrice-durand/18/839/992

2011/6/30 Marc Patermann hans.mo...@ofd-z.niedersachsen.de

 Hi,

 does anyone have a rpm or srpm for SOGo on SuSE - SLES or OpenSuSE?
 Otherwise I may have to try to rebuild with the CentOS srpms.

 Marc
 --
 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 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

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: AW: [SOGo] Sogo Active Driectory problem

2011-06-16 Thread Fabrice Durand
Maybe a case sensitive problem
Le 16 juin 2011 14:59, Stefan Perschbacher | Intra PV 
s.perschbac...@intra-pv.com a écrit :
 As far as i see. They are members of group domain users.
 Which access rights do you mean ?

 New info:
 When I use the cn for login I get the error
 object not found: SOGo = Ede Kowalski
 in the webinterface but not the password error.

 For intra19 (the user which works) cn and sAMAccountName are the same.



 -Ursprüngliche Nachricht-
 Von: Martin Rabl [mailto:martin.r...@rablnet.de]
 Gesendet: Donnerstag, 16. Juni 2011 14:49
 An: users@sogo.nu
 Betreff: Re: [SOGo] Sogo Active Driectory problem

 Same group, same access rights and so on?

 Am 16.06.2011 14:44, schrieb Stefan Perschbacher | Intra PV:
 They are in the same container in the active directory browser.
 Thanks for your reply!

 -Ursprüngliche Nachricht-
 Von: Martin Rabl [mailto:martin.r...@rablnet.de]
 Gesendet: Donnerstag, 16. Juni 2011 14:41
 An: users@sogo.nu
 Betreff: Re: [SOGo] Sogo Active Driectory problem

 check the baseDN - has intra19 an other than kowalski?

 Am 16.06.2011 14:24, schrieb Stefan Perschbacher | Intra PV:
 Hi,

 I´ve got the following problem:

 Some users getting authenticated against the domain controller,
 another not.

 I configured sogo as follows:

 defaults write sogod SOGoUserSources '({CNFieldName = cn;

 IDFieldName = cn;

 UIDFieldName = sAMAccountName;

 baseDN = cn=Users,dc=intra,dc=local;

 bindDN = administrator@intra.local;

 bindPassword = *;

 canAuthenticate = YES;

 displayName = Active Directory;

 hostname = 192.168.2.2;

 id = ActiveDirectory;

 isAddressBook = NO;

 port=389;

 type=ldap;

 scope=sub;})'

 The one getting authenticated:

 cn intra19

 sAMAccountName intra19

 The one getting not authenticated:

 cn Ede Kowalski

 sAMAccountName kowalski

 When I try to login I use sAMAccountname and corresponding domain
 password. But it doesn´t work for the second user.

 I try to login in the webinterface.

 Any suggestions?

 Thanks in advance!



 --
 Greetings,

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



 --
 Greetings,

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

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

Re: [SOGo] SSO using vulture

2011-06-09 Thread Fabrice Durand
Try with this TransHandler.pm and be sure that Follow the post return in
your app is desactivate

Regards

Le 9 juin 2011 08:16, Sébastien Posé sebastien.p...@ac-reunion.fr a écrit
:

 Le 08/06/2011 18:30, Fabrice Durand a écrit :

 Hi, what a coincidence,
 Yesterday I fixed this problem between Sogo and vulture.
 Which version of vulture do you use and can you send me the
 TransHandler.pm file, I make you a patch.

 Regards
 Fabrice Durand

 Le 8 juin 2011 14:34, Sébastien Posé sebastien.p...@ac-reunion.fr
 mailto:sebastien.p...@ac-reunion.fr a écrit :


Hi,

I'm trying to use sogo throw vulture. I would like vulture
authenticates my users by sending their login and password to the
sogo's connection page (SSO feature).

I'm able to authenticate users but they are redirected to
/SOGo/connect and got:
{grace: -1, expire: -1}

If I remove /connect and refresh, I'm redirected to
/SOGo/so/sebastien.pose/Mail/view and everything is ok.

Has anyone encountered a similar problem?

Thanks.
--
Sébastien Posé
Division des Services Informatiques
Rectorat de la Réunion
--
users@sogo.nu mailto:users@sogo.nu

https://inverse.ca/sogo/lists



 Hi,

 I'm using vulture 1.99

 Thank you.


 --
 Sébastien Posé
 Division des Services Informatiques
 Rectorat de la Réunion
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists



TransHandler.pm
Description: Binary data


Re: [SOGo] SSO using vulture

2011-06-08 Thread Fabrice Durand
Hi, what a coincidence,
Yesterday I fixed this problem between Sogo and vulture.
Which version of vulture do you use and can you send me the
TransHandler.pmfile,
I make you a patch.

Regards
Fabrice Durand

Le 8 juin 2011 14:34, Sébastien Posé sebastien.p...@ac-reunion.fr a écrit
:

 Hi,

 I'm trying to use sogo throw vulture. I would like vulture authenticates my
 users by sending their login and password to the sogo's connection page (SSO
 feature).

 I'm able to authenticate users but they are redirected to /SOGo/connect and
 got:
 {grace: -1, expire: -1}

 If I remove /connect and refresh, I'm redirected to
 /SOGo/so/sebastien.pose/Mail/view and everything is ok.

 Has anyone encountered a similar problem?

 Thanks.
 --
 Sébastien Posé
 Division des Services Informatiques
 Rectorat de la Réunion
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] SOGo from Intranet to Extranet with Proxy

2011-05-27 Thread Fabrice Durand
Hi,
i don't know if it exacly what you are looking for , but i write a little
how-to to have sogo accessible from the Internet through a reverse proxy.
http://oeufdure.free.fr/wordpress/?p=243

Regards

Fabrice Durand

2011/5/27 Martin Rabl martin.r...@rablnet.de

 Hi,

 we want give our collegues access to SOGo from outside the LAN (Extranet).
 For that we configured a proxy in the DMZ. The login page we got perfectly,
 but after login SOGo tried to access to its intranet server (name). It did
 the login process and then started a redirect to the real server, which is
 not reachable with this name (and IP) from outside.
 Is there one who solved this problem, getting access from internet/extranet
 through a proxy into the intranet-SOGo?

 By the way, our SOGo runs with https. When we searched a solution for our
 problem, we discovered a redirect to http after login instead of https. Our
 configuration redirected this http request back into https, but we wonder a
 little bit about this redirection (looks like https - http - https).

 Thank you,
   Martin --
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo 1.3.6 rhel6 and other

2011-04-13 Thread Fabrice Durand
Hi,
i just finish to test SOGo rpm on rhel 6 x86_64 server.
The library name are little more bit different due to make rpm compatible
with opensuse rpm pakages.
I was using the openSUSE build plateform to make thoses rpms (
https://build.opensuse.org/)

rpm are here for rhel6 and for other distrib:

http://oeufdure.free.fr/wordpress/?p=261

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

[SOGo] SOGo RPM packages for REDHAT 6

2011-04-05 Thread Fabrice Durand
Hi,
i saw in the BTS activties that you have to make the rpm for REDHAT 6.
I allready make it but not tested, if i can help ... (
http://oeufdure.free.fr/wordpress/?p=254)

Regards.

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

Re: [SOGo] sogo on Redhat 6

2011-03-17 Thread Fabrice Durand
Hi,
i actualy try to build sogo for différent distrib, when i will finish with
fedora , i try to build it for rhel6.

https://build.opensuse.org/project/show?project=home%3Aoeufdure

Regards

2011/3/17 Anil Thapa ani...@hi.is

 is sogo repo is avilable for rhel6 ? I am having issue with
 Error: Package: gnustep-base-1.20.2-1.x86_64 (sogo-rhel5)
   Requires: libobjc.so.1()(64bit)
  You could try using --skip-broken to work around the proble

 A


 On 03/17/2011 10:39 AM, Anil Thapa wrote:

 this must be okay. but has anyone tested sogo with redhat 6. faced any
 issue ??

 A


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

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

[SOGo] Contrib ?

2011-02-24 Thread Fabrice Durand
Hi,
is it possible to add a contrib subdirectory in the official (
http://www.sogo.nu/files/downloads/SOGo/) where to put opensuse and fedora
src.rpm and rpm ?
They are actually located on my blog , but it would be easier if he was on
the official depo.

What do you thing ?

Regard

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

Re: [SOGo] Contrib ?

2011-02-24 Thread Fabrice Durand
Ok thank you, i 'll make a mach configuration script and I would return to
you a bit later.

I never had the opportunity to congratulate you but you are doing a very
good job with sogo. [?]

Regards
Fabrice Durand

2011/2/24 Ludovic Marcotte lmarco...@inverse.ca

 On 11-02-24 5:22 AM, Fabrice Durand wrote:

 is it possible to add a contrib subdirectory in the official (
 http://www.sogo.nu/files/downloads/SOGo/) where to put opensuse and
 fedora src.rpm and rpm ?
 They are actually located on my blog , but it would be easier if he was on
 the official depo.

 I would much prefer having a mach-based chroot (
 http://thomas.apestaart.org/projects/mach/) for OpenSUSE. That's how the
 packages are build for CentOS/Debian/RHEL/Ubuntu.

 If you want, provide us a mach configuration script for OpenSUSE and we'll
 bootstrap the chroot and start producing RPMs for it.

 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

330.gif

Re: [SOGo] SOGo on OpenSuse 10.3

2011-02-23 Thread Fabrice Durand
Hi,
in the opensuse src.rpm located here (
http://oeufdure.free.fr/download/sogo/1.3.5a/suse%2011.3/SRPMS/sogo-1.3.5a-1.src.rpm),
there is a init.d script for sogod

Regards
Fabrice Durand

2011/2/24 c...@cane-clan.de

 Hi everybody,
 at the weekend i was searching for a CardDAV/CalDAV Server and finally
 ended at
 SOGo. Cause i have no local Linux Machine i installed Debian Squeeze to a
 Virtualbox to test Sogo. I choosed Debian cause of the prebuild Packages.
 Everything was fine. So i decided to install SOGo to the root server at my
 hoster. This System runs on OpenSuse 10.3 so there is no prebuild Package
 to
 install.
 I'm not very experienced in using Linux, so it took my some time to resolve
 all
 the dependency issues, but finally i was able to build GNUStep, SOPE ans
 SOGo.
 Happy about the succesfull build i looked at /etc/init.d but couldn't find
 sogod. Well ok, maybe this is correct and i have to install sogo as a
 service
 on my own. Then i tried to start sogod from console. (Sogod is located at
 /usr/local/sbin/sogod) It always told me it couldn't find libSOGo.so.1 but
 this
 file is available at/usr/local/lib.
 Well this problem has disappeard while i was sleeping tonight (don't know
 why,
 maybe the reconnect of my ssh session fixed the problem), so now it tells
 me i
 shouldn't run sogod as root.

 Creating a new User shouldn't be my problem, but can someone tell me how to
 install sogod to /etc/init.d and how to setup the service to start at
 system
 startup?

 Thx a lot

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

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

Re: [SOGo] Is is possible to change the default /SOGo URL?

2011-02-21 Thread Fabrice Durand
Hi,
You can hide the SOGo path with a reverse proxy like vulture (
http://vulture.open-source.fr/wiki/ )

Fabrice Durand

2011/2/21 Adi Linden a...@adis.ca

  So, before investigating more, let me ask:  did anyone managed to remove
 the /SOGo path under Nginx?

  I'll likely not work correctly right now as SOGo is hardcoded in a few
 places. There's an open bug for this:
 http://www.sogo.nu/bugs/view.php?id=331

 I tried changing the proxy settings in apache. It indeed failed to work
 properly. My only conclusion is just that, the path defined within the SOGo
 application itself.

 The only reason for me to change the path is to obfuscate access to SOGo.
 It seems to dramatically cut down on obnoxious potential malicious network
 traffic if paths of applications are non-default and therefore out of reach
 of bots trying to hack passwords, etc.

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

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

Re: [SOGo] Opensuse and SOGo

2011-02-08 Thread Fabrice Durand
It's not realy important, put %define dist_suffix suse11

Fabrice Durand

2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de

  Hey,

 do you know the Abbreviation for openSUSE 11.2? Just found some tables via
 google where it says it's 1120, but i'm not 100% sure.

 Am 08.02.2011 08:49, schrieb Fabrice Durand:

 Yes
 Le 8 févr. 2011 08:48, Stefan Fuhrberg stefan.fuhrb...@zag.de a
 écrit :
  Yes it does, but i think i wrote it according to your tutorial in all
  small letters... on my system it's written in small and capital Letters,
  possible that's the fault which causes the error?!
 
  Am 08.02.2011 08:46, schrieb Fabrice Durand:
 
  Does the /etc/suse-release exist. ?
 
  Le 8 févr. 2011 08:41, Stefan Fuhrberg stefan.fuhrb...@zag.de
  mailto:stefan.fuhrb...@zag.de a écrit :
   Alright found them and changed everything according to your tutorial..
   now when i'm inside the SPECS Folder and trying to run
  
   rpmbuild -ba sope.spec
  
   it gives me this error:
   File /usr/src/packages/SOURCES/%{sope_source}: No such file or
 directory
  
   The Directory and the sope src.rpm is in there, did i forget
 something?
  
   Am 08.02.2011 08:13, schrieb Fabrice Durand:
  
  
   2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de
  mailto:stefan.fuhrb...@zag.de
   mailto:stefan.fuhrb...@zag.de mailto:stefan.fuhrb...@zag.de
  
   Hi,
   i'm trying to install sogo on openSUSE too.
  
   Am 07.02.2011 20:54, schrieb Fabrice Durand:
   So try with the src.rpm.
  
   I saw that the gnustep-make and gnustep-base are include in the
   opensuse distribution, so try with this files:
  
  
 
 http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sope49-4.9-20110127_1664.fc11.1.src.rpm
  
 
 http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sogo-1.3.5a-1.fc11.src.rpm
  
   rpm -ivh sope49-4.9-20110127_1664.fc11.1.src.rpm
   rpm -ivh sogo-1.3.5a-1.fc11.src.rpm
   Done that and it installs the package 100% but there are no new
   files in the Folder where i installed the packages, am i missing
   something?
  
   The src.rpm contain sope source and sogo source and the sope.spec and
   sogo.spec
  
  
   In the sope.spec file change all the /etc/fedora-release by
   /etc/suse-release and change %define dist_suffix fc11 by the
   abbreviation of your distribution.
   Same thing in the sogo.spec file (/etc/fedora-release by
   /etc/suse-release)
   I suppose those spec Files are installed by the above step, if not
   where can i find them?
  
   On opensuse, i don't know where the spec files are, but on fedora
 it's
   in the $home/rpmbuild/SPECS folder and in centos it's in
   /usr/src/redhat/SPECS .
   Try updatedb and locate sope.spec
  
  
   I suppose that the file /etc/suse-release exist
  
   Launch rpmbuild -ba sope.spec (install dependencies by yum )
   Launch again rpmbuild -ba sope.spec
  
   If all goes well until the end of compilation, launch rpmbuild
   -ba sogo.spec (install dependencies by yum and by rpm where your
   rpm files are)
   Relaunch rpmbuild -ba sogo.spec
  
   And if all goes well you will have rpm files for your distribution.
   Maybe you will have to modify the sogod script and the sogo.conf
   file .
  
   Regard
  
   Fabrice Durand
  
   2011/2/7 Marcelo anc...@gmail.com mailto:anc...@gmail.com
  mailto:anc...@gmail.com mailto:anc...@gmail.com
  
   Fabrice Durand wrote:
   Hi,
   did you try to compil the src.rpm of sope and sogo ?
   (http://www.sogo.nu/files/downloads/SOGo/RHEL5/SRPMS/ )
  
   I tried the tar.gz sources of Sogo and the Sope but without
   success
  
   []'s
   marcelo
  
   2011/2/7 Marcelo anc...@gmail.com mailto:anc...@gmail.com
  mailto:anc...@gmail.com mailto:anc...@gmail.com
  
   Hi all,
  
   Does anyone have an installation tutorial SOGO 1.3.5 on
   openSUSE 11.1?
   Has anyone installed?
  
   Thanks all.
  
  
  
  
   --
   Mit freundlichen Grüßen
   ZAG Personaldienste
  
   i.A. Stefan Fuhrberg
  
   Ihre Antwort richten Sie bitte an:mailto:kontakt...@zag.de
  mailto:kontakt...@zag.de
   Besuchen Sie uns im Internet:http://www.zag.de
  
   ZAG Verwaltungs-Gesellschaft GmbH
   IT-Abteilung
   Nikolaistraße 11
   30159 Hannover
  
   Fon: 0511-12606444
   Fax: 0511-12606419
  
   Amtsgericht: Hannover
   Handelsregister: HRB 52841
   Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
  
   Fabrice Durand
  
  
   --
   Mit freundlichen Grüßen
   ZAG Personaldienste
  
   i.A. Stefan Fuhrberg
  
   Ihre Antwort richten Sie bitte an: mailto:kontakt...@zag.de
  mailto:kontakt...@zag.de
   Besuchen Sie uns im Internet: http://www.zag.de
  
   ZAG Verwaltungs-Gesellschaft GmbH
   IT-Abteilung
   Nikolaistraße 11
   30159 Hannover
  
   Fon: 0511-12606444
   Fax: 0511-12606419
  
   Amtsgericht: Hannover
   Handelsregister: HRB 52841
   Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
  
   --
   users@sogo.nu mailto:users@sogo.nu
   https://inverse.ca/sogo/lists
 
 
  --
  Mit freundlichen Grüßen
  ZAG Personaldienste
 
  i.A. Stefan

Re: [SOGo] Opensuse and SOGo

2011-02-08 Thread Fabrice Durand
Before this lines what do you have ?

For me:
+ ./configure --enable-debug --disable-strip --with-gnustep
GNUstep environment:
  system: /usr/System
  local:  /usr/Local
  user:   /root/GNUstep
  path:   /usr/System:/usr/Network:/usr/Local:/root/GNUstep
  flat:   yes
  arch:   i586-redhat-linux-gnu
  combo:  gnu-gnu-gnu

Note: will install in GNUSTEP_LOCAL_ROOT: /usr/Local

Configuration:
  FHS:install in GNUstep tree
  debug:  yes
  strip:  no
  prefix: /usr/Local
  frameworks:
  gstep:  /usr/lib/GNUstep/Makefiles
  config: /root/rpmbuild/BUILD/SOPE/config.make
  script: /usr/lib/GNUstep/Makefiles/GNUstep.sh

creating: /root/rpmbuild/BUILD/SOPE/config.make
optional library found: xml2
optional library found: ldap
required library found: ssl
optional library found: pq
failed to link optional library: mysqlclient


2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de

  That made it work but with Errors:

 creating: /usr/src/packages/BUILD/SOPE/config.make
 failed to link optional library: xml2
 failed to link optional library: ldap
 failed to link required library: ssl
 error: Bad exit status from /var/tmp/rpm-tmp.GWnmcz (%build)

 RPM build errors
 Bad exit status from /var/tmp/rpm-tmp.GWnmcz (%build)


 Am 08.02.2011 12:19, schrieb Fabrice Durand:

 So you have to modify the dependancies in the sope.spec file
 Remplace :
 BuildRequires: libxml2-devel openldap-devel openssl-devel mysql-devel
 By:
 BuildRequires: libxml2-devel openldap2-devel openssl-devel mysql-devel

 2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de

  Output as follows:

 openldap2-client-2.4.17-5.4.1.x86_64
 openldap2-devel-2.4.17-5.4.1.x86_64
 openldap2-client_32bit-2.4.17-5.4.1.x86_64
 openldap2-2.4.17-5.4.1.x86_64

 Am 08.02.2011 12:14, schrieb Fabrice Durand:

 What the result of : rpm -qa |grep openldap  ?



 2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de

  Got it,

 now i'm running rpmbuild -ba sope.spec i get:

 Failed build dependencies: openldap-devel is needed by
 sope59-4.9-20110127_1664.1120.1.src

 BUT i have that package installed

 Am 08.02.2011 10:29, schrieb Fabrice Durand:

 It's not realy important, put %define dist_suffix suse11

 Fabrice Durand

 2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de

  Hey,

 do you know the Abbreviation for openSUSE 11.2? Just found some tables
 via google where it says it's 1120, but i'm not 100% sure.

 Am 08.02.2011 08:49, schrieb Fabrice Durand:

 Yes
 Le 8 févr. 2011 08:48, Stefan Fuhrberg stefan.fuhrb...@zag.de a
 écrit :
  Yes it does, but i think i wrote it according to your tutorial in all
  small letters... on my system it's written in small and capital
 Letters,
  possible that's the fault which causes the error?!
 
  Am 08.02.2011 08:46, schrieb Fabrice Durand:
 
  Does the /etc/suse-release exist. ?
 
  Le 8 févr. 2011 08:41, Stefan Fuhrberg stefan.fuhrb...@zag.de
  mailto:stefan.fuhrb...@zag.de a écrit :
   Alright found them and changed everything according to your
 tutorial..
   now when i'm inside the SPECS Folder and trying to run
  
   rpmbuild -ba sope.spec
  
   it gives me this error:
   File /usr/src/packages/SOURCES/%{sope_source}: No such file or
 directory
  
   The Directory and the sope src.rpm is in there, did i forget
 something?
  
   Am 08.02.2011 08:13, schrieb Fabrice Durand:
  
  
   2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de
  mailto:stefan.fuhrb...@zag.de
   mailto:stefan.fuhrb...@zag.de mailto:stefan.fuhrb...@zag.de
  
   Hi,
   i'm trying to install sogo on openSUSE too.
  
   Am 07.02.2011 20:54, schrieb Fabrice Durand:
   So try with the src.rpm.
  
   I saw that the gnustep-make and gnustep-base are include in the
   opensuse distribution, so try with this files:
  
  
 
 http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sope49-4.9-20110127_1664.fc11.1.src.rpm
  
 
 http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sogo-1.3.5a-1.fc11.src.rpm
  
   rpm -ivh sope49-4.9-20110127_1664.fc11.1.src.rpm
   rpm -ivh sogo-1.3.5a-1.fc11.src.rpm
   Done that and it installs the package 100% but there are no new
   files in the Folder where i installed the packages, am i missing
   something?
  
   The src.rpm contain sope source and sogo source and the sope.spec
 and
   sogo.spec
  
  
   In the sope.spec file change all the /etc/fedora-release by
   /etc/suse-release and change %define dist_suffix fc11 by the
   abbreviation of your distribution.
   Same thing in the sogo.spec file (/etc/fedora-release by
   /etc/suse-release)
   I suppose those spec Files are installed by the above step, if not
   where can i find them?
  
   On opensuse, i don't know where the spec files are, but on fedora
 it's
   in the $home/rpmbuild/SPECS folder and in centos it's in
   /usr/src/redhat/SPECS .
   Try updatedb and locate sope.spec
  
  
   I suppose that the file /etc/suse-release exist
  
   Launch rpmbuild -ba sope.spec (install dependencies by yum )
   Launch again rpmbuild -ba sope.spec
  
   If all goes well until the end

Re: [SOGo] Opensuse and SOGo

2011-02-07 Thread Fabrice Durand
Hi,
did you try to compil the src.rpm of sope and sogo ? (
http://www.sogo.nu/files/downloads/SOGo/RHEL5/SRPMS/ )

Fabrice Durand

2011/2/7 Marcelo anc...@gmail.com

 Hi all,

 Does anyone have an installation tutorial SOGO 1.3.5 on openSUSE 11.1?
 Has anyone installed?

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

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

Re: [SOGo] Opensuse and SOGo

2011-02-07 Thread Fabrice Durand
2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de

  Hi,
 i'm trying to install sogo on openSUSE too.

 Am 07.02.2011 20:54, schrieb Fabrice Durand:

 So try with the src.rpm.

 I saw that the gnustep-make and gnustep-base are include in the opensuse
 distribution, so try with this files:


 http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sope49-4.9-20110127_1664.fc11.1.src.rpm

 http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sogo-1.3.5a-1.fc11.src.rpm

 rpm -ivh sope49-4.9-20110127_1664.fc11.1.src.rpm
 rpm -ivh sogo-1.3.5a-1.fc11.src.rpm

 Done that and it installs the package 100% but there are no new files in
 the Folder where i installed the packages, am i missing something?

 The src.rpm contain sope source and sogo source and the sope.spec and
sogo.spec



 In the sope.spec file change all the /etc/fedora-release by
 /etc/suse-release and change %define dist_suffix fc11 by the abbreviation
 of your distribution.
 Same thing in the sogo.spec file (/etc/fedora-release by
 /etc/suse-release)

 I suppose those spec Files are installed by the above step, if not where
 can i find them?

 On opensuse, i don't know where the spec files are, but on fedora it's in
the $home/rpmbuild/SPECS folder and in centos it's in /usr/src/redhat/SPECS
.
Try updatedb and locate sope.spec



 I suppose that the file /etc/suse-release exist

 Launch rpmbuild -ba sope.spec (install dependencies by yum )
 Launch again rpmbuild -ba sope.spec

 If all goes well until the end of compilation, launch rpmbuild -ba
 sogo.spec (install dependencies by yum and by rpm where your rpm files
 are)
 Relaunch rpmbuild -ba sogo.spec

 And if all goes well you will have rpm files for your distribution.
  Maybe you will have to modify the sogod script and the sogo.conf file .

 Regard

 Fabrice Durand

 2011/2/7 Marcelo anc...@gmail.com

  Fabrice Durand wrote:

 Hi,
 did you try to compil the src.rpm of sope and sogo ? (
 http://www.sogo.nu/files/downloads/SOGo/RHEL5/SRPMS/ )

  I tried the tar.gz sources of Sogo and the Sope but without success

 []'s
  marcelo

  2011/2/7 Marcelo anc...@gmail.com

 Hi all,

 Does anyone have an installation tutorial SOGO 1.3.5 on openSUSE 11.1?
 Has anyone installed?

 Thanks all.




 --
 Mit freundlichen Grüßen
 ZAG Personaldienste

 i.A. Stefan Fuhrberg

 Ihre Antwort richten Sie bitte an: mailto:kontakt...@zag.de 
 kontakt...@zag.de
 Besuchen Sie uns im Internet: http://www.zag.de

 ZAG Verwaltungs-Gesellschaft GmbH
 IT-Abteilung
 Nikolaistraße 11
 30159 Hannover

 Fon: 0511-12606444
 Fax: 0511-12606419

 Amtsgericht: Hannover
 Handelsregister: HRB 52841
 Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß

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

Re: [SOGo] Opensuse and SOGo

2011-02-07 Thread Fabrice Durand
Does the /etc/suse-release exist. ?
Le 8 févr. 2011 08:41, Stefan Fuhrberg stefan.fuhrb...@zag.de a écrit :
 Alright found them and changed everything according to your tutorial..
 now when i'm inside the SPECS Folder and trying to run

 rpmbuild -ba sope.spec

 it gives me this error:
 File /usr/src/packages/SOURCES/%{sope_source}: No such file or directory

 The Directory and the sope src.rpm is in there, did i forget something?

 Am 08.02.2011 08:13, schrieb Fabrice Durand:


 2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de
 mailto:stefan.fuhrb...@zag.de

 Hi,
 i'm trying to install sogo on openSUSE too.

 Am 07.02.2011 20:54, schrieb Fabrice Durand:
 So try with the src.rpm.

 I saw that the gnustep-make and gnustep-base are include in the
 opensuse distribution, so try with this files:


http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sope49-4.9-20110127_1664.fc11.1.src.rpm

http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sogo-1.3.5a-1.fc11.src.rpm

 rpm -ivh sope49-4.9-20110127_1664.fc11.1.src.rpm
 rpm -ivh sogo-1.3.5a-1.fc11.src.rpm
 Done that and it installs the package 100% but there are no new
 files in the Folder where i installed the packages, am i missing
 something?

 The src.rpm contain sope source and sogo source and the sope.spec and
 sogo.spec


 In the sope.spec file change all the /etc/fedora-release by
 /etc/suse-release and change %define dist_suffix fc11 by the
 abbreviation of your distribution.
 Same thing in the sogo.spec file (/etc/fedora-release by
 /etc/suse-release)
 I suppose those spec Files are installed by the above step, if not
 where can i find them?

 On opensuse, i don't know where the spec files are, but on fedora it's
 in the $home/rpmbuild/SPECS folder and in centos it's in
 /usr/src/redhat/SPECS .
 Try updatedb and locate sope.spec


 I suppose that the file /etc/suse-release exist

 Launch rpmbuild -ba sope.spec (install dependencies by yum )
 Launch again rpmbuild -ba sope.spec

 If all goes well until the end of compilation, launch rpmbuild
 -ba sogo.spec (install dependencies by yum and by rpm where your
 rpm files are)
 Relaunch rpmbuild -ba sogo.spec

 And if all goes well you will have rpm files for your distribution.
 Maybe you will have to modify the sogod script and the sogo.conf
 file .

 Regard

 Fabrice Durand

 2011/2/7 Marcelo anc...@gmail.com mailto:anc...@gmail.com

 Fabrice Durand wrote:
 Hi,
 did you try to compil the src.rpm of sope and sogo ?
 (http://www.sogo.nu/files/downloads/SOGo/RHEL5/SRPMS/ )

 I tried the tar.gz sources of Sogo and the Sope but without
 success

 []'s
 marcelo

 2011/2/7 Marcelo anc...@gmail.com mailto:anc...@gmail.com

 Hi all,

 Does anyone have an installation tutorial SOGO 1.3.5 on
 openSUSE 11.1?
 Has anyone installed?

 Thanks all.




 --
 Mit freundlichen Grüßen
 ZAG Personaldienste

 i.A. Stefan Fuhrberg

 Ihre Antwort richten Sie bitte an:mailto:kontakt...@zag.de
 Besuchen Sie uns im Internet:http://www.zag.de

 ZAG Verwaltungs-Gesellschaft GmbH
 IT-Abteilung
 Nikolaistraße 11
 30159 Hannover

 Fon: 0511-12606444
 Fax: 0511-12606419

 Amtsgericht: Hannover
 Handelsregister: HRB 52841
 Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß

 Fabrice Durand


 --
 Mit freundlichen Grüßen
 ZAG Personaldienste

 i.A. Stefan Fuhrberg

 Ihre Antwort richten Sie bitte an: mailto:kontakt...@zag.de
 Besuchen Sie uns im Internet: http://www.zag.de

 ZAG Verwaltungs-Gesellschaft GmbH
 IT-Abteilung
 Nikolaistraße 11
 30159 Hannover

 Fon: 0511-12606444
 Fax: 0511-12606419

 Amtsgericht: Hannover
 Handelsregister: HRB 52841
 Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß

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

Re: [SOGo] Opensuse and SOGo

2011-02-07 Thread Fabrice Durand
Yes
Le 8 févr. 2011 08:48, Stefan Fuhrberg stefan.fuhrb...@zag.de a écrit :
 Yes it does, but i think i wrote it according to your tutorial in all
 small letters... on my system it's written in small and capital Letters,
 possible that's the fault which causes the error?!

 Am 08.02.2011 08:46, schrieb Fabrice Durand:

 Does the /etc/suse-release exist. ?

 Le 8 févr. 2011 08:41, Stefan Fuhrberg stefan.fuhrb...@zag.de
 mailto:stefan.fuhrb...@zag.de a écrit :
  Alright found them and changed everything according to your tutorial..
  now when i'm inside the SPECS Folder and trying to run
 
  rpmbuild -ba sope.spec
 
  it gives me this error:
  File /usr/src/packages/SOURCES/%{sope_source}: No such file or
directory
 
  The Directory and the sope src.rpm is in there, did i forget something?
 
  Am 08.02.2011 08:13, schrieb Fabrice Durand:
 
 
  2011/2/8 Stefan Fuhrberg stefan.fuhrb...@zag.de
 mailto:stefan.fuhrb...@zag.de
  mailto:stefan.fuhrb...@zag.de mailto:stefan.fuhrb...@zag.de
 
  Hi,
  i'm trying to install sogo on openSUSE too.
 
  Am 07.02.2011 20:54, schrieb Fabrice Durand:
  So try with the src.rpm.
 
  I saw that the gnustep-make and gnustep-base are include in the
  opensuse distribution, so try with this files:
 
 

http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sope49-4.9-20110127_1664.fc11.1.src.rpm
 

http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sogo-1.3.5a-1.fc11.src.rpm
 
  rpm -ivh sope49-4.9-20110127_1664.fc11.1.src.rpm
  rpm -ivh sogo-1.3.5a-1.fc11.src.rpm
  Done that and it installs the package 100% but there are no new
  files in the Folder where i installed the packages, am i missing
  something?
 
  The src.rpm contain sope source and sogo source and the sope.spec and
  sogo.spec
 
 
  In the sope.spec file change all the /etc/fedora-release by
  /etc/suse-release and change %define dist_suffix fc11 by the
  abbreviation of your distribution.
  Same thing in the sogo.spec file (/etc/fedora-release by
  /etc/suse-release)
  I suppose those spec Files are installed by the above step, if not
  where can i find them?
 
  On opensuse, i don't know where the spec files are, but on fedora it's
  in the $home/rpmbuild/SPECS folder and in centos it's in
  /usr/src/redhat/SPECS .
  Try updatedb and locate sope.spec
 
 
  I suppose that the file /etc/suse-release exist
 
  Launch rpmbuild -ba sope.spec (install dependencies by yum )
  Launch again rpmbuild -ba sope.spec
 
  If all goes well until the end of compilation, launch rpmbuild
  -ba sogo.spec (install dependencies by yum and by rpm where your
  rpm files are)
  Relaunch rpmbuild -ba sogo.spec
 
  And if all goes well you will have rpm files for your distribution.
  Maybe you will have to modify the sogod script and the sogo.conf
  file .
 
  Regard
 
  Fabrice Durand
 
  2011/2/7 Marcelo anc...@gmail.com mailto:anc...@gmail.com
 mailto:anc...@gmail.com mailto:anc...@gmail.com
 
  Fabrice Durand wrote:
  Hi,
  did you try to compil the src.rpm of sope and sogo ?
  (http://www.sogo.nu/files/downloads/SOGo/RHEL5/SRPMS/ )
 
  I tried the tar.gz sources of Sogo and the Sope but without
  success
 
  []'s
  marcelo
 
  2011/2/7 Marcelo anc...@gmail.com mailto:anc...@gmail.com
 mailto:anc...@gmail.com mailto:anc...@gmail.com
 
  Hi all,
 
  Does anyone have an installation tutorial SOGO 1.3.5 on
  openSUSE 11.1?
  Has anyone installed?
 
  Thanks all.
 
 
 
 
  --
  Mit freundlichen Grüßen
  ZAG Personaldienste
 
  i.A. Stefan Fuhrberg
 
  Ihre Antwort richten Sie bitte an:mailto:kontakt...@zag.de
 mailto:kontakt...@zag.de
  Besuchen Sie uns im Internet:http://www.zag.de
 
  ZAG Verwaltungs-Gesellschaft GmbH
  IT-Abteilung
  Nikolaistraße 11
  30159 Hannover
 
  Fon: 0511-12606444
  Fax: 0511-12606419
 
  Amtsgericht: Hannover
  Handelsregister: HRB 52841
  Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
 
  Fabrice Durand
 
 
  --
  Mit freundlichen Grüßen
  ZAG Personaldienste
 
  i.A. Stefan Fuhrberg
 
  Ihre Antwort richten Sie bitte an: mailto:kontakt...@zag.de
 mailto:kontakt...@zag.de
  Besuchen Sie uns im Internet: http://www.zag.de
 
  ZAG Verwaltungs-Gesellschaft GmbH
  IT-Abteilung
  Nikolaistraße 11
  30159 Hannover
 
  Fon: 0511-12606444
  Fax: 0511-12606419
 
  Amtsgericht: Hannover
  Handelsregister: HRB 52841
  Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
 
  --
  users@sogo.nu mailto:users@sogo.nu
  https://inverse.ca/sogo/lists


 --
 Mit freundlichen Grüßen
 ZAG Personaldienste

 i.A. Stefan Fuhrberg

 Ihre Antwort richten Sie bitte an: mailto:kontakt...@zag.de
 Besuchen Sie uns im Internet: http://www.zag.de

 ZAG Verwaltungs-Gesellschaft GmbH
 IT-Abteilung
 Nikolaistraße 11
 30159 Hannover

 Fon: 0511-12606444
 Fax: 0511-12606419

 Amtsgericht: Hannover
 Handelsregister: HRB 52841
 Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß

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

Re: [SOGo] Howto Walkthrough for CentOS

2011-01-28 Thread Fabrice Durand
 created in cyrus-imapd and
have a default sieve script.

I also installed dspam and set authentication on the dspam web interface to
match user on the ldap directory

dspam-web.conf:
#
# Web-UI for DSPAM.
#
Alias /dspam /usr/share/dspam-web
Directory /usr/share/dspam-web

Options FollowSymLinks ExecCGI
DirectoryIndex  dspam.cgi
AllowOverride   None
Order   allow,deny
Allow   from all
AuthzLDAPAuthoritative On
AuthBasicProvider ldap
AuthLDAPBindDN CN=Directory manager
AuthLDAPBindPassword password
AuthType Basic
AuthName DSPAM Control Center
AuthLDAPURL ldap://127.0.0.1:389/dc=test,dc=fr?mail?sub?(objectClass=*)

Require valid-user
/Directory

And train dspam to learn spam and no spam by a perl script that connect to
cyrus-imapd and match every mail on the spam directory and the no spam
directory.

use Mail::IMAPClient;
use IMAP::Admin;
use Data::Dumper;

#Récupération du paramètre defaultdomain dans le fichier de configuration de
cyrus-imapd
open FILE, /etc/imapd.conf or die $!;
while (FILE) {
 if ($_ =~ m/defaultdomain: (.*)/i){
$domain = $1;
 }
}
close FILE;

my $imap1 = IMAP::Admin-new('Server' = 127.0.0.1,
'Login' = cyrus,
'Password' = cyrus,
);

my $imap = Mail::IMAPClient-new;
$imap = Mail::IMAPClient-new(
Server = 127.0.0.1,
User= cyrus,
Password= cyrus,
Clear   = 5,
);
@folders=$imap-folders;


  foreach $folder (@folders) {
if ($folder =~ m/spam/i) {
$hache = $imap-getacl($folder);
foreach $key (sort (keys(%$hache))) {
$utilisateur = $key;
}
#print $folder.\n;
if ($folder =~ m/user\/([a-z]+[.-]?[a-z]+)\/(.*)(@(.*))$/i){
$username = $1.$3;
#print $username.\n;
}
else {
$username = $utilisateur.@.$domain;
#print $username.\n;
}
$imap-setacl($folder,cyrus,lrswipcda);
$imap-select($folder);
my @msgs = $imap-messages;
foreach $msg (@msgs) {
#print $folder.:.$imap-get_header( $msg, X-DSPAM-Signature
).\n;
if ($imap-get_header( $msg, X-DSPAM-Signature )) {
my $dspaminvocation = 'dspam --user '.$username.'
--class=spam --source=error --signature='.$imap-get_header( $msg,
X-DSPAM-Signature );
my $dspamval = system($dspaminvocation);
print $username. Spam:.$imap-get_header( $msg, Subject
).\n;
}
}
$imap1-delete_acl($folder, cyrus);


}
elsif ($folder =~ m/nonspam/i) {
$hache = $imap-getacl($folder);
foreach $key (sort (keys(%$hache))) {
$utilisateur = $key;
}
#print $folder.\n;
if ($folder =~ m/user\/([a-z]+[.-]?[a-z]+)\/(.*)(@(.*))$/i){
$username = $1.$3;
#print $username.\n;
}
else {
$username = $utilisateur.@.$domain;
#print $username.\n;
}
$imap-setacl($folder,cyrus,lrswipcda);
$imap-select($folder);
my @msgs = $imap-messages;
foreach $msg (@msgs) {
#print $folder.:.$imap-get_header( $msg, X-DSPAM-Signature
).\n;
if ($imap-get_header( $msg, X-DSPAM-Signature )) {
my $dspaminvocation = 'dspam --user '.$username.'
--class=innocent --source=error --signature='.$imap-get_header( $msg,
X-DSPAM-Signature );
my $dspamval = system($dspaminvocation);
print $username. Nonspam:.$imap-get_header( $msg,
Subject ).\n;
}
}
$imap1-delete_acl($folder, cyrus);


}
}

The last thing I installed is vulture ldap (application I develloped)
and allows
me to delegate the management of accounts in the LDAP directory.
An administrator of a domain can only manage users within its scope but the
super administrator can manage all areas.

Screenshot here http://oeufdure.free.fr/wordpress/?p=146
Since the publication on my blog, I worked on it but I have not updated the
rpm and deb

Regard

Fabrice Durand

2011/1/28 j...@destar.net

 So in my doc I had left some bitter feelings towards configuring Sogo in
 the form of a very bad word. I am truly sorry for that and I have removed it
 from the document.

 Thanks Jose for seeing that and pointing it out to me and sorry Jose for
 seeing that. :(


 Jon



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

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

Re: [SOGo] Login using email address

2011-01-24 Thread Fabrice Durand
Yes, with SOGoForceIMAPLoginWithEmail = YES; parameter.

Regards

Fabrice Durand

2011/1/24 Eduardo Diaz Comellas ed...@ultreia.es

  Hi!

 Is it possible to login using email address? I did a quick hack to
 roundcube to get this, but touching sogo seems to be much more difficult to
 me :(

 Regards
 --

  http://www.ultreia.esEduardo Diaz Comellas ed...@ultreia.es -- Ultreia
 Comunicaciones S.L. http://www.ultreia.es
 Tlf: 986243324 -- Skype: ultreiavigo

 [image: AVISO LEGAL-LOPD] Para ver la política de protección de datos,
 consulte http://www.ultreia.es/contacto.htm
 [image: MEDIO AMBIENTE] Antes de imprimir este correo, piense si es
 necesario. El medio ambiente es cosa de todos.

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

Re: [SOGo] ActiveSync for SOGo

2010-12-26 Thread Fabrice Durand
, this causes broken sync. I've
 found what is causing this problem, but because of Christmas, I've
 not implemented the solution yet. Do you have such entries, so
 you may be facing the same problem?

 fre, 24 12 2010 kl. 13:44 +0100, skrev Fabrice Durand:
  Hi,
  i'am try to use z-push with a android 2.2 phone.
  I take the z-push version of egroupware and i include the nescessary
  files.
 
  So after some modification in the code , i've got this result:
 
  Imap:
  Get mail ok
  Send mail not ok (a problem with the Form header)
 
  Calendar:
  Send to sogo ok
  Recieve from sogo not ok:
  -the url of the calendar was not right (corrected)
  -I think they are a problem in the function get in the file
  class_webdav_client.php ($buffer doesnt contain all the response)
 
  I dont test task and contact.
 
  Here is the archive : http://oeufdure.free.fr/download/sogo/
 
  Fabrice Durand
 
 
  2010/12/20 Paolo Ghidini paolo.ghid...@heroflon.it
  Hi, i'm using htc hero with android 2.2 , the imap backend
  it's ok but i
  don't sync calendar and addressbook.
  In the debug.txt i don't have any errors :
 
  12/20/10 11:59:48 [11235] Client supports version 2.5
  12/20/10 11:59:48 [11235] Combined 3 backends loaded.
  12/20/10 11:59:48 [11235] Combined::Logon(user, ,***)
  12/20/10 11:59:48 [11235] IMAP::Logon(user, , ***)
  12/20/10 11:59:48 [11235] IMAP connection opened sucessfully
  12/20/10 11:59:48 [11235] CalDAV::logon to webdav server
  12/20/10 11:59:48 [11235] CalDAV::Config: Updating
  CALDAV_SERVER
  12/20/10 11:59:48 [11235] CalDAV::Config: Updated
  CALDAV_SERVER with
  myserver
  12/20/10 11:59:48 [11235] CalDAV::Config: Updating CALDAV_PORT
  12/20/10 11:59:48 [11235] CalDAV::Config: Updated CALDAV_PORT
  with 80
  12/20/10 11:59:48 [11235] CalDAV::Config: Updating CALDAV_PATH
  12/20/10 11:59:48 [11235] CalDAV::Config: Updated CALDAV_PATH
  with
  /SOGo/dav/user/Calendar/personal/
  12/20/10 11:59:48 [11235] CalDAV::Successful Logon To WebDAV
  Server
  12/20/10 11:59:48 [11235] CardDAV::logon to webdav server
  12/20/10 11:59:48 [11235] CardDAV::Config: Updating
  CARDDAV_SERVER
  12/20/10 11:59:48 [11235] CardDAV::Config: Updated
  CARDDAV_SERVER with
  myserver
  12/20/10 11:59:48 [11235] CardDAV::Config: Updating
  CARDDAV_PORT
  12/20/10 11:59:48 [11235] CardDAV::Config: Updated
  CARDDAV_PORT with 80
  12/20/10 11:59:48 [11235] CardDAV::Config: Updating
  CARDDAV_PATH
  12/20/10 11:59:48 [11235] CardDAV::Config: Updated
  CARDDAV_PATH with
  /SOGo/dav/user/Contacts/personal/
  12/20/10 11:59:48 [11235] CardDAV::Successful Logon To WebDAV
  Server
  12/20/10 11:59:48 [11235] Combined login success
  12/20/10 11:59:48 [11235] Combined::Setup(user,
  androidc1367156404, 2.5)
  12/20/10 11:59:48 [11235] Combined::Setup success
  12/20/10 11:59:48 [11235] POST cmd: Ping
  12/20/10 11:59:48 [11235] Ping received
  12/20/10 11:59:48 [11235] Ping init
 
  and then there are a lot of row :
  12/20/10 12:01:44 [11233] CardDAV::GetMessageList(contacts)
  12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
  C4402472-E7F0-0001-1338-6FD811C0EF20.vcf)
  12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
  C4402472-E7F0-0001-1338-6FD811C0EF20.vcf)
  12/20/10 12:01:45 [11233] CardDAV::message moded at Fri, 26
  Mar 2010
  16:31:22 +0100
  12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
  C4402472-E800-0001-9BBC-F6D7A6909350.vcf)
  12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
  C4402472-E800-0001-9BBC-F6D7A6909350.vcf)
  12/20/10 12:01:45 [11233] CardDAV::message moded at Fri, 26
  Mar 2010
  16:31:22 +0100
  12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
  C4402472-E800-0001-CBB5-D200AC861E82.vcf)
 
  but nothing on smartphone.
 
  can you help me?
 
  Thanks
 
  Ghido
 
 
  --
  users@sogo.nu
  https://inverse.ca/sogo/lists
 
 

 --
 Med venlig hilsen
 Bo Simonsen
 Systemudvikler, cand.scient.

 Karensgade 12, st.th.
 2500 Valby
 32158665 / 25304508

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

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

[SOGo] SOGo 1.3.4 for fedora 14

2010-12-26 Thread Fabrice Durand
Hi

For those interested, i make rpm of SOGo 1.3.4 for fedora core 14.

http://oeufdure.free.fr/download/sogo/fc14/

(oracle and sqlite not included)


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

Re: [SOGo] ActiveSync for SOGo

2010-12-24 Thread Fabrice Durand
Hi,
i'am try to use z-push with a android 2.2 phone.
I take the z-push version of egroupware and i include the nescessary files.

So after some modification in the code , i've got this result:

Imap:
Get mail ok
Send mail not ok (a problem with the Form header)

Calendar:
Send to sogo ok
Recieve from sogo not ok:
-the url of the calendar was not right (corrected)
-I think they are a problem in the function get in the file
class_webdav_client.php ($buffer doesnt contain all the response)

I dont test task and contact.

Here is the archive : http://oeufdure.free.fr/download/sogo/

Fabrice Durand


2010/12/20 Paolo Ghidini paolo.ghid...@heroflon.it

 Hi, i'm using htc hero with android 2.2 , the imap backend it's ok but i
 don't sync calendar and addressbook.
 In the debug.txt i don't have any errors :

 12/20/10 11:59:48 [11235] Client supports version 2.5
 12/20/10 11:59:48 [11235] Combined 3 backends loaded.
 12/20/10 11:59:48 [11235] Combined::Logon(user, ,***)
 12/20/10 11:59:48 [11235] IMAP::Logon(user, , ***)
 12/20/10 11:59:48 [11235] IMAP connection opened sucessfully
 12/20/10 11:59:48 [11235] CalDAV::logon to webdav server
 12/20/10 11:59:48 [11235] CalDAV::Config: Updating CALDAV_SERVER
 12/20/10 11:59:48 [11235] CalDAV::Config: Updated CALDAV_SERVER with
 myserver
 12/20/10 11:59:48 [11235] CalDAV::Config: Updating CALDAV_PORT
 12/20/10 11:59:48 [11235] CalDAV::Config: Updated CALDAV_PORT with 80
 12/20/10 11:59:48 [11235] CalDAV::Config: Updating CALDAV_PATH
 12/20/10 11:59:48 [11235] CalDAV::Config: Updated CALDAV_PATH with
 /SOGo/dav/user/Calendar/personal/
 12/20/10 11:59:48 [11235] CalDAV::Successful Logon To WebDAV Server
 12/20/10 11:59:48 [11235] CardDAV::logon to webdav server
 12/20/10 11:59:48 [11235] CardDAV::Config: Updating CARDDAV_SERVER
 12/20/10 11:59:48 [11235] CardDAV::Config: Updated CARDDAV_SERVER with
 myserver
 12/20/10 11:59:48 [11235] CardDAV::Config: Updating CARDDAV_PORT
 12/20/10 11:59:48 [11235] CardDAV::Config: Updated CARDDAV_PORT with 80
 12/20/10 11:59:48 [11235] CardDAV::Config: Updating CARDDAV_PATH
 12/20/10 11:59:48 [11235] CardDAV::Config: Updated CARDDAV_PATH with
 /SOGo/dav/user/Contacts/personal/
 12/20/10 11:59:48 [11235] CardDAV::Successful Logon To WebDAV Server
 12/20/10 11:59:48 [11235] Combined login success
 12/20/10 11:59:48 [11235] Combined::Setup(user, androidc1367156404, 2.5)
 12/20/10 11:59:48 [11235] Combined::Setup success
 12/20/10 11:59:48 [11235] POST cmd: Ping
 12/20/10 11:59:48 [11235] Ping received
 12/20/10 11:59:48 [11235] Ping init

 and then there are a lot of row :
 12/20/10 12:01:44 [11233] CardDAV::GetMessageList(contacts)
 12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
 C4402472-E7F0-0001-1338-6FD811C0EF20.vcf)
 12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
 C4402472-E7F0-0001-1338-6FD811C0EF20.vcf)
 12/20/10 12:01:45 [11233] CardDAV::message moded at Fri, 26 Mar 2010
 16:31:22 +0100
 12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
 C4402472-E800-0001-9BBC-F6D7A6909350.vcf)
 12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
 C4402472-E800-0001-9BBC-F6D7A6909350.vcf)
 12/20/10 12:01:45 [11233] CardDAV::message moded at Fri, 26 Mar 2010
 16:31:22 +0100
 12/20/10 12:01:45 [11233] CardDAV::StatMessage(contacts,
 C4402472-E800-0001-CBB5-D200AC861E82.vcf)

 but nothing on smartphone.

 can you help me?

 Thanks

 Ghido

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

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

Re: [SOGo] sope49-gdl1-oracle - update instantclient

2010-10-30 Thread Fabrice Durand
The ORACLE_VERSION is defined in the file SOPE/sope-gdl1/Oracle8/GNUmakefile
.
So you have to edit this file and recompil sope.

Fabrice



2010/10/30 s...@databee.org

 Hi,

 I installed sogo via yum rpms and I like to use sogo with oracle.
 Unfortunatly, I get errors like this one:

 Oct 30 00:13:29 sogod [19449]: [ERROR] 0x0x9ae3528[WOWatchDog] an
 exception
 occured in runloop InvalidAdaptorBundleException: 0x9d07a90
 NAME:InvalidAdaptorBundleException REASON:Cannot load adaptor bundle
 'Oracle8'
 INFO:(nil)
 Error (objc-load):libocci.so.10.1: cannot open shared object file: No such
 file
 or directory

 I think, the basic problem is, that I have the newest Oracle Instantclient
 for
 use with oracle 11g installed. My librrary is named  libocci.so.11.1

 How can I relink/recompile the sope49-gdl1-oracle?

 Thanks for your help in advance

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

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

[SOGo] Where is the SRPMS ?

2010-07-22 Thread Fabrice Durand
Hi,
i would like to know here is the SRPMS pakages of SOGo 1.3 ? (
http://www.sogo.nu/files/downloads/SOGo/RHEL5/SRPMS/ is the 1.2.1)
I want to build it for fedora.

Thanks

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