Re: [SOGo] AddressBook.app support in SOGo!

2010-10-21 Thread Stephen Ingram
Mark- Mark Adams wrote: /principles proxypass was required after iPhone os 4.1 Address book just works, only note is that if your using full email address as username you have to replace @ with %40 The "%40" was the issue. I thought that issue had been resolved so that you could use the "@"

Re: [SOGo] AddressBook.app support in SOGo!

2010-10-21 Thread Mark Adams
Also make sure your apache is listening on 8843 -- you have to add Listen 8843 to your apache ports.conf file Regards, Mark On 21 Oct 2010, at 09:41, Mark Adams wrote: > /principles proxypass was required after iPhone os 4.1 > > Address book just works, only note is that if your using full em

Re: [SOGo] AddressBook.app support in SOGo!

2010-10-21 Thread Mark Adams
/principles proxypass was required after iPhone os 4.1 Address book just works, only note is that if your using full email address as username you have to replace @ with %40 Regards, Mark On 21 Oct 2010, at 02:14, Stephen Ingram wrote: > Mark Adams wrote: >> For posterity, A working CardDAV A

Re: [SOGo] AddressBook.app support in SOGo!

2010-10-20 Thread Stephen Ingram
Mark Adams wrote: For posterity, A working CardDAV Apache VirtualHost config is as follows. Replace your.server.com with your fqdn (ignore the SSL stuff if you don't want that). #Below for CardDAV access ... snip ... ProxyRequests Off SetEnv proxy-nokeepalive 1 ProxyPreserveHost On ProxyPas

RE: [SOGo] AddressBook.app support in SOGo!

2010-09-08 Thread Martin Hofbauer
Most of those features are already implemented and available from the nightly builds. regards Martin -Original Message- From: Mark Adams [mailto:m...@campbell-lange.net] Sent: Tuesday, September 07, 2010 5:22 PM To: users@sogo.nu Subject: Re: [SOGo] AddressBook.app support in SOGo

Re: [SOGo] AddressBook.app support in SOGo!

2010-09-07 Thread Mark Adams
You need to use the Nightlies (will be in 1.3.2). If still not working please post all of your Vhost config On Tue, Sep 07, 2010 at 04:57:11PM +0200, xbgmsharp wrote: > > Hello, > > Uusing SOGo 1.3.1 with: > > ... > ProxyPass /SOGo/dav/ http://127.0.0.1:2/SOGo/dav/ interpolate > ProxyPass /

Re: [SOGo] AddressBook.app support in SOGo!

2010-09-07 Thread xbgmsharp
Hello, Uusing SOGo 1.3.1 with: ... ProxyPass /SOGo/dav/ http://127.0.0.1:2/SOGo/dav/ interpolate ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate http://127.0.0.1:2/> ... I get: "OPTIONS /.well-known/carddav HTTP/1.1" 404 43 "OPTIONS / HTTP/1.1" 401 - "OPTIONS / HTTP/1.1"

Re: [SOGo] AddressBook.app support in SOGo!

2010-09-07 Thread Mark Adams
You need to have BOTH the ProxyPass directives listed below. On Tue, Sep 07, 2010 at 02:56:37PM +0200, xbgmsharp wrote: > Hello, > > Thanks for the information. > Even so I still have errors. > I try the different setting of proxyPatch with no result is still get > > "OPTIONS /.well-known/carddav

Re: [SOGo] AddressBook.app support in SOGo!

2010-09-07 Thread xbgmsharp
Hello, Thanks for the information. Even so I still have errors. I try the different setting of proxyPatch with no result is still get "OPTIONS /.well-known/carddav HTTP/1.1" 404 43 So new phone cannot verify is using I do get a 200 reply when i use the port 443 as part of the standard SOGO vi

Re: [SOGo] AddressBook.app support in SOGo!

2010-09-03 Thread Mark Adams
For posterity, A working CardDAV Apache VirtualHost config is as follows. Replace your.server.com with your fqdn (ignore the SSL stuff if you don't want that). #Below for CardDAV access SSLEngine on SSLCertificateFile /etc/ssl/your_server_com.crt SSLCertificateKeyFile /etc/ssl/your_server_com.ke

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-23 Thread Mark Adams
Unfortunately it's still not right. I've found that with it set as I note below, new phones cannot verify. If you change it to ProxyPass / http://127.0.0.1:[port]/SOGo/dav/ as specifed in Wolfgangs howto, then phones can verify but can not sync anything. If you change it back to what I have below

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Mark Adams
Hi Ryan, What Wolfgang says is right, except for me the 2nd ProxyPass had to be the following; (no SOGo/dav/ at the end) ProxyPass / http://127.0.0.1:[port]/ interpolate If you need the full config let me know and i'll send through to you. Cheers, Mark On Fri, Aug 20, 2010 at 04:01:18PM -0400,

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Wolfgang Sourdeau
Hi Ryan, You need a VirtualHost section with exactly the same directives as in your original SOGo configuration except 3 things: 1) it must listen on 8800 (clear) or 8843 (ssl) 2) you need both ProxyPass directives instead of one: ProxyPass /SOGo/ http://127.0.0.1:[port]/SOGo/ interpolate Pro

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Ryan Evans
Hey Mark, Could you post your VirtualServer setup and conf file for this please? I can't seem to get it to play nice. Thanks! Ryan On Friday, August 20, 2010 11:53 AM CDT, Mark Adams wrote: > Thanks to inverse once again, This works very well now on iPhone, > including shared address bo

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Mark Adams
Thanks to inverse once again, This works very well now on iPhone, including shared address books!(excluding LDAP) and for the personal address book in OSX Address Book. Only difference I had to make was to have the following for my ProxyPass etc config: ProxyPass / http://127.0.0.1:2/ interpo

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Wolfgang Sourdeau
Mark Adams wrote: Cool, sounds good - so the config should be the below rather than what I posted? ProxyPass / http://127.0.0.1:2/SOGo/dav interpolate http://127.0.0.1:2/SOGo> Yep, except that you need the ending "/" in the ProxyPass destination. -- Wolfgang Sourdeau :: +1 (514) 447

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Mark Adams
Cool, sounds good - so the config should be the below rather than what I posted? ProxyPass / http://127.0.0.1:2/SOGo/dav interpolate http://127.0.0.1:2/SOGo> On Fri, Aug 20, 2010 at 10:31:05AM -0400, Wolfgang Sourdeau wrote: > Wolfgang Sourdeau wrote: >> Hi Mark, >> >> >> You can stop w

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Wolfgang Sourdeau
Wolfgang Sourdeau wrote: Hi Mark, You can stop worrying about the iPhone issues... The "%40" form will be accepted since I just commited the relevant fix. The nightly builds are being rebuilt so you should be able to test this in about 20 minutes What I meant was... the iPhone and OSX,

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Wolfgang Sourdeau
Hi Mark, You can stop worrying about the iPhone issues... The "%40" form will be accepted since I just commited the relevant fix. The nightly builds are being rebuilt so you should be able to test this in about 20 minutes Cheers, Wolfgang -- users@sogo.nu https://inverse.ca/sogo/lis

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-20 Thread Mark Adams
Did anyone look at iPhone or possibly even auth issues yesterday?.. In my messing about I've found that changing the apache config to the below enables all of the contact lists in the iPhone (shared aswell), however no contacts are transferred... ProxyPass / http://127.0.0.1:2/ interpolate h

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-19 Thread Florian Heese
Hi Francis, removing the "HTTP authentication on top of it" solved the prolem. Now everything is working! Special thanks! Kind regards fheese Am Donnerstag 19 August 2010 16:23 CEST, Francis Lachapelle schrieb: > > On Aug 19, 2010, at 10:08 AM, Florian Heese wrote: > > > I installed

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-19 Thread Francis Lachapelle
On Aug 19, 2010, at 10:08 AM, Florian Heese wrote: > I installed sogo-1.3.0.20100817 on debian lenny. With the attached > VirtualHost config for apache the AddressBook.app works only if I change the > CardDAV Port (in AB.app) afterwards. > > If I create a new CardDAV Account AB.app reports a 5

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-19 Thread Florian Heese
Hi, I installed sogo-1.3.0.20100817 on debian lenny. With the attached VirtualHost config for apache the AddressBook.app works only if I change the CardDAV Port (in AB.app) afterwards. If I create a new CardDAV Account AB.app reports a 500 Error. Changing the CardDAV Port afterwards from 8843

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-19 Thread Mark Adams
Alternatively I guess the right thing to do would be to have SOGo accept %40 in auth url to escape as @ - at the moment this just get's rejected. Aug 13 12:03:59 sogod: SOGo watchdog [11835]: <0x0x1681f40[SOGoDAVAuthenticator]> tried wrong password for user 'user%40domain'! On Thu, Aug 19, 201

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-19 Thread Mark Adams
Hi Francis, My problem with AB is the fact you can't have a username as a full email address, as it appends before - so it doesn't even get to SOGo. I suggested maybe accepting a different form of auth say user_A_domain or something. Not sure if you guys are prepared to work around Apple's shortco

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-19 Thread Francis Lachapelle
Hi Mark, Martin On Aug 18, 2010, at 4:39 AM, Mark Adams wrote: > Martin is it working for you? I can't get this to work with iPhone or > Addressbook. First, it doesn't currently work with the iPhone. May work by the end of the day (GMT-5) :) Second, show us the log entries of sogod and httpd.

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-18 Thread Mark Adams
Martin is it working for you? I can't get this to work with iPhone or Addressbook. Regards, Mark On Mon, Aug 16, 2010 at 09:18:58PM +0200, Martin Lehmann wrote: > I use: http://inverse.ca/downloads/SOGo/RHEL5/nightly/$basearch > > After the nigtly update today the tag seems to be correct: > Vers

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-16 Thread Martin Lehmann
I use: http://inverse.ca/downloads/SOGo/RHEL5/nightly/$basearch After the nigtly update today the tag seems to be correct: Version 1.3.0 (r...@vizzini.inverse.ca 201008150646) I hope that solves my problem but I must ask my collegues which use iPhones first.

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-16 Thread Wolfgang Sourdeau
Which repository are you using. Everything seems fine here... Cheers. -- users@sogo.nu https://inverse.ca/sogo/lists

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-15 Thread Martin Lehmann
Hello, it doesn't work! I used the latest nightly RPMs, created a virtualhost on port 8843 and used this config: ProxyRequests Off SetEnv proxy-nokeepalive 1 ProxyPreserveHost On ProxyPassInterpolateEnv On ProxyPass / http://127.0.0.1:2/SOGo/dav interpolate http://127.0.0.1:2/SOGo/d

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-13 Thread Mark Adams
Is it possible to have SOGo except auth for user_A_domain on login aswell? (I see you use this in your URL scheme already). Cheers, Mark On Fri, Aug 13, 2010 at 10:03:42AM +0100, Mark Adams wrote: > On Thu, Aug 12, 2010 at 01:23:40PM -0400, Wolfgang Sourdeau wrote: > > Mark Adams wrote: > >> Than

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-13 Thread Mark Adams
On Thu, Aug 12, 2010 at 01:23:40PM -0400, Wolfgang Sourdeau wrote: > Mark Adams wrote: >> Thanks Wolfgang and inverse! >> >> I'm having trouble with access on my setup however, as my usernames are >> the users full email address. >> >> Addressbook seems to append the username to the beginning of t

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-12 Thread Wolfgang Sourdeau
Mark Adams wrote: Thanks Wolfgang and inverse! I'm having trouble with access on my setup however, as my usernames are the users full email address. Addressbook seems to append the username to the beginning of the URL when connecting, which causes issues if your using email addresses... https

Re: [SOGo] AddressBook.app support in SOGo!

2010-08-12 Thread Mark Adams
Thanks Wolfgang and inverse! I'm having trouble with access on my setup however, as my usernames are the users full email address. Addressbook seems to append the username to the beginning of the URL when connecting, which causes issues if your using email addresses... https://u...@domain@domain