Re: [SOGo] Help on compile

2010-10-22 Thread Mohit Chawla
http://www.sogo.nu/english/nc/support/faq/article/how-do-i-compile-sogo-2.html http://www.sogo.nu/english/nc/support/faq/article/how-do-i-compile-sogo-2.html On Fri, Oct 22, 2010 at 3:39 AM, Jorge Bastos mysql.jo...@decimal.ptwrote: Howdy, My 1st day with SOGo, I need some help on

Re: Re: [SOGo] sogo connector and apple calendar server

2010-10-22 Thread martin
One question to me was how get I so far with thunderbird 3.1, sogo connector and apple address book server. One tricky thing was to get a working url to the apple carddarv server working with sogo connector. The following url works for me on a mac mini server:

[SOGo] Compilation problem with SOGo-1.3.2 and 1.3.3

2010-10-22 Thread Andreas Haumer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I'm running SOGo-1.3.1 successfully on a Linux server for some time now. Today I tried to upgrade to SOGO-1.3.2 and/or SOGo-1.3.3, but failed with the following compilation error: [...] make[2]: Entering directory

Re: [SOGo] Status on Native Outlook Compatibility

2010-10-22 Thread Ludovic Marcotte
On Friday, October 22, 2010 05:02 EDT, Benoit GAUTIER benoit.gaut...@mairie-cornebarrieu.fr wrote: Hi, does this openChange solution allow a Blackberry enterprise server (BES) to works with SOGo ? Maybe somebody have tested that ? Im not sure if itll allow that. If BES talks to Microsoft

Re: [SOGo] Compilation problem with SOGo-1.3.2 and 1.3.3

2010-10-22 Thread Andreas Haumer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! To follow-up my previous mail... Andreas Haumer schrieb: Hi! I'm running SOGo-1.3.1 successfully on a Linux server for some time now. Today I tried to upgrade to SOGO-1.3.2 and/or SOGo-1.3.3, but failed with the following compilation

[SOGo] TB3 freeze

2010-10-22 Thread Mailing pigna
I've installed TB3 with Inverse extensions but when I try to start a few seconds later I get stuck and TB are forced to close. It seems that the problem is caused by the calendar, in fact if I disable the extension TB working properly. This problem I had with some TB2, so I hoped that the

Re: [SOGo] TB3 freeze

2010-10-22 Thread Louis-Philippe Gauthier
Customization of Thunderbird Sogo Connector ? 2010/10/22 Mailing pigna luca...@gmail.com I've installed TB3 with Inverse extensions but when I try to start a few seconds later I get stuck and TB are forced to close. It seems that the problem is caused by the calendar, in fact if I disable

Re: [SOGo] TB3 freeze

2010-10-22 Thread Mailing pigna
I do not have the custom connector. The only changes I made to the extensions that are nell'integrator: In sogo sogo-integrator-3103-sogo\chrome\content\extensions.rdf set the address of the update server In sogo sogo-integrator-3103-sogo\defaults\preferences\site.js changed the timezone and

[SOGo] Error moving event in Apple iCal OSX 10.6

2010-10-22 Thread baril.jp
Hi, When trying to move or copy an event from one calendar to another, the event is not moved/copied, I get the error below and worst, my original event get deleted! Server responded : « HTTP/1.1 403 Forbidden » at operation CalDAVMoveEntityQueueableOperation.-- users@sogo.nu

Re: [SOGo] SOGo with apple CardDAV

2010-10-22 Thread baril.jp
I also have the [warn] worker http://127.0.0.1:2/SOGo/dav/ already used by another worker warning. Still, I have been able to make everything work in Thunderbird and iCal. But I cannot connect with Mac AddressBook.app. I added the virtual host part as said, but I cannot make it work. What do I

Re: [SOGo] SOGo with apple CardDAV

2010-10-22 Thread Stephen Ingram
baril...@gmail.com wrote: I also have the [warn] worker http://127.0.0.1:2/SOGo/dav/ already used by another worker warning. Still, I have been able to make everything work in Thunderbird and iCal. But I cannot connect with Mac AddressBook.app. I added the virtual host part as said, but I

Re: [SOGo] SOGo with apple CardDAV

2010-10-22 Thread Jean-Philippe Baril
Yeah I know about the warning. As I said it will still works. I was just saying this to reassure you about your question. But as you speak, you look to have make it working with AddressBook.app ? Right ? I don't have @ in my username. What have you written in server address in AddressBook? Also,

Re: [SOGo] SOGo with apple CardDAV

2010-10-22 Thread Stephen Ingram
Jean-Philippe Baril wrote: Yeah I know about the warning. As I said it will still works. I was just saying this to reassure you about your question. But as you speak, you look to have make it working with AddressBook.app ? Right ? I'm testing this with the Addressbook in OSX at the moment,

Re: [SOGo] SOGo with apple CardDAV

2010-10-22 Thread Jean-Philippe Baril
Le 2010-10-22 à 19:57, Stephen Ingram a écrit : Jean-Philippe Baril wrote: Yeah I know about the warning. As I said it will still works. I was just saying this to reassure you about your question. But as you speak, you look to have make it working with AddressBook.app ? Right ? I'm

Re: Re: [SOGo] SOGo with apple CardDAV

2010-10-22 Thread baril.jp
That was it, I had to open port 8800 on my server firewall. As you said, all I had to do was entering my username, my password, and domain.com -- users@sogo.nu https://inverse.ca/sogo/lists

Re: [SOGo] Help on compile

2010-10-22 Thread Mohit Chawla
Hi, If you are referring to the configure script, then for compiling SOPE (which you should compile before SOGo), you only need these flags: --with-gnustep, --enabled-debug, --disable-strip. And for SOGo, you need --enable-debug and --disable-strip. The FAQ might have been down or something.