[SOGo] SOGO outlook "The set of folders cannot be opened"

2013-11-03 Thread boyd yang
Hi All,

I followed the guide 

The sogo web ui works.

But outlook 2007,2010,2013 does not work at all.
I can add account. When I open the outlook, I get error:
"The set of folders cannot be opened"



How to fix it?

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

Re: [SOGo] ActiveSync question

2013-10-27 Thread boyd yang
Hi Corrado Fiore,

I have tried few days, I cannot get it work smoothly except IMAP.

Please see what's wrong with the caldav and carddav configuration?

/
// 
//  BackendCalDAV settings
// 
// Server address
define('CALDAV_SERVER', 'http://sogo.xxx');
// Port
define('CALDAV_PORT', '80');
// Path
define('CALDAV_PATH', '/SOGo/dav/%u/Calendar');///caldav.php/%u/');
// Personal CalDAV folder (calendar folder/principal)
//define('CALDAV_PERSONAL', 'home');

?>

// 
//  BackendCardDAV settings
// 
// Server protocol: http or https
define('CARDDAV_PROTOCOL', 'http');
// Server name
define('CARDDAV_SERVER', 'sogo.x');
// Server port
define('CARDDAV_PORT', '80');
// Server path to the addressbook
// %u: replaced with the username
// %d: replaced with the domain
//   Add the trailing /
define('CARDDAV_PATH',
'/SOGo/dav/%u/Contacts/');///caldav.php/%u/addresses/');
// Addressbook display name
// %u: replaced with the username
// %d: replaced with the domain
define('CARDDAV_CONTACTS_FOLDER_NAME', '%u Addressbook');

// If the CardDAV server support the sync-collection operation
// DAViCal supports it, but SabreDav/Owncloud doesn't
// Setting this to false will work with most servers, but it will be pretty
slow: 1 petition for the href of vcards, and 1 petition for each vcard
define('CARDDAV_SUPPORTS_SYNC', true);



On Wed, Oct 23, 2013 at 7:38 AM, Corrado Fiore wrote:

> On Oct 22, 2013, at 14:19 , boyd yang wrote:
>
> > Can this solution work well for mail,calendar,contacts at the same time?
> No need to configure calendar,contacts differently?
>
> Yup, exactly.  All like a real Exchange account.  Plus, you get push
> email, which is a definite bonus for business users.
>
> The downside - which might apply or not to your case - is that push mail
> via Z-push (which is a PHP application) requires way more resources per
> user than SOGo itself since the TCP connection underlying the HTTP protocol
> must remain in open state.
>
> As the author of Z-push-contrib suggests, the rule of thumb is:  1.5 PHP
> processes per email user, so 1,000 users would translate to 1,500 active
> PHP processes.  Of course you can set up a balanced pool of servers, but
> the point here is:  don't expect Z-Push (which I love, don't get me wrong)
> to scale beautifully as SOGo does.
>
> In this light, I can understand one of the reasons why the SOGo team is
> looking for a native implementation instead.
>
> Best,
> Corrado
>
>
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-10-27 Thread boyd yang
Yes, please share your guide on configure with sogo.

I get this error after some time trying..

Combined->Logon() failed on BackendCalDAV

27/10/2013 10:44:45 [21665] [ INFO]  AuthenticationRequiredException:
Access denied. Username or password incorrect - code: 0


IMAP successfully log, bug caldal logon failed.
Thanks!


On Wed, Oct 23, 2013 at 4:53 PM, Davide Bozzelli wrote:

> Il 10/23/13 1:38 AM, Corrado Fiore ha scritto:
> > On Oct 22, 2013, at 14:19 , boyd yang wrote:
> >
> >> Can this solution work well for mail,calendar,contacts at the same
> time? No need to configure calendar,contacts differently?
> > Yup, exactly.  All like a real Exchange account.  Plus, you get push
> email, which is a definite bonus for business users.
> >
> > The downside - which might apply or not to your case - is that push mail
> via Z-push (which is a PHP application) requires way more resources per
> user than SOGo itself since the TCP connection underlying the HTTP protocol
> must remain in open state.
> >
> > As the author of Z-push-contrib suggests, the rule of thumb is:  1.5 PHP
> processes per email user, so 1,000 users would translate to 1,500 active
> PHP processes.  Of course you can set up a balanced pool of servers, but
> the point here is:  don't expect Z-Push (which I love, don't get me wrong)
> to scale beautifully as SOGo does.
> >
> > In this light, I can understand one of the reasons why the SOGo team is
> looking for a native implementation instead.
> >
> > Best,
> > Corrado
> >
> >
> >
> Hi Corrado
>
> Would be wonderful if you could write a concise guide on how to
> configure the activesync support for Sogo with this Z-push fork.
>
> Thx
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-10-22 Thread boyd yang
Can this solution work well for mail,calendar,contacts at the same time? No
need to configure calendar,contacts differently?

iPhone can use the same configuration for mail,contacts,calendar.

在 2013年10月21日星期一,Heiner Markert 写道:

> Am 03.09.2013 17:12, schrieb Corrado Fiore:
>
>> Dear All,
>>
>> I've been in touch in the past days with Francisco Miguel Biete, author
>> of Z-Push-contrib, a fork from the original Z-Push that is working well (at
>> least, in our tests) with SOGo:
>>
>>  
>> https://github.com/fmbiete/Z-**Push-contrib
>>
>> What's important here is that Francisco Miguel has been very responsive
>> in fixing the bugs we submitted (one for CardDAV, the other for the IMAP
>> backend).  I must say I'm quite impressed.
>>
>> ActiveSync seems to be working very well, and so far seems to be solid
>> enough that we can use it in production.  However, documentation could be a
>> bit more organized, so here's the idea:  I'll try to sum all the usual
>> mistakes on a page in the SOGo wiki.  Allow me some days for this, I'll try
>> my best.
>>
>> On the other hand, I agree that the SOGo community needs a point of
>> reference for Z-Push just like Inverse is for SOGo.
>>
>> Best,
>> Corrado Fiore
>>
>>
>>
> Thank you very much for the link! Seems to be working perfectly!
>
> Someone really should update the SOGo wiki (unfortunately I am unable to
> create an account: I fail with the TextCha...). It still links to sogosync,
> which is totally outdated.
>
> Best,
> Heiner
>
>
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
<>

[SOGo] sogo does not show address book items with mysql source

2013-10-21 Thread boyd yang
Hi All,

I setup a mysql source with isAddressBook = YES; in the mysql source.

I create the sogo_users table with columns:
(c_uid,c_name,c_password,c_cn,givenName,sn,domain,mail,mobile,title,ou).

But the address book show none item?

DO you know why?

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