Re: [SOGo] BlackBerry 10 native Caldav and SOGo

2013-08-26 Thread mayak-cq
hi federico,

i'd bet a nickel that you have a self signed certificate ... if so, this
_may_  be causing you grief.

cheers

m

On Mon, 2013-08-26 at 14:24 -0300, Federico Alberto Sayd wrote:

> Hello list:
> 
> One of our users have a BlackBerry Z10 with the new BlackBerry 10 OS. 
> This OS have native caldav and cardav support. I tried with the url 
> https://mysogo.com/SOGo/dav/user but the phone refused to connect with 
> SOGo. I didn't have time to test the phone and compare logs (The user 
> needed to use his phone).
> 
> That is why  I ask if anybody could sync BlackBerry 10 with SOGo?
> 
> Any answer and experience are most that welcome
> 
> Thanks
> 
> Federico


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

Re: [SOGo] Is blackberry device supported as part of the mobile connector?

2013-04-04 Thread mayak-cq
bonjour louis,

i was aware that BB10 supports exchange/activesync -- can you confirm
where you saw DAV -- i haven't seen anything about this.

thanks

m


On Thu, 2013-04-04 at 09:34 -0400, Louis-Philippe Gauthier wrote:
> Hi, 
> 
> I have "old" (last summer :-)  Blackberry 7.0. We installed Funambol
> to sync with SOGo
> 
> I read on the BB forums that the new BlackBerry 10 supports DAV. 
> 
> So, you don't need anything than SOGo with new Blackberry 10 ?
> 
> 
> 
> 
> Thanks,
> 
> 
> 
> 
> 
> 
> 2013/4/4 Christian Mack 
> 
> Hello Joseph
> 
> Am 2013-03-27 02:58, schrieb jos...@mxhub.com:
> > Is blackberry device supported as part of the mobile
> connector?
> >
> 
> What do you mean with "mobile connector" ?
> 
> There are 4 protocols supported by SOGo and its extensions:
> DAV (CardDAV, CalDAV)   SOGo
> SyncML  SOGo + Funambol-Connector for SOGo + Funambol
> ActiveSync  SOGo + successor of sogosync (sorry forgot its
> name)
> MAPISOGo + SOGo Openchange Connector + Openchange
> 
> Which Protocol does your Blackberry support?
> 
> 
> Kind regards,
> Christian Mack
> 
> --
> Christian Mack
> Gruppe Informationsdienste
> Rechenzentrum Universität Konstanz
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
> 
> 
> 
> 
> -- 
> Louis-Philippe Gauthier
> 

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

Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread mayak-cq
On Thu, 2013-04-04 at 11:22 +0200, mourik jan heupink wrote:

> It just happened again, so rebooting the server does not solve the 
> issues here. :-(
> 
> I have no idea where to start troubleshooting this. I hope someone can 
> help, fortunately our old system is still online, so we can go back 
> quite easily. :-(
> 




hi jan,

i'm not an expert, but i think that you could try the following, and see
if it helps:

sudo -u sogo defaults write sogod SxVMemLimit 1024
sudo -u sogo defaults write sogod WOWorkersCount 32

and restart the sogod afterwards.

thanks

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

[SOGo] php-push-2 needs help

2013-03-27 Thread mayak-cq
hi all,

i'm posting here as some the developers of php-push-2 are actively
involved with sogo ...

i've tried to the switch from sogosync to php-push-2 as the latter seems
to garnering more support activity. sadly, php-push-2 does not appear to
work

after doing a git and grabbing the source:

[1] there are two files in the source root directory -- config.php and
config.inc.php
the documentation suggests that config.inc.php is the starting point to
make changes, but this is not the case.
config.php has variables defined that are used in the backend, but
missing in config.inc.php 

CALDAV_PORT and CALDAV_PATH are found in config.php but not conf.inc.php
-- they are required to make it work

[2] the config.php is missing search paths found in config.inc.php

ini_set('include_path',
BASE_PATH. "include/" . PATH_SEPARATOR .
BASE_PATH. PATH_SEPARATOR .
ini_get('include_path') . PATH_SEPARATOR .
"/usr/share/php/" . PATH_SEPARATOR .
"/usr/share/php5/" . PATH_SEPARATOR .
"/usr/share/pear/" . PATH_SEPARATOR .
"/usr/share/awl/inc");

this block is required to make php-push-2 work, but it is missing from
config.inc but is found in config.inc.php

[3] when all installed and configs correctly merged, activating calendar
on a Samsung S3 causes exchange client to die; calendars do not make
exchange die, but do not work at all.

[5] imap/mail does work.

[6] logs complain about missing variables
CARDDAV_READONLY and CALDAV_READONLY are missing.

cheers

m


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

Re: [SOGo] problem with sogo and mysql 5.6.10

2013-03-19 Thread mayak-cq
On Tue, 2013-03-19 at 14:02 +0100, mayak-cq wrote:

> hi all,
> 
> i've tried sogo and sogo-nightly repos on a centos-6 x64 installation
> with mysql 5.6.10 ...
> 
> system databases get create created on start of sogod, however,
> calendar and address books do not:
> 
> Mar 19 13:55:07 sogod [19861]: [ERROR] <0x0x7f2b11bfbc48[GCSFolder]>
> -[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot
> execute quick-fetch SQL 'SELECT
> b.c_name,b.c_content,b.c_creationdate,b.c_lastmodified,b.c_version,a.c_component,a.c_title,a.c_location,a.c_orgmail,a.c_status,a.c_category,a.c_classification,a.c_isallday,a.c_isopaque,a.c_participants,a.c_partmails,a.c_partstates,a.c_sequence,a.c_priority,a.c_cycleinfo,a.c_iscycle,a.c_nextalarm,a.c_uid,a.c_startdate,a.c_enddate
>  FROM sogozenpriva0011980fbaa_quick a, sogo0011980fbaa b WHERE 
> ((c_component = 'vevent') AND ((c_startdate IS NULL) OR (c_startdate <= 
> 1364079599)) AND ((c_enddate IS NULL) OR (c_enddate >= 1363474800)) AND 
> (c_iscycle = 0)) AND a.c_name = b.c_name AND (c_deleted != 1 OR c_deleted IS 
> NULL)':  NAME:ExecutionFailed REASON:Table 
> 'sogo.sogo0011980fbaa_quick' doesn't exist
> 
> anyone have any suggestions?

correction -- address books are working -- it's calendar tables which do
not get create (the *_acl and *_quick)

thanks

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

[SOGo] problem with sogo and mysql 5.6.10

2013-03-19 Thread mayak-cq
hi all,

i've tried sogo and sogo-nightly repos on a centos-6 x64 installation
with mysql 5.6.10 ...

system databases get create created on start of sogod, however, calendar
and address books do not:

Mar 19 13:55:07 sogod [19861]: [ERROR] <0x0x7f2b11bfbc48[GCSFolder]>
-[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot
execute quick-fetch SQL 'SELECT
b.c_name,b.c_content,b.c_creationdate,b.c_lastmodified,b.c_version,a.c_component,a.c_title,a.c_location,a.c_orgmail,a.c_status,a.c_category,a.c_classification,a.c_isallday,a.c_isopaque,a.c_participants,a.c_partmails,a.c_partstates,a.c_sequence,a.c_priority,a.c_cycleinfo,a.c_iscycle,a.c_nextalarm,a.c_uid,a.c_startdate,a.c_enddate
 FROM sogozenpriva0011980fbaa_quick a, sogo0011980fbaa b WHERE 
((c_component = 'vevent') AND ((c_startdate IS NULL) OR (c_startdate <= 
1364079599)) AND ((c_enddate IS NULL) OR (c_enddate >= 1363474800)) AND 
(c_iscycle = 0)) AND a.c_name = b.c_name AND (c_deleted != 1 OR c_deleted IS 
NULL)':  NAME:ExecutionFailed REASON:Table 
'sogo.sogo0011980fbaa_quick' doesn't exist

anyone have any suggestions?

thanks

c


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

Re: [SOGo] blackberry client for Sogo

2012-12-30 Thread mayak-cq
On Sat, 2012-12-29 at 20:35 -0500, K B wrote:

> hmm, first time sync works on BB Bold 9900, but now it stops syncing after 
> 125 contacts.
> I'm getting cold feet over the Funambol device client capability, the SOGO 
> project looks great, but I sinply can't get a client to act reliable yet. Is 
> it just my devices?
> 
> Also the Funambol forum states no BB10 support planned, which renders this 
> project of mine utterly useless, as 85% of my client base is guaranteed to 
> upgrade to BB10 within a month of its release. (not exagerating either :) )
> 

i have had the same problem with BB and funambol -- large
contact/address book bombs the sync and scatters data. funambol and BB
are just not happening.
BB10 is supposed to have activesync built in (wow -- only now in 2013
has connectivity become a reality for RIM -- maybe the stock price had
something to do with their decision /end-rant).

so BB10  will have activesync and that can work with sogo (see sogo-sync
-- a sogo implementation of z-push). in the meantime, you could try
astraSync which is a licensed activesync plugin for BB and should work
now.

all will depend on BB10 -- with their current cash burn rate, RIM
recently had to sell some assets, and if BB10 fails, they will be out of
business.

cheers

m

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

[SOGo] sogo-tool

2012-12-23 Thread mayak-cq
hi all,

i have an issue with sogo-tool on centos-6 x64 ...

when i run sogo-tool as user sogo (or root), it crashes with:

[sogo@web ~]$ sogo-tool 
sogo-tool: NSThread.m:339: GSCurrentThread: Assertion `(id)0 != thr &&
"No main thread"' failed.
Aborted


thanks

M



[root@web cron.d]# yum list installed | grep sogo
gnustep-base.x86_64  1.23.0-1
@sogo-rhel6 
lasso.x86_64 2.3.6-1.centos6
@sogo-rhel6 
libffi.x86_643.0.10-1
@sogo-rhel6 
sogo.x86_64  2.0.3a-1.centos6
@sogo-rhel6 
sogo-ealarms-notify.x86_64   2.0.3a-1.centos6
@sogo-rhel6 
sogo-tool.x86_64 2.0.3a-1.centos6
@sogo-rhel6 
sope49-appserver.x86_64  4.9-20121206_1664.el6.1
@sogo-rhel6 
sope49-cards.x86_64  2.0.3a-1.centos6
@sogo-rhel6 
sope49-core.x86_64   4.9-20121206_1664.el6.1
@sogo-rhel6 
sope49-gdl1.x86_64   4.9-20121206_1664.el6.1
@sogo-rhel6 
sope49-gdl1-contentstore.x86_64  2.0.3a-1.centos6
@sogo-rhel6 
sope49-gdl1-mysql.x86_64 4.9-20121206_1664.el6.1
@sogo-rhel6 
sope49-ldap.x86_64   4.9-20121206_1664.el6.1
@sogo-rhel6 
sope49-mime.x86_64   4.9-20121206_1664.el6.1
@sogo-rhel6 
sope49-sbjson.x86_64 2.3.1-20121206_1664.el6.1
@sogo-rhel6 
sope49-xml.x86_644.9-20121206_1664.el6.1
@sogo-rhel6 

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

Re: [SOGo] Facing Errors after Sope Library updates

2012-11-15 Thread mayak-cq


On Fri, 2012-11-16 at 11:24 +0530, Devinder Singh wrote:
> Thanks Jean,
> 
> I updated the packages from the given location.  However after
> updating it SOGo restarts but do not work. 
> 
> Below are the steps I have taken. 
> 
> 1. Removed the symlinks created yesterday. 
> 2. Reinstalled the packages from
> http://inverse.ca/downloads/SOGo/RHEL6/nightly/x86_64/RPMS/
> 
> After this I got the error.
> 
> "Proxy Error
> 
> The proxy server received an invalid response from an upstream server.
> The proxy server could not handle the request GET /SOGo.
> 
> Reason: Error reading from remote server
> "

this is an error coming from apache and not from sogo

drop firewall
try pointing your browser to http://ipaddress/SOGo:2

thanks

m

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

[SOGo] issue with Funambol and SOGo -- calendar reminders for old events

2012-10-22 Thread mayak-cq
Hi All,

I have an issue where multiple outlook clients sync to a common calendar
(shared calendar).

After each sync with Funambol, the outlook reminder window comes up
saying event is overdue ...

Is there a way to expire past calendar events in sogo to avoid this?

Thanks

M

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

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread mayak-cq
On Thu, 2012-10-18 at 14:33 +0200, Peter Schmidt wrote:

> I'm curious about the Z-Push Active Sync method and have 2 questions:
> 
> * Is it necessary, when SOGo is configured for Outlook compatibility? (I 
> guess so, because Exchange != Active Sync)

yes -- you're right -- exchange protocol is not the same as activesync
protocol (what z-push is doing)


> * Why does it need Funambol? (Or are your questions about Funambol not 
> related to Z-Push and you "hijacked" your own thread?)

there are two principal use cases for Funambol

- you want to sync from outlook to  sogo/funambol and you are _not_
using the "outlook compatibility" sogo version
- the mobile device doesn't support activesync, but does support syncML
(Funambol's protocol)

cheers

m





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

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread mayak-cq
On Thu, 2012-10-18 at 15:22 +0530, Devinder Singh wrote:
> Thanks Mayak,
> 
> Just would like to add that Apple sync works as well on  IOS 6
> version.  I tried syncing with IOS 4 version on TAB and IPhone it did
> not work untill I upgraded to newer versions. 
> 
> Not sure if you are also looking toward building the backward
> compatibility.
> 
> However,  I am facing issue while installing the Funambol with SOGo
> connector. I am following guidelines as given in the installation
> document. 
> 
> But receiving below error 
> 
> BUILD FAILED
> /opt/Funambol/ds-server/install/install.xml:238: The following error
> occurred while executing this line:
> /opt/Funambol/ds-server/install/install-modules.xml:120: The following
> error occurred while executing this line:
> /opt/Funambol/ds-server/install/install-modules.xml:168: The following
> error occurred while executing this line:
> /opt/Funambol/ds-server/install/install-modules.xml:240: The following
> error occurred while executing this line:
> /opt/Funambol/ds-server/install/install-modules.xml:284: The following
> error occurred while executing this line:
> /opt/Funambol/ds-server/install/install-modules.xml:358: Class Not
> Found: JDBC driver com.mysql.jdbc.Driver could not be loaded
> 
> 
> Install Property settings 
> 
> jdbc.classpath=/opt/Funambol/tools/tomcat/lib/mysql-connector-java-5.1.13-bin.jar
> jdbc.driver=com.mysql.jdbc.Driver
> jdbc.url=jdbc:mysql://localhost:3306/funambol_sogo?characterEncoding=UTF-8
> jdbc.user=mail
> jdbc.password=mail
> 
> modules-to-install=content-provider-10.0.0,email-connector-10.0.0,foundation-10.0.0,phones-support-10.0.0,webdemo-10.0.0,funambol-sogo-1.0.9
> 
> Kindly guide what could be reason ?   Is their a Funambol Setup with
> SOGo connector configured ?

hi devinder,

yea -- setting up funambol with sogo is a pain ...

my install.properties looks like this:

#
==
# Funambol Data Synchronization Server
#
==
# Installation properties
#
==

server-uri=

# The context path to use to access SyncServer
context-path=/funambol

dbms=mysql
jdbc.classpath=/opt/Funambol/tools/tomcat/lib/mysql-connector-java-5.1.22-bin.jar
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost/funambol
jdbc.user=funambol
jdbc.password=superSecretPassword

# Modules definitions
modules-to-install=content-provider-10.0.0,email-connector-10.0.0,foundation-10.0.0,phones-support-10.0.0,webdemo-10.0.0,funambol-sogo-1.0.9

and, you need to set the securityOfficer to sogo -- the config file
should look likeL

cat /opt/Funambol/config/ca/inverse/sogo/security/SOGoOfficer.xml





SOGOSERVER_IP_ADDRESS


SOGOSERVER_PORT





and you need to link the mysql jat into the java directory:

ln
-s /opt/Funambol/tools/tomcat/lib/mysql-connector-java-5.1.22-bin.jar 
/opt/Funambol/tools/jre-1.6.0/jre/lib/ext

cheers

m

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

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread mayak-cq
On Wed, 2012-10-17 at 16:15 +0530, Devinder Singh wrote:

> Hi All,
> 
> Just wanted to let you all know that Mobile Sync with Z-push Activsync
> was successful with the below php library. 
> 
> https://github.com/xbgmsharp/sogosync
> 
> 1. Android Based phones  -  Native Support for 2 way sync with
> Calendards, Tasks and Address Book
> 2. Apple IOS  TAB and IPhone - Native Support for 2 way sync for
> Calendards and Tasks.One way sync with Address Book to Apple IOS. 
> 
> Need to figure out further on Carddav integration issue with Apple
> IOS. 
> 
> I would recommend SOGo team to do further Testing and recommend this
> method as well on the below url.
> http://www.sogo.nu/english/downloads/frontends.html
> 
> Did anyone try it on Blackberry or we can only sync through
> Funambol ? 
> 
> Looking forward to your reply.
> 
> 
> -- 
> Thanks & Regards,
> Devinder Singh Birdi


hi devinder,


thanks for your report :-)


> One way sync with Address Book to Apple IOS.


i'm getting the same thing apple and contacts -- keeping my fingers
crossed for a fix 

as for BB -- only funambol is working now -- i have not tried astrasync
sync against z-push and sogo. when rim gets around to releasing their
new phone, and if they remain in business, the new version will natively
support actyivesync (exchange) for the first time.


cheers

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

Re: [SOGo] how to verify currently running database version

2012-10-01 Thread mayak-cq
On Mon, 2012-10-01 at 15:11 +0200, Christian Mack wrote:

> Hello mayak
> On 2012-09-29 14:34, mayak-cq wrote:
> > 
> > Just wondering how I can tell what database version sogo is using.
> > 
> 
> Which DBMS do you use?
> MySQL, Postgresql or Oracle?
> 
> You can check your access parameters as user sogo with:
> defaults read sogod OCSSessionsFolderURL
> defaults read sogod SOGoProfileURL
> defaults read sogod OCSFolderInfoURL
> 
> And if you use a DBMS as authorization source with:
> defaults read sogod SOGoUserSources
> 

hi christian,

sorry -- i should have been more specific --

i'm running mysql, but i have upgraded and downgraded so many times,
that i'm not sure if i have the right database structure to match my
sogo version.

thanks

m

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

[SOGo] how to verify currently running database version

2012-09-29 Thread mayak-cq
Hi All,

Just wondering how I can tell what database version sogo is using.

Thanks

M

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

Re: [SOGo] [SOGo V2] impossible change port openldap

2012-09-10 Thread mayak-cq
On Mon, 2012-09-10 at 12:06 -0400, sebastien.b...@adil71.org wrote:

> Hello,
> 
> I can not change the port openldap, do you know how to do this?
> 
> Kind regards

from `man slapd`

   -h URLlist
  slapd will by default serve ldap:/// (LDAP over TCP on all
interfaces on default LDAP port).  That is, it will bind using
INADDR_ANY and port 389.  The
  -h  option  may  be  used  to  specify  LDAP  (and  other
scheme)  URLs to serve.  For example, if slapd is given -h
"ldap://127.0.0.1:9009/ ldaps:///
  ldapi:///", it will listen on 127.0.0.1:9009 for LDAP,
0.0.0.0:636 for LDAP over TLS, and LDAP over IPC (Unix domain sockets).
Host 0.0.0.0 represents
  INADDR_ANY  (any interface).  A space separated list of
URLs is expected.  The URLs should be of the LDAP, LDAPS, or LDAPI
schemes, and generally with-
  out a DN or other optional parameters (excepting as
discussed below).  Support for the latter two schemes depends on
selected  configuration  options.
  Hosts  may  be  specified  by  name  or  IPv4 and IPv6
address formats.  Ports, if specified, must be numeric.  The default
ldap:// port is 389 and the
  default ldaps:// port is 636.

cheers

m

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

Re: [SOGo] installing sogo/openchange from the nightlies on centos6 64 bit -- samba4 not running properly [solved]

2012-09-05 Thread mayak-cq
On Tue, 2012-09-04 at 15:28 -0400, Ludovic Marcotte wrote:

> On 04/09/12 15:27, mayak-cq wrote:
> > Yes it is -- listens on 139 and 445 bot not 135 and no ldap :-(
> Do you have an other LDAP server running on the same machine?
> 
> If no, you can always start it manually using "samba -d 5 -i -M single" 
> and post the output.
> 

Bonjour Ludovic,

Well -- that was it -- I was starting samba using
the /etc/rc.d/init.d/samba4 script. I'm still ignorant on the issue, but
obviously starting samba using /usr/sbin/samba is substantively
different that with /usr/sbin/smbd (which is what the init script uses).

Do you know the difference? smbd does not start ldap and port 135, but
is started as a child process using the samba executable.

Thanks :-)

M

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

Re: [SOGo] installing sogo/openchange from the nightlies on centos6 64 bit -- samba4 not running properly

2012-09-04 Thread mayak-cq
On Tue, 2012-09-04 at 15:11 -0400, Ludovic Marcotte wrote:

> On 04/09/12 07:34, mayak-cq wrote:
> > i followed the doc, but the provided samba4 package doesn't listen on 
> > port 135 when started and it does not appear that that samba ldap 
> > instance is running or listening either.
> Is samba4 started?
> 
> -- 
> Ludovic Marcotte
> +1.514.755.3630  ::  www.inverse.ca
> Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
> (www.packetfence.org)
> 

Hi Ludovic,

Yes it is -- listens on 139 and 445 bot not 135 and no ldap :-(

Cheers

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

[SOGo] installing sogo/openchange from the nightlies on centos6 64 bit -- samba4 not running properly

2012-09-04 Thread mayak-cq
hi all,

i've been having a rough go of getting samba4 and openchange to work on
a centos6x64 installation ...

i followed the doc, but the provided samba4 package doesn't listen on
port 135 when started and it does not appear that that samba ldap
instance is running or listening either.

anyone have some guidance or has someone written an install script that
they could share? 

many thanks

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

Re: [SOGo] building sogo newer than 1.3.7a

2012-08-24 Thread mayak-cq
On Fri, 2012-08-24 at 15:03 +0200, Marc Patermann wrote:




> curl/curl.h: No such file or directory


you need to install curl-devel

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

Re: [SOGo] ANN: SOGo v1.3.17

2012-08-13 Thread mayak-cq
On Mon, 2012-08-13 at 08:30 -0500, Donny Brooks wrote:


> '/etc/ntp/GNUstep/Defaults' does not exist - failed to create it.


do a:

getent passwd

as root to see if ldap users are coming through 

cheeers

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

[SOGo] integrating sogo and redmine

2012-08-01 Thread mayak-cq
hi all,

has anyone tried to integrate sogo with redmine -- that is --
associating a public address book with a project?

ideas or hints?

thanks

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

Re: [SOGo] Webinterface broken

2012-07-19 Thread mayak-cq
On Thu, 2012-07-19 at 04:43 -0400, da...@ruppenthal.com wrote:

> Hi,
> 
> after a long search I don't find a solution for my problem. After an update
> from Sogo 1.3.1 to 1.3.15 the login screen of the webinterface was in a
> complete disorder showing white background and just simple html Elemets for
> username, password and choosing language. The login button link just points to
> http.../Sogo/#, login is not possible any more.
> The CalDAV and CardDAV access via Thunderbird + Lightning works without
> problems.
> 
> Does anybody have an idea what could be the reason for this problem. I don't
> find any errors in the logs!!!
> 
> Thanks a lot,
> David


hi david, 

i have seen this if the web configuration is not correct -- it should
have correct paths -- so verify (for example):


Alias /SOGo.woa/WebServerResources/ /usr/lib64/GNUstep/SOGo/WebServerResources/

Alias /SOGo/WebServerResources/ /usr/lib64/GNUstep/SOGo/WebServerResources/

AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) 
/usr/lib64/GNUstep/SOGo/$1.SOGo/Resources/$2


make sure the paths are correct!

cheers

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

[SOGo] recommendation for windblows carddav and caldav client

2012-06-13 Thread mayak-cq
hi all,

wondering which one is the best and works stably with sogo ...

thanks

m

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

[SOGo] openchange -- ready for production?

2012-06-12 Thread mayak-cq
hi all,

i know this been discussed previously, but there have been massive
amounts of fixes -- so:

do you think that openchange/samba4/sogo/etc is ready for a 30-50 user
production installation?

many thanks

m

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

Re: [SOGo] all user to change password :: ldap backend [ SOLVED]

2012-05-16 Thread mayak-cq
On Wed, 2012-05-16 at 11:44 +0200, Christian Mack wrote:




> Wrong, should be
> SOGoPasswordChangeEnabled
> 
> Do you see the wrong case SOGO versus SOGo ?

OMG

Doh!

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

Re: [SOGo] all user to change password :: ldap backend

2012-05-16 Thread mayak-cq
On Wed, 2012-05-16 at 10:36 +0200, Christian Mack wrote:

> Hello mayak-cq
> 
> 
> On 2012-05-16 08:32, mayak-cq wrote:
> > 
> > i'm attempting to allow users to change their password from within
> sogo,
> > and i have set:
> > 
> > SOGOPasswordChangeEnabled Yes
> > 
> > that said, i cannot see where a user could/would change his
> password.
> > user sources are coming from ldap, and sogo is working perfectly.
> > 
> > am i missing something?
> > 
> 
> Did you really set SOGOPasswordChangeEnabled?
> It should be SOGoPasswordChangeEnabled
> 
> And you must restart sogod.


hi christian,

i did that -- to no avail ... here the gnustep stuff

cheers

m


http://www.gnustep.org/plist-0_9.xml";>


NSGlobalDomain


sogod

OCSEMailAlarmsFolderURL
mysql://sogo:password@localhost:3306/sogo/sogo_alarms_folder
OCSFolderInfoURL
mysql://sogo:password@localhost:3306/sogo/sogo_folder_info
OCSSessionsFolderURL
mysql://sogo:password@localhost:3306/sogo/sogo_sessions_folder
SOGOPasswordChangeEnabled
Yes
SOGoACLsSendEMailNotifications
YES
SOGoAppointmentSendEMailNotifications
YES
SOGoAppointmentSendEMailReceipts
YES
SOGoCalendarDefaultRoles

ObjectViewer
ObjectEditor
ObjectCreator
ObjectEraser

SOGoContactsDefaultRoles

ObjectViewer
ObjectEditor
ObjectCreator
ObjectEraser

SOGoDraftsFolderName
Drafts
SOGoEnableEMailAlarms
YES
SOGoFoldersSendEMailNotifications
YES
SOGoForceIMAPLoginWithEmail
YES
SOGoForwardEnabled
NO
SOGoIMAPServer
imaps://domain.com:993
SOGoLanguage
English
SOGoMailAuxiliaryUserAccountsEnabled
YES
SOGoMailComposeMessageType
html
SOGoMailCustomFromEnabled
YES
SOGoMailDomain
zybox.biz
SOGoMailMessageCheck
every_minute
SOGoMailingMechanism
smtp
SOGoMemcachedHost
localhost
SOGoProfileURL
mysql://sogo:password@localhost:3306/sogo/sogo_user_profile
SOGoSMTPServer
172.16.40.2
SOGoSentFolderName
Sent
SOGoSieveServer
sieve://imap.domain.com:4190/?tls=yes
SOGoSuperUsernames

s...@domain.com

SOGoTimeZone
Europe/Zurich
SOGoTrashFolderName
Trash
SOGoUserSources


CNFieldName
cn
IDFieldName
uid
IMAPHostFieldName
mailHost
UIDFieldName
mail
baseDN
dc=domain,dc=com
bindDN
cn=ldapadmin,dc=domain,dc=com
bindFields

mail

bindPassword
ldappassword
canAuthenticate
YES
displayName
domain.com
encryption
ssl
hostname
ldap.domain.com
id
public
isAddressBook
YES
port
636
scope
SUB
userPasswordAlgorithm
md5


SOGoVacationEnabled
YES
SxVMemLimit
512
WOLogFile
/var/log/sogo/sogo.log
WOPidFile
/var/log/sogo/sogo.pid
WOPort
2
WOWorkersCount
5


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

Re: [SOGo] allow user to change password :: ldap backend

2012-05-16 Thread mayak-cq
On Wed, 2012-05-16 at 09:37 +0200, Patrick Ben Koetter wrote:

> * mayak-cq :
> > hi all,
> > 
> > i'm attempting to allow users to change their password from within sogo,
> > and i have set:
> > 
> > SOGOPasswordChangeEnabled Yes
> > 
> > that said, i cannot see where a user could/would change his password.
> 
> Log in
> Choose "Settings" from the main menu.
> Choose the tab "Password" (probably on the utmost right position).

hi patrick,

hmmm i have "preferences", and the following tabs "General, Calendar
Options, Contacts Options, Mail Options, IMAP Accounts" -- nothing about
password and no errors in sogo.log.

wild.

cheers

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

[SOGo] all user to change password :: ldap backend

2012-05-15 Thread mayak-cq
hi all,

i'm attempting to allow users to change their password from within sogo,
and i have set:

SOGOPasswordChangeEnabled Yes

that said, i cannot see where a user could/would change his password.
user sources are coming from ldap, and sogo is working perfectly.

am i missing something?

cheers

m

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

[SOGo] sogsync -- activesync for sogo -- read/write support enabled -- please help by testing

2012-05-04 Thread mayak-cq
hi all,

i just wanted to remind everyone that activesync is working with sogo
through the use of z-push with a carddav and caldav backend.

in the first release, calendars and address books were read-only,
however, the code base has been modified to allow both read and write.

please do feel free to test and report your results back here.

and of course, a round of applause to francois lacroix for his php
programming .

thanks

mayak

sogo sync home page: https://github.com/xbgmsharp/sogosync
z-push home page: http://z-push.sourceforge.net



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

Re: [SOGo] Sogo a non-starter?

2012-04-10 Thread mayak-cq
On Tue, 2012-04-10 at 09:06 -0500, J.P. Trosclair wrote:

> sogo.i...@recursor.net wrote:
> > Please tell me that I misread everything...
> 
> The documentation that I've read pretty clearly shows SOGo being 
> integrated with 3rd party services for SMTP and IMAP. I *think* that  as 
> long as the software SOGo is being integrated with supports SSL/TLS 
> there is no cause for concern.

Yes ...

Sogo can speak to imap over ssl/tls and smtp over ssl/tls.

Sogo does not speak ssl or tls over its web interface. probably the best
approach for securing the web interface is to use apache with mod_proxy
-- a distant client speaks to apache over ssl, but apache speaks to sogo
using http ...

Cheers

M

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

Re: [SOGo] Big trouble with 1.3._14_

2012-04-09 Thread mayak-cq
On Mon, 2012-04-09 at 13:33 +0200, Christian Rößner wrote:

> > I did some further testing. If croessners account is working as expected, 
> > then eroessners is broken. If I do log in to eroessner over the 
> > webinterface, both accounts seem to work for some minutes (less than 5 mins 
> > I guess). I then can add entries on both iPads and it works. But then after 
> > some moments, one session seems to die and that user, who did the last 
> > changes, i.e. deleting or removing something, wins.
> > 
> > I attach my sogo.log. Maybe somebody can see the problem there. This log 
> > includes also sogo restart and both situations. the first, where both users 
> > can work for just a few moments and the second, which kills one users 
> > session.
> > 
> > If somebody does have ANY idea on that, I really would be extremely happy :)
> 
> 
> I found the problem :-) It is SOGoBindAsCurrentUser that does not work as 
> expected. I enabled this and the SOGoChangePasswordEnabled feature to give 
> users the chance to change their password over the web interface. I have a 
> LDAP proxyuser that should find the correct DN in LDAP and rebind as this 
> user. And this does work wrong!
> 
> User croessner in LDAP is:
> uid=de1,ou=people,ou=it,dc=roesner-net,dc=de
> 
> User eroessner in LDAP is:
> uid=de10008,ou=people,ou=it,dc=roessner-net,dc=de
> 
> If croessner is working, then you find de1 entries in LDAP log, if stats 
> are enabled. If I open the iPad calendar of user eroessner, I see this in the 
> logs:
> 
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 fd=37 ACCEPT from 
> IP=[2a01:4f8:131:1081:88:198:80:229]:53774 (IP=[::]:389)
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=0 EXT 
> oid=1.3.6.1.4.1.1466.20037
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=0 STARTTLS
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=0 RESULT oid= err=0 text=
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 fd=37 TLS established 
> tls_ssf=128 ssf=128
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=1 BIND 
> dn="uid=de1,ou=people,ou=it,dc=roessner-net,dc=de" method=128
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=1 BIND 
> dn="uid=de1,ou=people,ou=it,dc=roessner-net,dc=de" mech=SIMPLE ssf=0
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=1 RESULT tag=97 err=0 
> text=
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=2 SRCH 
> base="ou=it,dc=roessner-net,dc=de" scope=2 deref=0 
> filter="(|(uniqueIdentifier=eroessner)(mail=eroessner)(cn=eroessner))"
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=2 SRCH attr=*
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=2 SEARCH RESULT tag=101 
> err=0 nentries=0 text=
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 op=3 UNBIND
> Apr  9 12:10:12 roessner1 slapd[7641]: conn=15961 fd=37 closed
> 
> And this is the bug. SOGo uses the wrong DN from user croessner and not the 
> one for eroessner and therefor does not get read access to foreign objects.
> 
> Temporary workaround is to disable BindAsCurrentUser.
> 
> Do I need to open a bug ticket for this?
> 
> -Christian Rößner

try adjusting the variables to suit your needs and run as root. users
will login with their mail address -- much more logical (imho)

cheers

m

#!/bin/bash

TIMEZONE="Europe/Zurich"
MAILDOMAIN="domain.com"
SMTPSERVER="192.168.1.1"
IMAPURI="imaps://192.168.1.1:993"
SUPERUSER="superu...@domain.com"
MYSQLHOST=localhost
MYSQLUSER="sogo"
MYSQLUSERPASS="yipee"
LDAP_BASE="dc=domain,dc=com"
LDAP_ADMIN_BIND="cn=ldapadmin,dc=domain,dc=com"
LDAP_ADMIN_PASS="yeehaw"

sudo -u sogo defaults write sogod SOGoTimeZone "$TIMEZONE"
sudo -u sogo defaults write sogod SOGoMailDomain $MAILDOMAIN
sudo -u sogo defaults write sogod SOGoLanguage English
sudo -u sogo defaults write sogod SOGoAppointmentSendEMailNotifications
YES
sudo -u sogo defaults write sogod SOGoFoldersSendEMailNotifications YES
sudo -u sogo defaults write sogod SOGoACLsSendEMailNotifications YES
sudo -u sogo defaults write sogod WOWorkersCount 5
sudo -u sogo defaults write sogod WOLogFile /var/log/sogo/sogo.log
sudo -u sogo defaults write sogod SxVMemLimit 512
sudo -u sogo defaults write sogod SOGoMemcachedHost localhost
sudo -u sogo defaults write sogod SOGoMailingMechanism smtp
sudo -u sogo defaults write sogod SOGoSMTPServer $SMTPSERVER
sudo -u sogo defaults write sogod SOGoIMAPServer $IMAPURI
sudo -u sogo defaults write sogod SOGoDraftsFolderName Drafts
sudo -u sogo defaults write sogod SOGoSentFolderName Sent
sudo -u sogo defaults write sogod SOGoTrashFolderName Trash
sudo -u sogo defaults write sogod SOGoForceIMAPLoginWithEmail YES
sudo -u sogo defaults write sogod SOGoSuperUsernames "($SUPERUSER)"
sudo -u sogo defaults write sogod SOGoContactsDefaultRoles
'(ObjectViewer, ObjectEditor, ObjectCreator, ObjectEraser)'
sudo -u sogo defaults write sogod SOGoProfileURL "mysql://$MYSQLUSER:
$MYSQLUSERPASS@$MYSQLHOST:3306/sogo/sogo_user_profile"
sudo -u sogo defaults write sogod OCSFolderIn

Re: [SOGo] ANN: sogosync - Open Source ActiveSync with caldav and cardav backend

2012-03-28 Thread mayak-cq
On Wed, 2012-03-28 at 10:22 +0200, Alessio Fattorini wrote:

> Il 27/03/2012 18:16, Stephan Heck ha scritto:
> > On 27.03.2012 11:01, xbgmsharp wrote:
> >> SOGo Users,
> >>
> >> This is a follow up on from this thread.
> >> '[SOGo] Why not move from Funambol to Z-Push? Many features will be
> >> obtained.', http://www.mail-archive.com/users@sogo.nu/msg08451.html
> 
> Sorry, but i not understand :-)
> Can you explain me why should i use active-sync in place of native 
> caldav/cardav iphone support?
> Should i use active-sync only for push e-mail?


hi alessio,

for the "use case" where the mobile device has cardDav and calDav
support, you are absolutely correct.

In the case where only activesync is supported, then this extension
becomes quite valuable. there are many mobiles with only activesync and
nothing else.

cheers

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

Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-03-20 Thread mayak-cq


> > 
> > well -- secret be told -- it is being worked on and i am partially
> > funding the development 
> > 
> > i'll let francois give the details.



> this is really great news! Thanks a lot for supporting this development!
> Is synchronization of multiple address books going to be possible via z-push?



hi heiner,

i may be mistaken, but i don't think so. activesync doesn't support it.

perhaps someone else can confirm. idea is currently to develop a
carddav/caldav backend for z-push with ldap auth -- *perhaps* something
could be done on the caldav server side to combine books.

thanks

m

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

[SOGo] funambol, sogo, and push e-mail :: issue with push

2012-03-20 Thread mayak-cq
hi all,

i've gotten sogo and funambol working perfectly for syncing -- just
fantastic. i'm now at the last step of setting up getting push e-mail
setup ...

has anyone had success using funambol and sogo with push e-mail? 

i have followed the funambol installation guide and modified the xml
files as documented, and i see that port 4745 is listening, but i see no
traffic on the port.

any pointers? i have googled to no avail.

thanks

m

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

Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-03-19 Thread mayak-cq
On Mon, 2012-03-19 at 19:12 -0400, Ludovic Marcotte wrote:

> On 19/03/12 17:19, chymian wrote:
> > I believe, there a lot of people waiting desperatley for the implementation 
> > of z-push.
> > so, it would be nice, if we can get some news on that development for the 
> > 1.5.x/2.0 sogo-backend for z-push?
> >
> > when will be a beta/release available?
> AFAIK, no one is working on it so don't expect anything anytime soon.

hi all,

well -- secret be told -- it is being worked on and i am partially
funding the development 

i'll let francois give the details.

thanks

m



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

[SOGo] funambol: selecting which address book to sync to

2012-03-08 Thread mayak-cq
hi all,

sorry for the bother again, but i'm really stuck:

i know have funambol authenticating clients through sogoOfficer --
great.

in the funabol windows client, i can indicate which local address book i
want to put contacts into, but it is unclear how i specify the remote
address book. specifically, i have an address book in sogo called
globalBook and it this one ythat i'd like to sync back to windows.

is there syntax to allow a windows client to identify which address book
to grab?

thanks

m

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

Re: [SOGo] funambol emailOfficer.xml [SOLVED]

2012-03-08 Thread mayak-cq
On Thu, 2012-03-08 at 12:02 +0100, mayak-cq wrote:

> hi all,
> 
> i have successfully setup sogo -- web access is perfect and operating
> as expected.
> 
> i have now installed funambol server and wish to have automatic
> provisioning of users -- thusly -- i have changed the Engine: Officer
> to "com/funambol/server/security/EmailOfficer.xml"
> 
> i have setup my imap server in funambol as well, yet i am totally
> stumped when it comes to telling funambol to use my imap server for
> authentication.
> 
> when a funambol client attempts to login, no packets/traffic is
> ocuring between funambol and my imap server ...
> 
> how do you instruct funambol to use a particular server for
> authenticating users?
> 
> 1000 thanks!
> 
> m

Doh!

i found the the sogoOfficer.xml -- beautiful!



thanks

m


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

[SOGo] funambol emailOfficer.xml

2012-03-08 Thread mayak-cq
hi all,

i have successfully setup sogo -- web access is perfect and operating as
expected.

i have now installed funambol server and wish to have automatic
provisioning of users -- thusly -- i have changed the Engine: Officer to
"com/funambol/server/security/EmailOfficer.xml"

i have setup my imap server in funambol as well, yet i am totally
stumped when it comes to telling funambol to use my imap server for
authentication.

when a funambol client attempts to login, no packets/traffic is ocuring
between funambol and my imap server ...

how do you instruct funambol to use a particular server for
authenticating users?

1000 thanks!

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

Re: [SOGo] Thank you

2012-03-07 Thread mayak-cq
On Wed, 2012-03-07 at 16:08 +, Andrea Cervesato wrote:
> Just to appreciate your hard work.
> 
>  
> 
>  
> 
> Thank you.


Perfectly said -- the developers deserve a massive round of applause.

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

Re: [SOGo] where can I find sogo 1.3.8 and sope for Centos 5 ?

2012-02-14 Thread mayak-cq
On Tue, 2012-02-14 at 10:01 -0500, brigitte.marchi...@irit.fr wrote:

> Hello,
> 
> where can we find a rpm for sogo 1.3.8 and for sope for CentOS 5 ?
> 
> The last rpm (1.3.12a) don't work for us and sogo is stopped now.
> 
> Thanks in advance,
> 
> regards,
> 
> Brigitte Marchiset

Bonjour Brigitte,

You can probably run:

yum downgrade sope* sogo*

cheers

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

Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-02-07 Thread mayak-cq
i'm willing to finance 400 euros ... just need an invoice of some sort.

cheers

m

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

RE: [SOGo] ZEG setting new domain

2012-02-02 Thread mayak-cq
On Thu, 2012-02-02 at 13:48 +0100, Bartłomiej Kluska wrote:

> Hi
> 
> does anyone has any idea in this? I'm also very interested in changing this.
> 
> thanks
> Regards
> BK


i *believe* that you have to re run the samba4 "provision" command --
but -- i have never done done it. snapshot before trying :-) 

it might break the entire ZEG setup ...

Cheers

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

Re: [SOGo] SOGo Overview [was SOGo Outlook connector]

2012-01-26 Thread mayak-cq
 Forwarded Message 
From: christopher cuse 
To: users@sogo.nu
Subject: Re: [SOGo] SOGo Overview [was SOGo Outlook connector]
Date: Thu, 26 Jan 2012 15:08:07 +0100

On Thu, 2012-01-26 at 14:45 +0100, Alessio Fattorini wrote: 

> Il 26/01/2012 14:25, mayak-cq ha scritto:
> > hi all,
> >
> > so it looks about like this? (i've included the dream add-on of z-push)
> 
> Yes, it's like this!
> Great diagram. Can you share it on gliffy? I want modify it with new 
> icons ;-D i'll forward you the results!
> I need it for my training courses about sogo :-)
> Bye


i forgot to include the outlook with native exchange (something i have
never used :-)--   i have included it now (it's in the attachment)

cheers

m





sogo.gxml
Description: XML document


Re: Re[2]: [SOGo] SOGo Outlook connector

2012-01-26 Thread mayak-cq
On Thu, 2012-01-26 at 15:32 +0400, Denis Medvedev wrote:

> No.
> sogo outlook connector is a part, which connects openchange to sogo,
> gives data to openchange for serving to Outlook clients.
> No connector in outlook clients needed.
> If you want to avoid samba4 for now, you can use Funambol with sogo
> and install Funambol Connector for Outlook.
> 
> 
> 26 января 2012, 14:21 от mayak-cq :
> 
> 
> 
> hi all,
> 
> i'm a bit lost -- i've read this thread but remain unclear
> about sogo connectivity with outlook:
> 
> - sogo, openchange, samba4
> sogo is the web interface for this package -- outlook connects
> using built-in exchange connector -- no 3rd party software
> needed on the outlook client side. this solution is quite
> arguably an exchange server replacement.
> 
> - sogo outlook connector
> a 3rd party "sogo" connector for outlook clients. allows
> syncing of outlook to sogo (much in the same way as
> thunderbird operates with sogo now). will be operational with
> sogo 2.0
> 
> is this correct, or have i been smoking too much?


ahhh -- sogo connector is a server side component ...

thanks for the clarification. :-)

cheers

m


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

Re: [SOGo] SOGo Outlook connector

2012-01-26 Thread mayak-cq


hi all,

i'm a bit lost -- i've read this thread but remain unclear about sogo
connectivity with outlook:

- sogo, openchange, samba4
sogo is the web interface for this package -- outlook connects using
built-in exchange connector -- no 3rd party software needed on the
outlook client side. this solution is quite arguably an exchange server
replacement.

- sogo outlook connector
a 3rd party "sogo" connector for outlook clients. allows syncing of
outlook to sogo (much in the same way as thunderbird operates with sogo
now). will be operational with sogo 2.0

is this correct, or have i been smoking too much?

cheers

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

Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-01-25 Thread mayak-cq
On Wed, 2012-01-25 at 17:37 +0100, André Schild wrote:

> Am 25.01.2012 16:20, schrieb Martin Rabl: 
> 
> > Am 25.01.2012 15:58, schrieb Martin Lehmann: 
> > 
> > > I have also seen this ActiveSync implementation. Maybe it's
> > > better 
> > > than Z-Push? 
> > > http://www.tine20.org/downloads/2011-05-6/tine20-activesync_2011-05-6.tar.bz2
> > >  
> > 
> > Had a quick look over the code - it heavyly depends on tine data
> > structures and classes - much effort solve this, I think. 
> > Then, it would be better to create a sophisticated ;-) sogo plugin
> > for z-push which is more independent. 
> 
> A general problem for ActiveSync is this one (Taken from the tine20
> website)
> http://www.tine20.org/wiki/index.php/Admins/Synchronisation#Patent_warning_for_US-based_users
> 
> 
> 
> Patent warning for US-based users 
> 
> Don't use our implementation of ActiveSync if you live in the USA. As
> Microsoft has a software patent on ActiveSync you can not use our code
> free of charge. We are currently in contact with Microsoft to
> negotiate a deal for our US-based users. 
> 
> Any other users are free to use our ActiveSync implementation.
> 
> This "potential" problem will also have to be considered by a z-push
> backend

hi all,

i had proposed a the creation of a bounty in a previous message to
accomplish this work (and I guess we'll need to do it Euros -- i'm
outside the US anyway ...). i fully agree that activeSync support would
be a fantastic addition to sogo.

as far as architecture goes, would a mysql backend scale better than
*dav?

thanks

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

Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-01-21 Thread mayak-cq
On Sat, 2012-01-21 at 12:00 +0100, Martin Lehmann wrote:

> I'd also like to see Activesync support besides Caldav/Carddav in Sogo 
> as nearly every mobile device has native support for it and it's the 
> de-facto Sync standard.
> 
> SyncML is sometimes nice but in our tests it was to unstable and had to 
> many problems. It happens very often that all synced data appear not 
> only once on the device but 2,3,4... times and after every following 
> sync they appear one more time. This seems to happen if there was a sync 
> error through a bad connection, which can happen very often, or 
> something other.



hi all,

yes -- me too. i would very much like to see activesysnc/z-push support
for sogo ...

in its current form, i believe that the sogo-sync z-push backend
communicates with sogo over caldav/carddav -- there could have been
other approaches  (mysql, syncml) but i think that caldav/carddav makes
the most sense as it will allow integration with any other correct
implementation of these protocols. Anyone else have thoughts about that?
does caldav and carddav scale as well as syncml or mysql? there were
previous posts to this list concerning issues of the stateful nature of
activesync, thereby making it difficult to run across load balanced
servers ...

i'd like to propose a bounty to get the existing z-push backend up to
snuff with the latest version of IOS as well as the newest versions of
android.

is anyone listening to this thread capable of modifying the existing
backend? can you estimate the cost of getting sogo-sync "fully"
implemented? is *dav the right approach?

cheers 

m

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

Re: [SOGo] iOS 5.0.1 support

2012-01-09 Thread mayak-cq
On Mon, 2012-01-09 at 10:48 -0600, Donny Brooks wrote:

> Anyone have info on this? Our director is wanting an iPhone 4S but I had 
> to tell him to hold off until a fix for 5.0.1 is available.
> 
> Donny B.
> 
> 
> On 1/4/2012 10:30 AM, Donny Brooks wrote:
> > I have setup sogosync using the modified z-push so our mobile devices 
> > can connect and send/receive mail to our sogo server. Everything works 
> > fine on all the iOS devices until users started upgrading to 5.0.1. 
> > Reading through the mail archives it appears as though this is due to 
> > the user agent changing and sope doesn't know what it is. When should 
> > this be updated or how can I manually update it so our users can get 
> > mail and calendar?
> > --
> > Donny B
> > MDAH 


hi donny,

sorry for the interruption, but i am looking  for a sogo-sync-z-push
solution, but have yet to find one that is stable. is your solution
available for public download?

thanks

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