Re: [SOGo] BlackBerry 10 native Caldav and SOGo
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] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(
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. :-( snip 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
Re: [SOGo] Is blackberry device supported as part of the mobile connector?
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 christian.m...@uni-konstanz.de 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
[SOGo] php-push-2 needs help
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
[SOGo] problem with sogo and mysql 5.6.10
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)': MySQL4Exception: 0x7f2b11f76a28 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] problem with sogo and mysql 5.6.10
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)': MySQL4Exception: 0x7f2b11f76a28 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
Re: [SOGo] blackberry client for Sogo
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
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
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
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
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] Mobile Sync with Z-Push Activsync Successful
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 ?xml version=1.0 encoding=UTF-8? java version=1.4.0 class=java.beans.XMLDecoder object class=ca.inverse.sogo.security.SOGoOfficer void property=host stringSOGOSERVER_IP_ADDRESS/string /void void property=port stringSOGOSERVER_PORT/string /void /object /java 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
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 snip -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] how to verify currently running database version
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
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
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]
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
[SOGo] installing sogo/openchange from the nightlies on centos6 64 bit -- samba4 not running properly
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] installing sogo/openchange from the nightlies on centos6 64 bit -- samba4 not running properly
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
Re: [SOGo] building sogo newer than 1.3.7a
On Fri, 2012-08-24 at 15:03 +0200, Marc Patermann wrote: snip 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
On Mon, 2012-08-13 at 08:30 -0500, Donny Brooks wrote: snip '/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
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
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
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?
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
[SOGo] all user to change password :: ldap backend
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
Re: [SOGo] allow user to change password :: ldap backend
On Wed, 2012-05-16 at 09:37 +0200, Patrick Ben Koetter wrote: * mayak-cq users@sogo.nu: 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
Re: [SOGo] all user to change password :: ldap backend
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 ?xml version=1.0 encoding=UTF-8? !DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN http://www.gnustep.org/plist-0_9.xml; plist version=0.9 dict keyNSGlobalDomain/key dict /dict keysogod/key dict keyOCSEMailAlarmsFolderURL/key stringmysql://sogo:password@localhost:3306/sogo/sogo_alarms_folder/string keyOCSFolderInfoURL/key stringmysql://sogo:password@localhost:3306/sogo/sogo_folder_info/string keyOCSSessionsFolderURL/key stringmysql://sogo:password@localhost:3306/sogo/sogo_sessions_folder/string keySOGOPasswordChangeEnabled/key stringYes/string keySOGoACLsSendEMailNotifications/key stringYES/string keySOGoAppointmentSendEMailNotifications/key stringYES/string keySOGoAppointmentSendEMailReceipts/key stringYES/string keySOGoCalendarDefaultRoles/key array stringObjectViewer/string stringObjectEditor/string stringObjectCreator/string stringObjectEraser/string /array keySOGoContactsDefaultRoles/key array stringObjectViewer/string stringObjectEditor/string stringObjectCreator/string stringObjectEraser/string /array keySOGoDraftsFolderName/key stringDrafts/string keySOGoEnableEMailAlarms/key stringYES/string keySOGoFoldersSendEMailNotifications/key stringYES/string keySOGoForceIMAPLoginWithEmail/key stringYES/string keySOGoForwardEnabled/key stringNO/string keySOGoIMAPServer/key stringimaps://domain.com:993/string keySOGoLanguage/key stringEnglish/string keySOGoMailAuxiliaryUserAccountsEnabled/key stringYES/string keySOGoMailComposeMessageType/key stringhtml/string keySOGoMailCustomFromEnabled/key stringYES/string keySOGoMailDomain/key stringzybox.biz/string keySOGoMailMessageCheck/key stringevery_minute/string keySOGoMailingMechanism/key stringsmtp/string keySOGoMemcachedHost/key stringlocalhost/string keySOGoProfileURL/key stringmysql://sogo:password@localhost:3306/sogo/sogo_user_profile/string keySOGoSMTPServer/key string172.16.40.2/string keySOGoSentFolderName/key stringSent/string keySOGoSieveServer/key stringsieve://imap.domain.com:4190/?tls=yes/string keySOGoSuperUsernames/key array strings...@domain.com/string /array keySOGoTimeZone/key stringEurope/Zurich/string keySOGoTrashFolderName/key stringTrash/string keySOGoUserSources/key array dict keyCNFieldName/key stringcn/string keyIDFieldName/key stringuid/string keyIMAPHostFieldName/key stringmailHost/string keyUIDFieldName/key stringmail/string keybaseDN/key stringdc=domain,dc=com/string keybindDN/key stringcn=ldapadmin,dc=domain,dc=com/string keybindFields/key array stringmail/string /array keybindPassword/key stringldappassword/string keycanAuthenticate/key stringYES/string keydisplayName/key stringdomain.com/string keyencryption/key stringssl/string keyhostname/key stringldap.domain.com/string keyid/key stringpublic/string keyisAddressBook/key stringYES/string keyport/key string636/string keyscope/key stringSUB/string keyuserPasswordAlgorithm/key stringmd5/string /dict /array keySOGoVacationEnabled/key stringYES/string keySxVMemLimit/key string512/string keyWOLogFile/key string/var/log/sogo/sogo.log/string keyWOPidFile/key string/var/log/sogo/sogo.pid/string keyWOPort/key string2/string keyWOWorkersCount/key string5/string /dict /dict /plist -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] sogsync -- activesync for sogo -- read/write support enabled -- please help by testing
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] ANN: sogosync - Open Source ActiveSync with caldav and cardav backend
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
[SOGo] funambol, sogo, and push e-mail :: issue with push
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.
snip well -- secret be told -- it is being worked on and i am partially funding the development i'll let francois give the details. snip 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? snip 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
Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.
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 emailOfficer.xml
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] funambol emailOfficer.xml [SOLVED]
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: selecting which address book to sync to
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] Thank you
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] Why not move from Funambol to Z-Push? Many features will be obtained.
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
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 Outlook connector
snip 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: Re[2]: [SOGo] SOGo Outlook connector
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 ma...@australsat.com: snip 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 Overview [was SOGo Outlook connector]
Forwarded Message From: christopher cuse cc...@ccuse.com 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: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.
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] iOS 5.0.1 support
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