Re: [SOGo] Easier installation for SOGo 2.0?

2012-04-03 Thread Jeff Folk
On Apr 3, 2012, at 7:32 PM, Advrk Aplmrkt wrote:
> 
> I ask these questions because I am trying to setup SOGo on my personal
> server, but don't have the time or expertise to learn everything about
> LDAP, SQL databases, Postfix, IMAP, etc. etc. But SOGo provides the
> best functionality, and there is no other groupware that I find
> comparable...

You might be interested in the SME Server extension that Alessio did for SOGo:

http://wiki.contribs.org/Sogo

There are some things you would have to work out for newer SOGo versions (I'm 
currently running version 1.3.11) that are different from the wiki, but my 
installation runs nicely! New users are automatically added to SOGo.

SME Server is a CentOS 5 based distribution.-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] timeshift/timezones and reccuring events in iCal

2012-04-11 Thread Jeff Folk
On Apr 11, 2012, at 8:51 AM, Bruno Lingner (Hugo) wrote:
> 
> hi
> 
> we experimented a lot since the daylight saving time with sogo and calendar 
> clients that display the events in the wrong timezone. we finally narrowed 
> down the problem and solved it through a rewrite rule in the apache config:
> 
>RequestHeader unset Accept-Encoding
> 
>AddOutputFilterByType SUBSTITUTE text/calendar text/xml
>Substitute 
> 's|^RRULE:([A-Z].+[A-Za-z0-9]);?FREQ=([A-Za-z]*);?(.*)$|RRULE:FREQ=$2;$1$3|'

Interesting... I try adding this to my VirtualHost and apache won't start up... 
The following error is logged in httpd error_log:

Syntax error on line 778 of /etc/httpd/conf/httpd.conf:
Invalid command 'Substitute', perhaps misspelled or defined by a module not 
included in the server configuration

What module needs loading for the 'Substitute' command? This is a CentOS 5.x 
installation (SmeServer).

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

Re: [SOGo] timeshift/timezones and reccuring events in iCal

2012-04-13 Thread Jeff Folk
On Apr 13, 2012, at 12:03 PM, Burkart Orlowski | Onlinehelp24 wrote:
> 
> Hi,
> 
> I am experiencing the same problems. Where exactly do you put 
> 
>>>RequestHeader unset Accept-Encoding
>>> 
>>>AddOutputFilterByType SUBSTITUTE text/calendar text/xml
>>>Substitute 
>>> 's|^RRULE:([A-Z].+[A-Za-z0-9]);?FREQ=([A-Za-z]*);?(.*)$|RRULE:FREQ=$2;$1$3|'
> 
> I tried different locations but it didn't work.
> 
> Thanks for your help.
> 
> Burkart
> 
> Burkart Orlowski

In my DAV-SSL virtual host section of httpd.conf:


  ServerName sme.qzoneinc.com
  SSLEngine On

  RequestHeader unset Accept-Encoding

  AddOutputFilterByType SUBSTITUTE text/calendar text/xml
  Substitute 
's|^RRULE:([A-Z].+[A-Za-z0-9]);?FREQ=([A-Za-z]*);?(.*)$|RRULE:FREQ=$2;$1$3|'

  ProxyRequests Off
  SetEnv proxy-nokeepalive 1
  ProxyPreserveHost On
  ProxyPassInterpolateEnv On
  ProxyPass /principals http://127.0.0.1:2/SOGo/dav/ interpolate
  ProxyPass /SOGo/dav/ http://127.0.0.1:2/SOGo/dav/ interpolate
  ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate

http://127.0.0.1:2>
  RequestHeader set "x-webobjects-server-port" "8843"
  RequestHeader set "x-webobjects-server-name" "sme.qzoneinc.com:8843"
  RequestHeader set "x-webobjects-server-url" "https://sme.qzoneinc.com:8843";
  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" "127.0.0.1"
  AddDefaultCharset UTF-8
  Order allow,deny
  Allow from all



Also required a module load since my distribution (CentOS 5.x/SMEServer 8) 
didn't load mod_substitute.so by default, so I added to the module load section:

LoadModule substitute-module modules/mod_substitute.so

If you are running SME Server, you'll have to add these lines to template files 
and issue a 'signal-event sogo-modify' to expand the templated and restart 
sogo/apache.

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

Re: [SOGo] timeshift/timezones and reccuring events in iCal

2012-04-14 Thread Jeff Folk
On Apr 14, 2012, at 11:24 AM, Burkart Orlowski | Onlinehelp24 wrote:
> 
> Hi Jeff,
> 
> unfortunately this isn't working for my setup with Ubuntu 10.04. I loaded 
> mod_substitute with

What doesn't work? If apache is starting, then you don't have the syntax issues 
I was having.-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] in sogo2 edit card too little space for notes

2012-04-20 Thread Jeff Folk
On Apr 20, 2012, at 7:46 AM, Eelco Grakist wrote:
> 
> When I edit a card I in the sogo webinterface; I only get 3 lines to enter 
> notes; the rest I have to scroll.
> 
> Is it possible to extend this control so that it's bigger? The form is big 
> enough; because below this for there's lots of free space.
> 
> If I resize the form; this control (the 3 line editbox) gets wider; but not 
> heigher.

Did you try resizing the field itself, by pulling the lower, right corner?-- 
users@sogo.nu
https://inverse.ca/sogo/lists

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

2012-05-30 Thread Jeff Folk
On May 29, 2012, at 10:11 AM, xbgmsharp wrote:
> 
> SOGo Users,
> 
> Following z-push release, this is the third beta release (0.3.0) base Z-Push 
> 1.5.10 final version.
> sogosync now support read/write carddav and caldav and support multiple 
> addressbook and calendar.
> 
> It has been tested on iOS 5.1.1 and on Android 2.3/4.0 emulator.
> 
> It is an Open Source software released under AGPLv3 and host on Github.com.
> Please feel free to feedback, contribute to the code, sponsor or donate.
> 
> More on https://github.com/xbgmsharp/sogosync
> 
> Kind regards,
> Francois


I notice that this requires libawl-php, which is unavailable in any of the 
repositories installed in my system (SME Server 8.0beta7). Is there a 
particular version I should be searching for to install? I would be looking for 
a CentOS 5.x EL5 version if there is one.

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

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

2012-05-30 Thread Jeff Folk
On May 30, 2012, at 10:08 AM, xbgmsharp wrote:
> 
>> Jeff--
> 
> libawl-php is part of Redhat and Debian, so it should be part of CentOS.
> You can find one here, http://debian.mcmillan.net.nz/packages/awl/
> However i don't know about SME but it should wor because SME Server is built 
> on CentOS.

Yes, I found that site through a DAViCal site that popped up in a search... 
Thanks. I installed the .51-1 version. I'll let you know how it goes...

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

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

2012-05-30 Thread Jeff Folk
On May 30, 2012, at 10:08 AM, xbgmsharp wrote:
> 
> libawl-php is part of Redhat and Debian, so it should be part of CentOS.
> You can find one here, http://debian.mcmillan.net.nz/packages/awl/
> However i don't know about SME but it should wor because SME Server is built 
> on CentOS.

So... Having a problem. All installed. Go to test by pointing a browser at 
https://sme.qzoneinc.com/Microsoft-Server-ActiveSync

I am asked to log in, then a blank page appears (not the "Z-Push - Open Source 
ActiveSync" with "GET not supported"). Pointing RESTclient at that url gives:

• Status Code:  500 Internal Server Error
• Connection:   close
• Content-Length:   0
• Content-Type: text/html
• Date: Wed, 30 May 2012 18:46:00 GMT
• Server:   Apache

Any pointers where to troubleshoot?

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

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

2012-05-30 Thread Jeff Folk
On May 30, 2012, at 1:58 PM, Jeff Folk wrote:
> 
> On May 30, 2012, at 10:08 AM, xbgmsharp wrote:
>> 
>> libawl-php is part of Redhat and Debian, so it should be part of CentOS.
>> You can find one here, http://debian.mcmillan.net.nz/packages/awl/
>> However i don't know about SME but it should wor because SME Server is built 
>> on CentOS.
> 
> So... Having a problem. All installed. Go to test by pointing a browser at 
> https://sme.qzoneinc.com/Microsoft-Server-ActiveSync
> 
> I am asked to log in, then a blank page appears (not the "Z-Push - Open 
> Source ActiveSync" with "GET not supported"). Pointing RESTclient at that url 
> gives:
> 
>   • Status Code:  500 Internal Server Error
>   • Connection:   close
>   • Content-Length:   0
>   • Content-Type: text/html
>   • Date: Wed, 30 May 2012 18:46:00 GMT
>   • Server:   Apache
> 
> Any pointers where to troubleshoot?
> 
> Thanks;
> Jeff-- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

Looking in my messages log:

May 30 14:04:56 sme httpd: PHP Fatal error:  require_once() [function.require]: Failed opening required 
'XMLDocument.php'

but the doc exists...

[root@sme bin]# locate XMLDocument.php
/usr/share/awl/inc/XMLDocument.php

I notice the path in the config file does not have a trailing '/', but that 
doesn't seem to make any difference...

  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");

I do NOT have a php5 executable. Should I create a link to php?

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

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

2012-05-30 Thread Jeff Folk
On May 30, 2012, at 3:24 PM, Martin Rabl wrote:
> 
> Am 30.05.12 21:18, schrieb Jeff Folk:
>> On May 30, 2012, at 1:58 PM, Jeff Folk wrote:
>> May 30 14:04:56 sme httpd: PHP Fatal error:  require_once()
> > [function.require]:
> > Failed opening required 'XMLDocument.php'
>> 
>> but the doc exists...
> check the filesystem rights.

[root@sme share]# ls -la /usr/share/awl/inc
total 472
drwxr-xr-x 2 root root  4096 May 30 10:08 .
drwxr-xr-x 4 root root  4096 May 30 10:08 ..
-rw-r--r-- 1 root root  1918 Dec 21  2009 AuthPlugin.php
-rw-r--r-- 1 root root  3240 Oct 24  2011 AuthPlugins.php
-rw-r--r-- 1 root root  4973 Sep 10  2011 AwlCache.php
-rw-r--r-- 1 root root  5183 Oct 24  2011 AwlDatabase.php
-rw-r--r-- 1 root root 12513 Jan 12 16:30 AwlDBDialect.php
-rw-r--r-- 1 root root 19383 Sep 10  2011 AwlQuery.php
-rw-r--r-- 1 root root   713 Apr 16  2010 AwlUpgrader.php
-rw-r--r-- 1 root root 24410 Jan 13 04:40 AWLUtilities.php
-rw-r--r-- 1 root root 24410 Oct 24  2011 AWLUtilities.php.in
-rw-r--r-- 1 root root 28786 Sep 10  2011 classBrowser.php
-rw-r--r-- 1 root root 17238 Sep 10  2011 classEditor.php
-rw-r--r-- 1 root root 24907 Sep 10  2011 DataEntry.php
-rw-r--r-- 1 root root 12642 Sep 10  2011 DataUpdate.php
-rw-r--r-- 1 root root  5312 Dec 21  2009 EMail.php
-rw-r--r-- 1 root root 59342 Sep 10  2011 iCalendar.php
-rw-r--r-- 1 root root 15808 Feb  5  2010 MenuSet.php
-rw-r--r-- 1 root root 20946 Apr 16  2010 PgQuery.php
-rw-r--r-- 1 root root 34697 Oct 24  2011 Session.php
-rw-r--r-- 1 root root  4202 Jan  6  2011 Translation.php
-rw-r--r-- 1 root root 14004 Sep 10  2011 User.php
-rw-r--r-- 1 root root  6198 Sep 10  2011 Validation.php
-rw-r--r-- 1 root root 13529 Nov  1  2011 vCalendar.php
-rw-r--r-- 1 root root 35744 Jan 12 22:26 vComponent.php
-rw-r--r-- 1 root root 10189 Sep 10  2011 XMLDocument.php
-rw-r--r-- 1 root root 10009 Oct 24  2011 XMLElement.php

I did notice there is a problem running your suggested install php5 line for 
me... Specifically with php-curl:

[root@sme share]# yum install php-curl
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
 * base: mirror.team-cymru.org
 * smeaddons: distro.ibiblio.org
 * smeextras: distro.ibiblio.org
 * smeos: distro.ibiblio.org
 * smeupdates: distro.ibiblio.org
 * updates: mirror.hmc.edu
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php53-common.i386 0:5.3.3-7.el5_8 set to be updated
--> Processing Conflict: php53-common conflicts php-common
--> Finished Dependency Resolution
php53-common-5.3.3-7.el5_8.i386 from updates has depsolving problems
  --> php53-common conflicts with php-common
Error: php53-common conflicts with php-common
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

I already am running php 5.3.3-1:

[root@sme share]# yum list php
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
 * base: holmes.umflint.edu
 * smeaddons: distro.ibiblio.org
 * smeextras: distro.ibiblio.org
 * smeos: distro.ibiblio.org
 * smeupdates: distro.ibiblio.org
 * updates: centos.mirrorcatalogs.com
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Installed Packages
php.i386   5.3.3-1.el5.sme.6   installed

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

Re: [SOGo] Login to SOGo from external- old,new question

2012-08-06 Thread Jeff Folk

On Aug 6, 2012, at 2:52 AM, Daniel Müller wrote:

> restarted httpd service.
> Now I can reach the web-gui with https://217.XXX.XXX.XXX/SOGo successfull.
> But when I login it ends up with my local IP-Adress:
> https://192.XXX.XXX.124/SOGo/so/myuser/
> and that is wrong, and the browser shows up page not found.
> How can I get here: https://217.XXX.XXX.XXX/SOGo/so/tester/ ?
> 
> Daniel

Did you also restart memcached and sogo?-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Fwd: Fwd: Login to SOGo from external- old,new question

2012-08-08 Thread Jeff Folk

On Aug 8, 2012, at 6:49 AM, Daniel Müller wrote:

> Is there a way to show apache to set RequestHeader according to external and 
> internal Ips?
> Or just grap the IP and set it to?

That is what DNS is for. Assign a hostname and domain. IPs are so messy. But 
why do you need to have the internal IP? Is it not reachable from behind your 
network.-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo v1.3.17

2012-08-13 Thread Jeff Folk
There should be a local sogo user - sogod runs in the sogo user space.

Jeff

On Aug 13, 2012, at 8:56 AM, Donny Brooks wrote:

> Not a local user. There is no sogo user in /etc/shadow, /etc/group, or 
> /etc/passwd. Looking at my backups for the past year and no local user.
> 
> On 08/13/2012 08:52 AM, Martin Rabl wrote:
>> Am 13.08.2012 15:50, schrieb Donny Brooks:
>>> The UID of ntp is 38 (local on the machine), sogo is 986 (in ldap).
>> und the uid of sogo _local_ is ...?
>> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] ANN: SOGo v1.3.17

2012-08-13 Thread Jeff Folk

On Aug 13, 2012, at 9:11 AM, Donny Brooks wrote:

> That is odd, I have never had a local sogo user this whole time. I have gone 
> back to our latest backup and none have the sogo user in any of the /etc 
> files. I cannot do a useradd since the user is already in ldap. Any ideas?

Was the install modified to run in a chroot jail?

But regardless, curious why it is looking for the GNUstep defaults file in the 
wrong directory.-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Resource Creation with MySQL database

2012-08-29 Thread Jeff Folk

On Aug 29, 2012, at 8:11 AM, Karthikeyan BALASUBRAMANIAN wrote:

>  The idea is to create a user i.e room1 whose invites are automatic. If room1 
> invites
> say user1 and user2, they don't need to "Accept" the invitation.  In a normal 
> scenario
> if user1 invites user2 then user2 have to accept the invitation.  By creating 
> a  user
> "room1" with KindFieldName column value set to "location" should have solved 
> my
> problem.  But it didn't.

I thought the feature provided for the resource (i.e. room1) to automatically 
accept the invitation?

Regards;
Jeff


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

Re: [SOGo] Resource Creation with MySQL database

2012-08-29 Thread Jeff Folk

On Aug 29, 2012, at 8:27 AM, Karthikeyan BALASUBRAMANIAN wrote:

> Hi Jeff,
> 
>  Exactly I tried this too.  But after logging in as "user1"
> when  I tried to invite "room1" user I get an error
> "Cannot access resource "ro...@eurodyn.be".
> Any ideas?

Regrettable, but no… I have no use for resources. It just looked to me like you 
were trying to make the feature work in a way it wasn't designed. Good luck 
though.

Regards;
Jeff


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

Re: [SOGo] ANN: SOGo v1.3.18a

2012-09-07 Thread Jeff Folk

On Sep 7, 2012, at 1:07 PM, Francis Lachapelle wrote:

> - fixed support for OS X 10.8 (Mounting Lion)

LOL!   ^

I can't get that image out of my head… ^-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] iOS6 and SOGo?

2012-09-19 Thread Jeff Folk
Now that iOS6 is out… Any issues anticipated with sync and such like we had 
with iOS5?

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

Re: [SOGo] iOS6 and SOGo?

2012-09-20 Thread Jeff Folk
On Sep 20, 2012, at 6:15 AM, Daniel Müller wrote:
> What about iOs5? the new iphone4s has trouble to use the calendar on SOGo
> 2012-09-20 13:09:39.578 sogod[25997] -[WEClientCapabilities 
> initWithRequest:]: Unknown WebClient: user-agent='iOS/5.1.1 (9B206) 
> Preferences/1.0'

This is similar to what I am getting at, however this is fixed in SOGo for 
iOS5.x… What version of SOGo do you have?

I noticed you are running port 443 SSL, but do you have a virtual host 
listening on port 8843 with SSL? That is the port Apple is expecting for CalDAV 
SSL.

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

Re: [SOGo] Web UI base URL

2012-10-19 Thread Jeff Folk

On Oct 19, 2012, at 4:34 AM, Simon Walter wrote:

> On 10/19/2012 05:25 PM, Christian Mack wrote:
>> Hello Simon Walter
>> 
>> 
>> On 2012-10-19 08:07, Simon Walter wrote:
>>> Is a setting for the base URL for the SOGo web interface. It might be
>>> possible to rewrite everything from the Apache config, but it would be
>>> nice to have the pages linking to the correct URLs.
>>> 
>>> For now I'll just put a redirect for / to /SOGo.
>>> 
>> Sorry I don't understand your Question/Problem.
>> What do you want to achieve?
>> 
>> 
> 
> I don't want to host SOGo at "domain.tld/SOGo". I want to host it at 
> "domain.tld/" or perhaps "domain.tld/webmail".
> 
> Simon

Redirect is how that is accomplished in your apache conf:

Redirect /https://host.domain.tld/SOGo

or

Redirect /webmail https://host.domain.tld/SOGo

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

Re: [SOGo] Documentation for installing funambol extension

2013-01-18 Thread Jeff Folk

On Jan 18, 2013, at 12:34 PM, Holger A. Brinkhaus wrote:

> Hi All,
> 
> sorry for disturbing you with such question: But I am searching the whole 
> sogo-side and cannot find any help. From other topics in this group I know 
> that there has to be one documentation for funambol integration to Sogo (or 
> had been there). Can anybody provide me with the right link (or document if 
> not available any more on Sogo)
> 
> Best Regards
>   Holger


http://www.sogo.nu/files/docs/SOGo%20Mobile%20Devices%20Configuration.pdf-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Documentation for installing funambol extension

2013-01-18 Thread Jeff Folk
The sig screwed up the link…

http://www.sogo.nu/files/docs/SOGo%20Mobile%20Devices%20Configuration.pdf


On Jan 18, 2013, at 12:53 PM, Jeff Folk wrote:

> 
> On Jan 18, 2013, at 12:34 PM, Holger A. Brinkhaus wrote:
> 
>> Hi All,
>> 
>> sorry for disturbing you with such question: But I am searching the whole 
>> sogo-side and cannot find any help. From other topics in this group I know 
>> that there has to be one documentation for funambol integration to Sogo (or 
>> had been there). Can anybody provide me with the right link (or document if 
>> not available any more on Sogo)
>> 
>> Best Regards
>>  Holger
> 
> 
> http://www.sogo.nu/files/docs/SOGo%20Mobile%20Devices%20Configuration.pdf-- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Documentation for installing funambol extension

2013-01-18 Thread Jeff Folk
http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

page 43


On Jan 18, 2013, at 1:09 PM, Holger A. Brinkhaus wrote:

> Hi,
> 
> thanks a lot - but this document is for client side - i meant the needed 
> extension on server side
> 
> Best Regards
>   Holger
> 
> 
> Am Freitag, 18. Januar 2013 20:01 CET, Jeff Folk  schrieb:
> 
>> The sig screwed up the link…
>> 
>> http://www.sogo.nu/files/docs/SOGo%20Mobile%20Devices%20Configuration.pdf
>> 
>> 
>> On Jan 18, 2013, at 12:53 PM, Jeff Folk wrote:
>> 
>> >
>> > On Jan 18, 2013, at 12:34 PM, Holger A. Brinkhaus wrote:
>> >
>> >> Hi All,
>> >>
>> >> sorry for disturbing you with such question: But I am searching the whole 
>> >> sogo-side and cannot find any help. From other topics in this group I 
>> >> know that there has to be one documentation for funambol integration to 
>> >> Sogo (or had been there). Can anybody provide me with the right link (or 
>> >> document if not available any more on Sogo)
>> >>
>> >> Best Regards
>> >> Holger
>> >
>> >
>> > http://www.sogo.nu/files/docs/SOGo%20Mobile%20Devices%20Configuration.pdf--
>> > users@sogo.nu
>> > https://inverse.ca/sogo/lists
>> 
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
> 
> 
> 
> 

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

Re: [SOGo] Easiest way to do authentification?

2013-03-23 Thread Jeff Folk
On Mar 23, 2013, at 5:53 AM, Michael Vogel wrote:

> Hi!
> 
> I want to use SOGo mainly for personal use. That means that I will have
> one or two accounts only.
> 
> I'm using Ubuntu 12.04 LTS and it is a fresh installation.
> 
> SOGo can use different mechanism to authenticate (LDAP, SAML2, C.A.S.).
> Question is which one is the easiest to set up? I really don't like to
> install a LDAP server. It would be best to have a mechanism that is
> synchronized with the real user accounts that I added on my server.

I personally use SOGo in conduction with SME Server. Works a treat for me. It 
is RHEL instead of Debian, and very different to configure based on config file 
templates (because of the eSmith roots), but for me is an ideal personal 
mail/SMB/CalDAV/CardDAV server.

http://wiki.contribs.org/Sogo

> Are there any how-to available? By now I only found the documentation at
> http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf
> 
> Thanks!
> 
> Michael
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] I have to login every few minutes - why?

2013-03-29 Thread Jeff Folk
On Mar 29, 2013, at 9:10 AM, Michael Vogel wrote:

> Am 2013-03-29 14:34, schrieb Michael Vogel:
>> Hi!
>> 
>> I have a second problem: Every few minutes the system does a log out
>> so I have to log in again.
> 
> An update: The system is doing this even when I'm working at the system. So 
> it is not some kind of inactivity logout.
> 
> SOGo is looking better than every other solution I found by now. I hope that 
> my problems can be solved.
> 
> Michael

Have you set OCSSessionsFolderURL in your defaults file? Have a look at the 
official docs:

http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

Regards;
Jeff

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

Re: [SOGo] Can't change the IMAP servername

2013-03-29 Thread Jeff Folk
On Mar 29, 2013, at 8:24 AM, Michael Vogel wrote:

> I followed the instructions at 
> http://www.linuxjournal.com/article/10894?page=0,0

You do realize that tutorial is over 2 years old, and although written by one 
of the instrumental contributors, is not the official install document? SOGo 
has undergone some changes since that page was posted. Your best, first stop 
will be:

http://www.sogo.nu/english/downloads/documentation.html

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

Re: [SOGo] Configuration of the web interface

2013-04-18 Thread Jeff Folk
On Apr 18, 2013, at 8:36 AM, Johannes Mock wrote:
> 
> Hello
> 
> I have problems with the graphical representation of the SOGo web
> interface and until now I have not found any helpful sites.
> Can anyone tell me where I have to make the settings so that you can
> work with the web interface reasonable (as in the demo).
> Currently the web interface looks as follows:

Looks like it isn't loading the CSS file. Are here any errors when loading the 
page?-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo Installed fine but no service to run and no user in passwd

2013-05-20 Thread Jeff Folk
On May 20, 2013, at 9:43 AM, Francesco Sport wrote:
> 
> Well I have a quick update.
> I've found the daemon sogod located here:
> /usr/GNUstep/Local/Tools/Admin/sogod
> but, when I try to run it I got this error:
> 2013-05-20 16:42:19.266 sogod[26235] Don't run SOGo as root!
> 
> Any suggestions?

Run as sogo user and not root? So says the docs...
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGoSuperUsernames - is this a typo in the documentation?

2013-07-01 Thread Jeff Folk
On Jul 1, 2013, at 6:13 AM, Odhiambo Washington wrote:
> 
> I see the point. I thought it would be better just defined as an array.

It is an array… The smallest possible being of one element…

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

Re: [SOGo] Ready to go 'Appliance'?

2015-04-08 Thread Jeff Folk
On Apr 8, 2015, at 6:51 AM, Charles Marcus wrote:
> Hello all,
> 
> Are there any ready to go 'Appliances' available (totally free or not)
> for the full SOGo+Samba AD environment that I could point a friend to,
> who is looking to get off the Microsoft money train?
> 
> Preferably a Debian Stable based one.
> 
> We would prefer a totally free solution, but would not mind one that had
> an initial cost where he was paying for the work done to provide the
> 'ready to go' environment, and/or provided a paid support option, but he
> wants something that doesn't cost 'per-user' or 'per-domain', and that
> won't 'stop working' if he decided to stop renewing the paid support
> option in the future.
> 
> Thanks,
> 
> Charles


I'm not aware of a Debian based 'appliance', but you might have a look at 
NethServer:

http://www.nethserver.org

User management, email, gateway router, SOGo module, etc. I'm using it and like 
it so far.

Cheers,
Jeff

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Import PST file issue

2015-06-23 Thread Jeff Folk
On Jun 23, 2015, at 10:47 AM, Gerald Brandt wrote:
> 
> Hi,
> 
> I haven't got a response to any of my list emails in the last couple of 
> weeks.  I hope these are getting through.
> 
> On 2015-06-22 02:45 PM, Gerald Brandt wrote:
>> Hi,
>> 
>> I imported a PST file save from Outlook 2003 xyzzy.local (Excahnge 2003) 
>> domain to Outlook 2003 xyzzy.com (SOGo/Openchange) domain.
>> 
>> In Outlook, things look okay.  The from entry will show something like 
>> 'Gerald Brandt'.  Under Thunderbird and the Web page, the from column looks 
>> like this:
>> 
>> /O=ERLPHASE/OU=FIRST@MISSING_DOMAIN ADMINISTRATIVE@MISSING_DOMAIN 
>> GROUP/CN=RECIPIENTS/CN=GBR@MISSING_DOMAIN
>> 
>> Is this normal/expected behavior?  Is there anything I can do to fix it?
>> 
>> Thanks,
>> Gerald
>> 
> 
> I see the same issue with ActiveSync.  Anyone have any ideas?
> 
> In the end, I can tell my users to not re-import their data, but that's not a 
> solution I'm hoping for.
> 
> Gerald

Importing a .pst file into Outlook (this is a local data file for Outlook) may 
not put those mails into a IMAP account. I've always created the IMAP account 
in Outlook, then opened the .pst in Outlook and drag/copied the mail into the 
IMAP folders.

Hope that helps!
Jeff



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Mini Admin Panel Survey

2015-12-15 Thread Jeff Folk
On Dec 15, 2015, at 6:45 AM, Charles Marcus wrote:

> Bummer, was interested up to that point. I'm seriously looking for a total 
> solution to replace our current Server 2008R2 DC/domain...

Getting a little off topic for the list, but have you looked at Nethserver? Has 
quite a impressive list of integrated, and optional, modules (including SOGo).

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Calendar Timezone-like errors (webmail & lightning)

2016-01-21 Thread Jeff Folk
Belay that… Right-clicked a calendar to import an event… My time zone was set 
to Am/Denver and it imported as 12:00pm

Jeff

On Jan 21, 2016, at 12:49 PM, Jeff Folk wrote:

> On Jan 21, 2016, at 10:19 AM, Ben wrote:
> 
>> Could someone import the attached ICS file into SOGo and report what time 
>> the event shows up at? If you go to webmail and change your timezone to 
>> Europe/London, it should say 19:00 GMT (for me I get 18:00). If you change 
>> to America/Denver, it should been 12:00 MST (I get 11:00 MST). 
>> 
>> Assuming it imports right for other people (there would be a lot more 
>> traffic on the mailing list if everyone were seeing this), any one have any 
>> ideas why such a simple ICS isn't being read right on my SOGo install? 
>> (Debian Jessie, SOGo version 2.3.6).
>> 
>> Thanks,
>> 
>> Ben
> 
> Ben,
> 
> Imported fine for me - reported 1-19 13:00 (I'm CST). Granted, I imported to 
> iCal and sync'd to SOGo. I don't see a way to import an .ics directly in the 
> SOGo web interface…
> 
> Jeff



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Calendar Timezone-like errors (webmail & lightning)

2016-01-21 Thread Jeff Folk
On Jan 21, 2016, at 10:19 AM, Ben wrote:

> Could someone import the attached ICS file into SOGo and report what time the 
> event shows up at? If you go to webmail and change your timezone to 
> Europe/London, it should say 19:00 GMT (for me I get 18:00). If you change to 
> America/Denver, it should been 12:00 MST (I get 11:00 MST). 
> 
> Assuming it imports right for other people (there would be a lot more traffic 
> on the mailing list if everyone were seeing this), any one have any ideas why 
> such a simple ICS isn't being read right on my SOGo install? (Debian Jessie, 
> SOGo version 2.3.6).
> 
> Thanks,
> 
> Ben

Ben,

Imported fine for me - reported 1-19 13:00 (I'm CST). Granted, I imported to 
iCal and sync'd to SOGo. I don't see a way to import an .ics directly in the 
SOGo web interface…

Jeff

smime.p7s
Description: S/MIME cryptographic signature


[SOGo] sql auth and IMAP hostname

2010-11-10 Thread Jeff Folk
Hello;

I have been playing around with SOGo and like it very much. I originally set my 
installation up using LDAP authentication, and had things working just right, 
even Cal/Card DAV sync with our Macs and iPhones...

Well, I want to be able to handle multiple domains, and figured that sql auth 
would be much easier to administer (since I couldn't figure out how to add the 
second domain to my LDAP server). I created a postgresql database and view for 
authentication of my first domain with the following fields:

Field name  TypeArray?  Allow nulls?   
c_uid   varchar(20) No  No
c_name  varchar(20) No  Yes
c_password  varchar(20) No  Yes
c_cnvarchar(50) No  Yes
mailvarchar(100)No  Yes

I can authenticate into SOGo with any of the three users defined in the 
database, calendar data and contact data is still there, but in the mail 
section the IMAP account has been set to localhost (not editable) instead of 
the SOGoIMAPServer defined in the defaults file. What have I done wrong in my 
UserSources??

My defaults config:

{
NSGlobalDomain = {
};
sogod = {
SOGoProfileURL = 
"postgresql://sogo:s...@localhost:5432/sogo/sogo_user_profile";
OCSFolderInfoURL = 
"postgresql://sogo:s...@localhost:5432/sogo/sogo_folder_info";
SOGoACLsSendEMailNotifications = YES;
WOWorkersCount = 3;
SOGoMailingMechanism = smtp;
SOGoSMTPServer = box1.qzoneinc.net;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
domains = {
qzoneinc.com = {
SOGoMailDomain = qzoneinc.com;
SOGoFoldersSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoDraftsFolderName = Drafts;
SOGoIMAPServer = imaps://box1.qzoneinc.net:993;
SOGoLanguage = English;
SOGoTimeZone = America/Chicago;
SOGoUserSources = (
{
type = sql;
id = directory;
viewURL = 
"postgresql://sogo:s...@127.0.0.1:5432/qz_auth/qz_view";
canAuthenticate = YES;
isAddressbook = NO;
userPasswordAlgorithm = none;
}
);
};
};
};
}-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Re: sql auth and IMAP hostname

2010-11-11 Thread Jeff Folk
Is there no one out there authenticating with postgresql? Multiple domains?

Begin forwarded message:

> From: Jeff Folk 
> Date: November 10, 2010 3:35:22 PM CST
> To: users@sogo.nu
> Subject: sql auth and IMAP hostname
> 
> Hello;
> 
> I have been playing around with SOGo and like it very much. I originally set 
> my installation up using LDAP authentication, and had things working just 
> right, even Cal/Card DAV sync with our Macs and iPhones...
> 
> Well, I want to be able to handle multiple domains, and figured that sql auth 
> would be much easier to administer (since I couldn't figure out how to add 
> the second domain to my LDAP server). I created a postgresql database and 
> view for authentication of my first domain with the following fields:
> 
>   Field name  TypeArray?  Allow nulls?   
>   c_uid   varchar(20) No  No
>   c_name  varchar(20) No  Yes
>   c_password  varchar(20) No  Yes
>   c_cnvarchar(50) No  Yes
>   mailvarchar(100)No  Yes
> 
> I can authenticate into SOGo with any of the three users defined in the 
> database, calendar data and contact data is still there, but in the mail 
> section the IMAP account has been set to localhost (not editable) instead of 
> the SOGoIMAPServer defined in the defaults file. What have I done wrong in my 
> UserSources??
> 
> My defaults config:
> 
> {
>   NSGlobalDomain = {
>   };
>   sogod = {
>   SOGoProfileURL = 
> "postgresql://sogo:s...@localhost:5432/sogo/sogo_user_profile";
>   OCSFolderInfoURL = 
> "postgresql://sogo:s...@localhost:5432/sogo/sogo_folder_info";
>   SOGoACLsSendEMailNotifications = YES;
>   WOWorkersCount = 3;
>   SOGoMailingMechanism = smtp;
>   SOGoSMTPServer = box1.qzoneinc.net;
>   SOGoMailAuxiliaryUserAccountsEnabled = YES;
>   domains = {
>   qzoneinc.com = {
>   SOGoMailDomain = qzoneinc.com;
>   SOGoFoldersSendEMailNotifications = YES;
>   SOGoAppointmentSendEMailNotifications = YES;
>   SOGoSentFolderName = Sent;
>   SOGoTrashFolderName = Trash;
>   SOGoDraftsFolderName = Drafts;
>   SOGoIMAPServer = imaps://box1.qzoneinc.net:993;
>   SOGoLanguage = English;
>   SOGoTimeZone = America/Chicago;
>   SOGoUserSources = (
>   {
>   type = sql;
>   id = directory;
>   viewURL = 
> "postgresql://sogo:s...@127.0.0.1:5432/qz_auth/qz_view";
>   canAuthenticate = YES;
>   isAddressbook = NO;
>   userPasswordAlgorithm = none;
>   }
>   );
>   };
>   };
>   };
> }

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

Re: [SOGo] sql auth and IMAP hostname

2010-11-12 Thread Jeff Folk
So... When I move my SOGoIMAPServer declaration outside of the domain 
declaration, I regain my IMAP account within SOGo.

If the documentation says the IMAPServer is a domain level preference, why 
would putting that preference within a domain declaration break it? Have I 
found a bug?

I'm running my SOGo server as a stand alone server and was trying to set things 
up so that the domains that I administer (may be mail hosted on another of my 
servers, or on 1and1, etc.) can come to one place (based on their domain) on my 
server to access their mail/calendars/contacts...

Regards;
Jeff

On Nov 10, 2010, at 3:35 PM, Jeff Folk wrote:

> Hello;
> 
> I have been playing around with SOGo and like it very much. I originally set 
> my installation up using LDAP authentication, and had things working just 
> right, even Cal/Card DAV sync with our Macs and iPhones...
> 
> Well, I want to be able to handle multiple domains, and figured that sql auth 
> would be much easier to administer (since I couldn't figure out how to add 
> the second domain to my LDAP server). I created a postgresql database and 
> view for authentication of my first domain with the following fields:
> 
>   Field name  TypeArray?  Allow nulls?   
>   c_uid   varchar(20) No  No
>   c_name  varchar(20) No  Yes
>   c_password  varchar(20) No  Yes
>   c_cnvarchar(50) No  Yes
>   mailvarchar(100)No  Yes
> 
> I can authenticate into SOGo with any of the three users defined in the 
> database, calendar data and contact data is still there, but in the mail 
> section the IMAP account has been set to localhost (not editable) instead of 
> the SOGoIMAPServer defined in the defaults file. What have I done wrong in my 
> UserSources??
> 
> My defaults config:
> 
> {
>   NSGlobalDomain = {
>   };
>   sogod = {
>   SOGoProfileURL = 
> "postgresql://sogo:s...@localhost:5432/sogo/sogo_user_profile";
>   OCSFolderInfoURL = 
> "postgresql://sogo:s...@localhost:5432/sogo/sogo_folder_info";
>   SOGoACLsSendEMailNotifications = YES;
>   WOWorkersCount = 3;
>   SOGoMailingMechanism = smtp;
>   SOGoSMTPServer = box1.qzoneinc.net;
>   SOGoMailAuxiliaryUserAccountsEnabled = YES;
>   domains = {
>   qzoneinc.com = {
>   SOGoMailDomain = qzoneinc.com;
>   SOGoFoldersSendEMailNotifications = YES;
>   SOGoAppointmentSendEMailNotifications = YES;
>   SOGoSentFolderName = Sent;
>   SOGoTrashFolderName = Trash;
>   SOGoDraftsFolderName = Drafts;
>   SOGoIMAPServer = imaps://box1.qzoneinc.net:993;
>   SOGoLanguage = English;
>   SOGoTimeZone = America/Chicago;
>   SOGoUserSources = (
>   {
>   type = sql;
>   id = directory;
>   viewURL = 
> "postgresql://sogo:s...@127.0.0.1:5432/qz_auth/qz_view";
>   canAuthenticate = YES;
>   isAddressbook = NO;
>   userPasswordAlgorithm = none;
>   }
>   );
>   };
>   };
>   };
> }-- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] ANN: SOGo v1.3.4

2010-11-17 Thread Jeff Folk
On Nov 17, 2010, at 2:15 PM, Donny Brooks wrote:

> Ok, I removed the older sogo and reinstalled the new one. Still same problem. 
> Any ideas?
> 
> [r...@webmail ~]# rpm -qa | grep sogo
> sogo-1.3.4-1.el5
> [r...@webmail ~]# rpm -qa | grep sope
> sope49-core-4.9-20101117_1664.el5.1
> sope49-sbjson-2.3.1-20101117_1664.el5.1
> sope49-gdl1-contentstore-1.3_20100921-1.el5
> sope49-cards-1.3_20100921-1.el5
> sope49-xml-4.9-20101117_1664.el5.1
> sope49-mime-4.9-20101117_1664.el5.1
> sope49-gdl1-mysql-4.9-20101117_1664.el5.1
> sope49-ldap-4.9-20101117_1664.el5.1
> sope49-gdl1-4.9-20101117_1664.el5.1
> sope49-appserver-4.9-20101117_1664.el5.1
> [r...@webmail ~]# rpm -qa | grep memcached
> memcached-1.4.2-1.el5
> libmemcached-0.34-1
> [r...@webmail ~]# /etc/init.d/sogod start
> Starting SOGo:
> /usr/GNUstep/System/Tools/Admin/sogod: error while loading shared libraries: 
> libgnustep-base.so.1.16: cannot open shared object file: No such file or 
> directory
>  sogoD]
> [r...@webmail ~]#

I noticed while updating via yum that an additional package was installed for 
dependencies:

Installing for dependencies:
 sope49-sbjson   x86_642.3.1-20101117_1664.el5.1SOGo
 33 k

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

Re: [SOGo] help

2010-11-18 Thread Jeff Folk
Or check the mail headers...

List-Unsubscribe: 


On Nov 18, 2010, at 4:40 AM, André Schild wrote:

> Am 18.11.2010 11:22, schrieb Sebastien Bilbeau:
>> Sorry, I am trying to unsubscribe about this list...
> 
> https://inverse.ca/sogo/lists/sigrequest/users
> 
>> 
>> HELP 
>> Provides instructions for the use of Sympa commands. The result is the 
>> content of the helpfile.tt2 template file.
>> 
>> Quoting Martin Rabl :
>> 
>> > how?
>> > Am 18.11.2010 um 11:03 schrieb Sebastien Bilbeau:
>> >
>> >> --
>> >> Sébastien Bilbeau
>> >
>> > --
>> > users@sogo.nu
>> > https://inverse.ca/sogo/lists
>> -- 
>> Sébastien Bilbeau
> 

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

Re: [SOGo] Help needed with sogo with ldap and dovecot

2010-12-29 Thread Jeff Folk
Do you have "SOGoForceIMAPLoginWithEmail" defined in your config? If so, remove 
it...

Jeff

On Dec 29, 2010, at 3:08 PM,  wrote:

> 
> Hi,
> 
> i am new to sogo and i got the basics running, but now i think i need help.
> 
> So i have debian 5 with postfix and dovecot with pam authentification.
> So now i have installed openldap and sogo and i am able to connect with one or
> two users i created in LDAP to the webinterface of sogo.
> But i have problems accessing the emails in sogo.
> I think i have the following problem:
> sogo is connect to dovecot with the user "ch...@example.de", this is not
> working, i see the following messagefrom mail.log:
>  dovecot: imap-login: Disconnected: user=
> 
> When i connect with squirrelmail to dovecot it works, but in the logfile i can
> see that the user is connecting only as "chris", not as "ch...@example.de".
> To sogo i connect with "chris", but it seems when connecting in the background
> to imap (dovecot) the email address is used as username for authentification.
> 
> Do i have to change something in sogo ?
> What i guess is that i have to change the configuration of dovecot, perhaps i
> have to configure LDAP authentification in dovecot.
> 
> Anybody here with same environment who can help me how to get it working ?
> 
> Thanks a lot
> 
> Chris
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Multiple outgoing server

2011-02-03 Thread Jeff Folk
On Feb 3, 2011, at 12:57 PM, Dominique wrote:

> Hi,
> 
> I am facing an ISP problem for one of my customer. It's a SOHO for which we 
> setup their new mail server. Unfortunately, their IP is within a dynamic IP 
> segment flagged by a lot of lists or mail providers (Hotmail among others) as 
> potential spam and therefor do not accept mail coming from a server on those 
> IPs
> 
> While I'll be battling with the ISP to get a decent IP address, I was 
> wondering if there was a way to setup multiple outgoing servers in the SOGo 
> setup file based on domain to be used for the mail or as part of the IMAP 
> configuration option in SOGo. This last one could be by default the one in 
> the SOGo config file or an alternate outgoing server identified by 
> address/user/port/passwrd
> 
> It may already be available, but did not find it, or is it an undocumented 
> feature ?
> Any suggestions ?
> 
> Thanks for the help,
> 
> Dominique

Maybe set SOGo to use the ISP SMTP server?? Page 23 of the Docs...

Regards;
Jeff

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

Re: [SOGo] Administrative Account

2011-02-14 Thread Jeff Folk
It's really subtle... You'll see an "Administration" link at the top of the 
page beside "Preferences".

Jeff

On Feb 14, 2011, at 10:17 AM, Dominique wrote:

> I added my userid to the GNUStep file to test and  nothing. Also 
> restarted SOGo, Apache and emptied the cache.
> I am using version 1.3.5 upgrading from prior 1.3x version on Ubuntu 10.04 
> x64.
> 
> Any ideas?
> 
> Dominique
> 
> On 14/02/2011 11:48, Jakob Lenfers wrote:
>> On 14.02.2011 10:00, Michael Crilly wrote:
>> 
>>> Is that an array of names, or a single user?
>> It is an array, in the XML configuration it looks like that:
>> 
>> SOGoSuperUsernames
>> 
>>  username1
>>  username2
>> 
>> 
>> HTH,
>> Jakob
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] error you yum install centos 5

2011-02-14 Thread Jeff Folk
I get around this by installing compat-libevent-11a first.

wget from a trusted source. I used rpmfind to get dag download links:
http://www.rpmfind.net/linux/rpm2html/search.php?query=compat-libevent-11a

yum localinstall, then continue with SOGo instructions.

Jeff

On Feb 14, 2011, at 10:51 AM, dhottin...@harrisonburg.k12.va.us wrote:

> Ive been grepping around with google, but cant seem to find a fix for this 
> error when trying to do a yum install sogo on Centos 5 64 bit:
> Missing Dependency: libevent-1.1a.so.1()(64bit) is needed by package 
> memcached-1.4.2-1.el5.x86_64 (SOGo)
> Error: Missing Dependency: libevent-1.1a.so.1()(64bit) is needed by package 
> memcached-1.4.2-1.el5.x86_64 (SOGo)
> You could try using --skip-broken to work around the problem
> You could try running: package-cleanup --problems
>package-cleanup --dupes
>rpm -Va --nofiles --nodigest
> 
> Any help would be great.
> 
> thanks,
> 
> ddh
> 
> 
> -- 
> Dwayne Hottinger
> Network Administrator
> Harrisonburg City Public Schools
> 
> "Everything should be made as simple as possible, but not simpler."
> -- Albert Einstein
> 
> "The hottest places in Hell are reserved for those who, in times of moral
> crisis, preserved their neutrality."
> -- Dante
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] iPhone 4 vs iphone 3 SOGo CalDAV and CardDAV integration

2011-02-24 Thread Jeff Folk
On Feb 24, 2011, at 12:15 PM, Stéphane GAUDICHE wrote:

> Hi,
> 
> I have 7 iPhone v4 to configure with an SOGo 1.3.4 plat-form.
> I need to put mail calendar and contact available on iPhone.
> 
> CalDAV settings are like this 
> https://sogoserver.domainname.com:443/dav/UserID/
> 
> on my personal iPhone v3 it works fine,
> on iPhone v4 no event coming up! Why? (I've searched but nothing found)
> 
> CardDAV settings... as I understand, it seems to be more complicated for the 
> moment but maybe is there any solution recently found?...
> CardDAV settings should be https://sogoserver.domainname.com:443
> 
> iPhone v3/v4 hardcoded in iOS => not way?
> 
> thanks for your returns
> May I need to provide you configuration file? thaks to precise them.
> 
> Best Regards
> -- 
> Stéphane GAUDICHE

To be using native Card/Cal DAV on iOS devices, you should use port 8843 (SSL) 
on your server. CalDAV you can force to use 443 (httpSSL), but the Contacts 
app, you can not... At least I haven't been able to.

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

Re: [SOGo] iPhone 4 vs iphone 3 SOGo CalDAV and CardDAV integration

2011-02-24 Thread Jeff Folk
On Feb 24, 2011, at 12:15 PM, Stéphane GAUDICHE wrote:

> CalDAV settings are like this 
> https://sogoserver.domainname.com:443/dav/UserID/

https://sogoserver.domainname.com/SOGo/dav/UserID-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] sogo-1.3.5a-1.el5.i386.rpm not working on RHEL5.3

2011-02-28 Thread Jeff Folk
On Feb 28, 2011, at 3:48 PM, Allen Chen wrote:
> 
> I tried to install all those rpms on CentOS 5.5, but run into dependency 
> issue:
> memcached-1.4.2-1.el5 needs libevent-1.1a, and CentOS 5.5 has 
> libevent-1.4.13-1 installed.
> So I can not install memcached-1.4.2-1.el5.i386.rpm on CentOS 5.5.

I get around this by installing compat-libevent-11a

wget from a trusted source. I used rpmfind to get dag download links:
http://www.rpmfind.net/linux/rpm2html/search.php?query=compat-libevent-11a

yum localinstall, then continue with SOGo instructions.

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

Re: [SOGo] ANN: SOGo v1.3.6

2011-04-08 Thread Jeff Folk
On Apr 8, 2011, at 2:30 PM, Ludovic Marcotte wrote:
> 
> The Inverse Team is pleased to announce the immediate availability of SOGo 
> 1.3.6

I upgraded this afternoon (via yum) and when I go to the webmail page I get:

object not found: SOGo => index

My CalDAV and CardDAV logins fail also. Can you suggest where to look for the 
problem? This is an install on SME Server 8...

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

Re: [SOGo] ANN: SOGo v1.3.6

2011-04-08 Thread Jeff Folk
On Apr 8, 2011, at 5:53 PM, Mark Adams wrote:
> 
> I suggest you remove and reinstall.
> 
> Regards,
> Mark
> 
> On 8 Apr 2011, at 22:08, Jeff Folk  wrote:
> 
>> On Apr 8, 2011, at 2:30 PM, Ludovic Marcotte wrote:
>>> 
>>> The Inverse Team is pleased to announce the immediate availability of SOGo 
>>> 1.3.6
>> 
>> I upgraded this afternoon (via yum) and when I go to the webmail page I get:
>> 
>> object not found: SOGo => index
>> 
>> My CalDAV and CardDAV logins fail also. Can you suggest where to look for 
>> the problem? This is an install on SME Server 8...
>> 
>> Jeff-- 

Turns out my upgrade method was flawed, and missed many SOPE updates. Should 
have followed the upgrade recommendation in the contribs page of SME...

yum update --disablerepo=* --enablerepo=sogo
/etc/rc7.d/S85sogod restart

Regards;
Jeff



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

Re: [SOGo] Apple Address Book with SOGo

2011-04-18 Thread Jeff Folk
On Apr 18, 2011, at 10:37 AM,  wrote:
> 
> Hello,
> 
> Has anyone been able to get Address Book (from 10.6.7 --or any other--) to 
> work
> with SOGo?
> Everything else works fine, but i can't get AddressBook to connect to SOGo..
> 
> Here is my virtual host config; also, i tried adding an SRV record to my DNS,
> and, of course, i entered the proper address
> (https://zconsulting.net:8800/SOGo/dav/sogo) in the Configuration.plist 
> file...
> 
> Please help!

Is apache listening on port 8800? I can't connect to your server on that port.

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

Re: [SOGo] Apple Address Book with SOGo

2011-04-18 Thread Jeff Folk
On Apr 18, 2011, at 10:54 AM, Peter Zieseniss wrote:
> 
> Holy moly!
> 
> Thank you for your prompt response Jeff!
> i actually just found a note about this as i got your email, so i added 
> directives to listen on 8800 and 8843
> 
> Should respond now...

Yeah...  ;-D

I'm using SSL on port 8843 myself. Works a treat, but getting the SSL engine 
working in the apache config was a little tricky.

It looks like even port 8800 on your server is speaking SSL, but I get a login 
using a web browser. I think if you change your config to use port 8843 your 
Addressbook application will be able to connect. Port 8800 is supposed to be 
non-SSL.

Jeff

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

Re: [SOGo] Apple Address Book with SOGo

2011-04-18 Thread Jeff Folk
On Apr 18, 2011, at 11:00 AM, Jeff Folk wrote:
> 
> It looks like even port 8800 on your server is speaking SSL, but I get a 
> login using a web browser. I think if you change your config to use port 8843 
> your Addressbook application will be able to connect. Port 8800 is supposed 
> to be non-SSL.

I suppose you could also just check the 'use SSL' box and specify port 8800 in 
the account preferences in Address Book, as well...-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Apple Address Book with SOGo

2011-04-18 Thread Jeff Folk
On Apr 18, 2011, at 11:04 AM, Peter Zieseniss wrote:
> 
> OMG!!
> 
> it actually works now!!!
> except is it normal that the address book is read-only?

Personal address book (name of login) should writable. I'm syncing my iPhone 
and Mac desktop address books and calendars, and changes on either device are 
reflected everywhere.

> i'm so sorry to have bothered all of you with this
> i'll write up a mac-specific checklist of the tweaks needed from a fresh 
> install and post it on my site...

No bother. I actually enjoy trying to help. I get so little opportunity to give 
back.  :-D

> (it's listening on 8800 because il opened all kinds of ports )


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

Re: [SOGo] Apple Address Book with SOGo

2011-04-19 Thread Jeff Folk
On Apr 18, 2011, at 10:32 PM, Peter Zieseniss wrote:
> 
> it all works perfectly!!
> 
> i had forgotten to change the following in the Address Book.app settings:
>   isSharedABAccount
>   0
> 
> 
> Actually, while i'm at it, i can't get iOS 4.3 to accept subdirectories in 
> the server address, so, i've been trying to map sogo.sogo.zconsulting.net to 
> 127.0.0.1:2/SOGo/dav/sogo/
> i did it by changing the virtualhost to read:
> ProxyPass / https://127.0.0.1:2/SOGo/dav/sogo/ interpolate
> 
> but it's not working...
> i'm far from being an Apache or DNS expert...
> 
> Does anyone have a suggestion?
> 
> Thank You again!! (i promise, it's the last thing i ask!!)
> Be Well,
> Peter

I'm not understanding what you are trying to do... The subdirectory is 
specified by the username of the authenticated user. If you have the 
recommended proxypass statements in your iOS virtual host definition (from the 
manual):

  ProxyPassInterpolateEnv On 
  ProxyPass /principals http://127.0.0.1:2/SOGo/dav/ interpolate 
  ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate
  ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate

apache should redirect you to the proper 'subdirectory' when iOS logs in... if 
you log in as user 'sogo', the resulting url is

   http(s)://acme.com:88[00,43]/SOGo/dav/sogo

Am I missing what you are trying to say?

Jeff

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

Re: [SOGo] CardDAV iPhone address book sync issue

2011-07-25 Thread Jeff Folk
On Jul 25, 2011, at 11:32 AM,  wrote:
> 
> Hi All, 
> Have just installed SOGo 1.3.8 under UBUNTU and having problems connecting to
> address book from iPhone. 
> Can someone share a SOGo.conf file for Apache2 where address book works with
> iPhone over SSL? (I have set up sogo over SSL).
> From reading the web I got a feeling that there are some problems with Address
> Book sync and it's not working???
> 
> Thank you,
> Sergei.
> ***


Here's mine... Works with both iPhones and desktop Macs using Address Book. 
Notice that CardDAV is over port 8843:


  ServerName sme.qzoneinc.com
  SSLEngine On
  ProxyRequests Off
  SetEnv proxy-nokeepalive 1
  ProxyPreserveHost On
  ProxyPassInterpolateEnv On
  ProxyPass /principals http://127.0.0.1:2/SOGo/dav/ interpolate
  ProxyPass /SOGo/dav/ http://127.0.0.1:2/SOGo/dav/ interpolate
  ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate

http://127.0.0.1:2>
  RequestHeader set "x-webobjects-server-port" "8843"
  RequestHeader set "x-webobjects-server-name" "sme.qzoneinc.com:8843"
  RequestHeader set "x-webobjects-server-url" "https://sme.qzoneinc.com:8843";
  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" "127.0.0.1"
  AddDefaultCharset UTF-8
  Order allow,deny
  Allow from all

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

Re: [SOGo] CardDAV iPhone address book sync issue

2011-07-27 Thread Jeff Folk
On Jul 27, 2011, at 8:38 AM, Sergei Bazhin wrote:
> 
> I've got some point:
> adding this line to my virtual host config scrue up SOGo web interface
> ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate
> Web interface works ok only with the following line:
> ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate
> 
> Any ideas on that?

DAV support doesn't use the web interface. For that reason, it really works 
better being on its own VirtualHost on a separate port. When you browse to the 
DAV host, you should get a login prompt then a blank page.

So my apache config has three parts -- listen 8843 (make sure it is in the SSL 
Global Context directives, too), NameVirtualHost 0.0.0.0:8843, and the 
VirtualHost section I posted earlier.

After those changes, restart apache, sogod, and memcached.

I see that you are using a .local tld... You know that won't work over cellular 
network, right??

Good luck;
Jeff-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] CardDAV iPhone address book sync issue

2011-07-28 Thread Jeff Folk
On Jul 28, 2011, at 7:52 AM, Sergei Bazhin wrote:
> 
> Hi Jeff, 
> Thank you for the guidance. I've even found a post outside of SOGo mail 
> archive with exactly the same 
> descriptionhttp://forums.contribs.org/index.php?topic=45658.105

Yeah, the macwunder posts are me... Alessio, the contribution developer, is on 
this list, as well.

I'm running my SOGo install under SME Server, which is CentOS based. Been a 
while since I dabbled in Debian/Ubuntu, but the conf file structure for apache 
should be the same across the distributions I would think.

> To me this is a mistery - all set up as you say and still CardDAV not syncing 
> with iPhone... maybe there's a problem with the Phone??? It is iOS 4.1...

Our iPhones here are iOS 4.2.1, but I think the only requirement to use CardDAV 
is iOS 4. The MacOS requirement for Address Book sync is 10.6 (Snow Leopard). I 
remember having the same issue with not being able to connect via SSL, and I 
really think it had to do with the placement of my Listen 0.0.0.0:8843 
directive. My solution was to put the directive inside the  
grouping of /etc/httpd/conf/httpd.conf:

> ##
> ##  SSL Global Context Configuration
> ##
> ##  All SSL configuration in this context applies both to
> ##  the main server and all SSL-enabled virtual hosts
> ##(unless overridden by virtual hosts)
> ##
> 
> Listen 0.0.0.0:443
> Listen 0.0.0.0:8843
> 
> SSLEngine off
> SSLProxyEngine On
> 
> # modSSL{CertificateChainFile} not set
> SSLCertificateFile /home/e-smith/ssl.crt/sme.qzoneinc.com.crt
> SSLCertificateKeyFile /home/e-smith/ssl.key/sme.qzoneinc.com.key
> 
> SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
> 
> SSLPassPhraseDialog  builtin
> 
> SSLSessionCache dbm:state/ssl_scache
> 
> SSLSessionCacheTimeout  300
> SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 
> force-response-1.0
> 
> SSLMutex  file:state/ssl_mutex
> 
> SSLRandomSeed startup file:/dev/urandom 512
> SSLRandomSeed connect builtin
> 
> #SSLLogLevel info
> SSLProtocol all
> 
> #
> # END OF SSL GLOBAL CONTEXT CONFIGURATION
> #

It has been a few months since I did all this, and my docs are specific to SME 
Server config, but I'm sure that is what it was...

Keep on tryin'!!
Jeff

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

Re: [SOGo] CardDAV iPhone address book sync issue

2011-07-28 Thread Jeff Folk
On Jul 28, 2011, at 7:52 AM, Sergei Bazhin wrote:
> 
>> DAV support doesn't use the web interface. For that reason, it really works 
>> better being on its own VirtualHost on a separate port. When you browse to 
>> the DAV host, you should get a login prompt then a blank page.
>  
> True - I see the bank screen after login/password prompt

Does the URL show as httpS?-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Webinterface logout after few minutes

2011-09-15 Thread Jeff Folk
On Sep 15, 2011, at 1:02 PM, Jovan Malesevic wrote:
> 
> No. One domain only.
> 
> On 15/09/11 16:23, Helge Kraak wrote:
>> Do you use multiple domains?
>> 
>> On Sep 15, 2011, at 10:43 AM, Jovan Malesevic wrote:
>> 
>>> Hello,
>>> 
>>> Is there setting about logout time from webinterface? I have the problem 
>>> with quick logging out (after few minutes only, it logs me out 
>>> automatically). Is SOGoMailPollingIntervals option which configures this?
>>> 
>>> -- 
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>> 
>> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

Have you defined OCSSessionsFolderURL in your defaults file?

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

Re: [SOGo] object not found: SOGo => index

2011-09-24 Thread Jeff Folk
On Sep 24, 2011, at 2:29 AM, Jean-Philippe Baril wrote:
> 
> In any case, I can successfully run 1.3.5a from ClearOS user Tim Burgess.
> Is the 1.3.5a rpm from Inverse still somewhere on the internet?

I am only aware of the source RPMs...

http://inverse.ca/downloads/SOGo/CentOS5/SRPMS/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] object not found: SOGo => index

2011-09-24 Thread Jeff Folk
On Sep 24, 2011, at 7:55 AM, Jeff Folk wrote:
> 
> On Sep 24, 2011, at 2:29 AM, Jean-Philippe Baril wrote:
>> 
>> In any case, I can successfully run 1.3.5a from ClearOS user Tim Burgess.
>> Is the 1.3.5a rpm from Inverse still somewhere on the internet?
> 
> I am only aware of the source RPMs...
> 
> http://inverse.ca/downloads/SOGo/CentOS5/SRPMS/


Or if compiling from source:

http://inverse.ca/downloads/SOGo/Sources/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Multiple Accounts in SOGo?

2011-09-28 Thread Jeff Folk
On Sep 28, 2011, at 8:06 AM,  wrote:
> 
> Hi,
> is there any chance to have more than one account in the Webinterface of SOGo
> like in TB?
> 
> Rgds


Sure... Add SOGoMailAuxiliaryUserAccountsEnabled = Yes (page 27 of the 
Installation Guide) to the defaults file, then additional accounts can be added 
in the users' preferences.

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

Re: [SOGo] SOGo 1.3.8 and iOS5 Calendar...

2011-10-12 Thread Jeff Folk
On Oct 12, 2011, at 11:53 AM, Martin Waschbüsch IT-Dienstleistungen wrote:
> 
> Hi all,
> 
> After installing iOS 5, a user's personal Calendar is no longer visible on 
> the iPhone.
> I use SOGo 1.3.8 on CentOS 5.7 i386.
> I know that a bug with that has already been created and is being worked on, 
> I just wanted to point out that if there is any need for testing, providing 
> trace / dump info, etc. please let me know as I'd like to help resolve this 
> issue.
> 
> Thanks,
> 
> Martin

After updating my iPhone to iOS5, I had to turn the calendars back on in my app 
on the phone. The update set all calendars to not show...

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

Re: [SOGo] CardDAV with iOS 5

2011-10-17 Thread Jeff Folk
On Oct 17, 2011, at 12:16 PM, Ludovic Marcotte wrote:
> 
> On 17/10/11 08:30, Marek Czardybon wrote:
>> Does anybody knows when ver 1.3.9 will be released  ?
>> 
>> If anybody needs log from Ipad 5.0 or server I can provide them - just let 
>> me know.
> Please try the patches that were just attached to:
> 
> http://www.sogo.nu/bugs/view.php?id=1457
> 
> Regards,


Is it possible to apply these patches if we installed from a repo with yum? If 
so, what is the syntax? What directory?

Thanks;
Jeff

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

Re: [SOGo] CardDAV with iOS 5

2011-10-18 Thread Jeff Folk
On Oct 18, 2011, at 4:42 AM, Marek Czardybon wrote:
> 
>>> If anybody needs log from Ipad 5.0 or server I can provide them - just let 
>>> me know.
>> Please try the patches that were just attached to:
>> 
>> http://www.sogo.nu/bugs/view.php?id=1457
>> 
>> Regards,
>> 
> ehlo.a
> 
> I've applied this patches to 1.3.8b and recompiled.
> After that "personal calendar" is again accessible from Ipad-s :)
> In logs everythink look good.

If I could be sure that the compiled from source version installs to the same 
directories as the yum installed version (not my experience in the past with 
other packages), I would love to do this, too.

I am using the CentOS5 repository.

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

Re: [SOGo] CardDAV with iOS 5

2011-10-26 Thread Jeff Folk
Ludovik;

On Oct 18, 2011, at 3:03 AM, Martin Waschbüsch IT-Dienstleistungen wrote:
> 
> Am 18.10.2011 um 09:54 schrieb Imo Graf:
> 
>> How can I patch it with CentOS? Sorry but I don't know the commands to patch 
>> it.
>> 
> 
> The patch is for the source code. If you installed the sogo packages via yum 
> and the repository, the patch will do nothing for you. If you want to compile 
> sogo, read the information here:
> 
> http://www.sogo.nu/nc/support/faq/article/how-do-i-compile-sogo-2.html
> 
> Assuming the patch is located at /tmp/SOGo.diff, the patch could be applied 
> by changing into the right folder inside the source tree and run:
> 
> patch  
> Same would be true for the SOPE.diff

Apparently, my abysmal linux skills are preventing me from compiling this from 
source. I can get the source code, apply the patches, but my installed devel 
headers can't be found by the compiler:

creating: /tmp/SOPE/config.make
failed to link optional library: xml2
failed to link optional library: ldap
failed to link required library: ssl

What would it really take for y'all to put up a patched 1.38c version in the 
repo? Pretty please?? Or will 1.39 be patched? This iOS5 thing is really 
getting to me...

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

Re: [SOGo] CardDAV with iOS 5

2011-10-26 Thread Jeff Folk
Bless you! And, sorry about the name misspelling...

Jeff
Sent from my iPhone

On Oct 26, 2011, at 6:37 PM, Ludovic Marcotte  wrote:

> On 26/10/11 18:32, Jeff Folk wrote:
>> What would it really take for y'all to put up a patched 1.38c version in the 
>> repo? Pretty please?? Or will 1.39 be patched? This iOS5 thing is really 
>> getting to me...
> v1.3.9 is set to be released tomorrow morning with that fix in.
> 
> Regards,
> 
> -- 
> Ludovic Marcotte
> lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
> Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
> (www.packetfence.org)
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] CardDAV with iOS 5

2011-10-27 Thread Jeff Folk
On Oct 26, 2011, at 6:37 PM, Ludovic Marcotte  wrote:

> On 26/10/11 18:32, Jeff Folk wrote:
>> What would it really take for y'all to put up a patched 1.38c version in the 
>> repo? Pretty please?? Or will 1.39 be patched? This iOS5 thing is really 
>> getting to me...
> v1.3.9 is set to be released tomorrow morning with that fix in.

Oops. Looks like SOPE upgraded today, but no SOGo. Now sogod complains of 
missing shared library libgnustep-base.so.1.23 when I only have version 1.20 
and 1.20.2

SOGo of course will not start. Hoping when SOGo makes it in that will fix 
things. 

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

Re: [SOGo] CardDAV with iOS 5

2011-10-28 Thread Jeff Folk
On Oct 27, 2011, at 9:03 PM, Jeff Folk wrote:
> 
> On Oct 26, 2011, at 6:37 PM, Ludovic Marcotte  wrote:
> 
>> On 26/10/11 18:32, Jeff Folk wrote:
>>> What would it really take for y'all to put up a patched 1.38c version in 
>>> the repo? Pretty please?? Or will 1.39 be patched? This iOS5 thing is 
>>> really getting to me...
>> v1.3.9 is set to be released tomorrow morning with that fix in.
> 
> Oops. Looks like SOPE upgraded today, but no SOGo. Now sogod complains of 
> missing shared library libgnustep-base.so.1.23 when I only have version 1.20 
> and 1.20.2
> 
> SOGo of course will not start. Hoping when SOGo makes it in that will fix 
> things. 
> 

Now that the sogo rpms are in the repository, I have updated... sogod wouldn't 
start:

Starting SOGo: 
/usr/sbin/sogod: error while loading shared libraries: libgnustep-base.so.1.20: 
cannot open shared object file: No such file or directory
  sogo [FAILED]

Created a symbolic link to the 1.23 version as 1.20... now it works...

Thanks for putting 1.39 out there. Now I can sync with cal/card DAV again!

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

Re: [SOGo] CardDAV with iOS 5

2011-10-28 Thread Jeff Folk
On Oct 28, 2011, at 10:32 AM, Francis Lachapelle wrote:
> 
>> Created a symbolic link to the 1.23 version as 1.20... now it works...
> 
> What distro are you using?

CentOS 5...

[root@sme ~]# python -c 'import yum, pprint; yb = yum.YumBase(); 
pprint.pprint(yb.conf.yumvar, width=1)'
Loaded plugins: fastestmirror, smeserver
{'arch': 'athlon',
 'basearch': 'i386',
 'releasever': '5'}

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

Re: [SOGo] CardDAV with iOS 5

2011-10-28 Thread Jeff Folk
On Oct 28, 2011, at 10:46 AM, Francis Lachapelle wrote:
> 
> On 2011-10-28, at 11:40 AM, Jeff Folk wrote:
> 
>>>> Created a symbolic link to the 1.23 version as 1.20... now it works...
>>> 
>>> What distro are you using?
>> 
>> CentOS 5...
>> 
>> [root@sme ~]# python -c 'import yum, pprint; yb = yum.YumBase(); 
>> pprint.pprint(yb.conf.yumvar, width=1)'
>> Loaded plugins: fastestmirror, smeserver
>> {'arch': 'athlon',
>> 'basearch': 'i386',
>> 'releasever': '5'}
> 
> Update gnustep-base to version 1.23.

It was:

[root@sme ~]# grep 'gnustep-base' /var/log/yum/yum.log*
/var/log/yum/yum.log:Jan 31 11:07:57 Installed: gnustep-base-1.20.2-1.i386
/var/log/yum/yum.log:Oct 28 09:51:22 Updated: gnustep-base-1.23.0-1.i386

Notice that sogo was calling the libgnustep-base.so.1.20:

Starting SOGo: 
/usr/sbin/sogod: error while loading shared libraries: libgnustep-base.so.1.20: 
cannot open shared object file: No such file or directory
 sogo [FAILED]

Interestingly, yesterday it was calling for 1.23 (that wasn't installed), but 
there are different sope49 packages today from yesterday...

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

[SOGo] I killed my 1.39 install

2011-10-31 Thread Jeff Folk
I was initially having the problem of a fouled web interface, and corrected the 
woa paths to /usr/lib/GNUstep/SOGo/WebServerResources/

This allowed the web part to work again, but calendars and contact details were 
empty due to a lookup failure or proxy failure... I thought I saw another mail 
in the thread that mentioned incorrect sope49 versions, so I yum removed all 
the sope and re installed them through yum.

Now I have the problem of sogod terminating immediately and leaving a stale pid 
file. There is no entry in sogo.log, but messages gets the following line every 
time sogod is started:

sogod[some number] unable to get status of descriptor 2 - Bad file descriptor

Can anyone help me troubleshoot this, it was almost working fine before I 
removed and reinstalled? I'm on CentOS 5 (SME Server 8b6).

Thanks in advance;
Jeff

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

Re: [SOGo] I killed my 1.39 install

2011-10-31 Thread Jeff Folk
On Oct 31, 2011, at 9:42 AM, Ludovic Marcotte wrote:
> 
> On 31/10/11 10:26, Jeff Folk wrote:
>> Can anyone help me troubleshoot this, it was almost working fine before I 
>> removed and reinstalled? I'm on CentOS 5 (SME Server 8b6).
> Show all SOPE and SOGo packages that are installed. Show the content of your 
> /home/sogo/GNUstep/Defaults/.GNUstepDefaults file.

/var/log/yum/yum.log:Oct 30 16:52:53 Installed: 
sope49-xml-4.9-20111029_1664.el5.1.i386
/var/log/yum/yum.log:Oct 30 16:52:54 Installed: 
sope49-core-4.9-20111029_1664.el5.1.i386
/var/log/yum/yum.log:Oct 30 16:52:54 Installed: 
sope49-gdl1-4.9-20111029_1664.el5.1.i386
/var/log/yum/yum.log:Oct 30 16:52:54 Installed: 
sope49-gdl1-mysql-4.9-20111029_1664.el5.1.i386
/var/log/yum/yum.log:Oct 30 16:52:58 Installed: 
sope49-gdl1-contentstore-1.3.9-2.el5.i386
/var/log/yum/yum.log:Oct 30 16:52:59 Installed: 
sope49-ldap-4.9-20111029_1664.el5.1.i386
/var/log/yum/yum.log:Oct 30 16:53:04 Installed: 
sope49-mime-4.9-20111029_1664.el5.1.i386
/var/log/yum/yum.log:Oct 30 16:53:13 Installed: 
sope49-appserver-4.9-20111029_1664.el5.1.i386
/var/log/yum/yum.log:Oct 30 16:53:40 Installed: sope49-cards-1.3.9-2.el5.i386
/var/log/yum/yum.log:Oct 30 16:53:43 Installed: 
sope49-sbjson-2.3.1-20111029_1664.el5.1.i386

/var/log/yum/yum.log:Oct 30 16:54:36 Installed: sogo-1.3.9-2.el5.i386
/var/log/yum/yum.log:Oct 30 16:54:46 Installed: 
smeserver-sogo-0.5.6-1.el5.sme.noarch

/*
 * 
 * !!DO NOT MODIFY THIS FILE!!
 *  
 *  Manual changes will be lost when this file is regenerated.
 * 
 *  Please read the developer's guide, which is available
 *  at http://www.contribs.org/development/
 * 
 *  Copyright (C) 1999-2006 Mitel Networks Corporation
 * 
 */
{
NSGlobalDomain = {
};
sogod = {
NGUseUTF8AsURLEncoding = YES;
OCSFolderInfoURL = 
"mysql://sogo:XxXxXx@localhost/sogo/sogo_folder_info";
SOGoACLsSendEMailNotifications = NO;
SOGoAppointmentSendEMailNotifications = YES;
SOGoAppointmentSendEMailReceipts = YES;
SOGoAuthenticationMethod = LDAP;
SOGoDraftsFolderName = Drafts;
SOGoEnablePublicAccess = YES;
SOGoFoldersSendEMailNotifications = NO;
SOGoIMAPServer = localhost;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
SOGoMailDomain = qzoneinc.com;
SOGoMailingMechanism = smtp;
SOGoProfileURL = "mysql://sogo:XxXxXx@localhost/sogo/sogo_user_profile";
OCSSessionsFolderURL = 
"mysql://sogo:XxXxXx@localhost/sogo/sogo_sessions_folder";
SOGoSMTPServer = localhost;
SOGoSentFolderName = Sent;
SOGoSuperUsernames = (
admin
);
SOGoTimeZone = America/Chicago;
SOGoTrashFolderName = "Deleted Messages";
SOGoUserSources = (
{
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = "ou=Users,dc=qzoneinc,dc=com";
bindFields = uid;
canAuthenticate = YES;
displayName = "Users";
hostname = localhost;
id = users;
isAddressBook = YES;
port = ;
type = ldap;
},
{  
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = cn;
baseDN = "ou=Groups,dc=qzoneinc,dc=com";
bindFields = cn;
canAuthenticate = YES;
displayName = "Groups";
hostname = localhost;
id = groups;
isAddressBook = YES;
port = ;
type = ldap;
}
);
WOMessageUseUTF8 = YES;
WOParsersUseUTF8 = YES;
WOPort = 127.0.0.1:2;
WOUseRelativeURLs = YES;
};
}

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

Re: [SOGo] I killed my 1.39 install

2011-10-31 Thread Jeff Folk
On Oct 31, 2011, at 4:44 PM, Ludovic Marcotte wrote:
> 
> On 31/10/11 13:23, Jeff Folk wrote:
>> /var/log/yum/yum.log:Oct 30 16:52:53 Installed: 
>> sope49-xml-4.9-20111029_1664.el5.1.i386
>> /var/log/yum/yum.log:Oct 30 16:52:54 Installed: 
>> sope49-core-4.9-20111029_1664.el5.1.i386
>> /var/log/yum/yum.log:Oct 30 16:52:54 Installed: 
>> sope49-gdl1-4.9-20111029_1664.el5.1.i386
>> /var/log/yum/yum.log:Oct 30 16:52:54 Installed: 
>> sope49-gdl1-mysql-4.9-20111029_1664.el5.1.i386
>> /var/log/yum/yum.log:Oct 30 16:52:58 Installed: 
>> sope49-gdl1-contentstore-1.3.9-2.el5.i386
>> /var/log/yum/yum.log:Oct 30 16:52:59 Installed: 
>> sope49-ldap-4.9-20111029_1664.el5.1.i386
>> /var/log/yum/yum.log:Oct 30 16:53:04 Installed: 
>> sope49-mime-4.9-20111029_1664.el5.1.i386
>> /var/log/yum/yum.log:Oct 30 16:53:13 Installed: 
>> sope49-appserver-4.9-20111029_1664.el5.1.i386
>> /var/log/yum/yum.log:Oct 30 16:53:40 Installed: sope49-cards-1.3.9-2.el5.i386
>> /var/log/yum/yum.log:Oct 30 16:53:43 Installed: 
>> sope49-sbjson-2.3.1-20111029_1664.el5.1.i386
>> 
>> /var/log/yum/yum.log:Oct 30 16:54:36 Installed: sogo-1.3.9-2.el5.i386
>> /var/log/yum/yum.log:Oct 30 16:54:46 Installed: 
>> smeserver-sogo-0.5.6-1.el5.sme.noarch
>> 
> Check if /var/log/sogo exists and is owned by the sogo user.

drwxr-xr-x  2 sogoroot   4096 Oct 29 13:37 sogo

And the contents:

[root@sme sogo]# ls -la
total 8404
drwxr-xr-x  2 sogo root4096 Oct 29 13:37 .
drwxr-xr-x 51 root root   20480 Oct 31 04:10 ..
-rw-rw-r--  1 5007 5007 7319766 Oct 30 15:17 sogo.log
-rw-rw-r--  1 5007 5007   80914 Oct 30 04:02 sogo.log.1
-rw-rw-r--  1 5007 5007  533499 Oct 29 04:02 sogo.log.2
-rw-rw-r--  1 5007 5007   13080 Oct 29 04:02 sogo.log.2.gz
-rw-rw-r--  1 5007 5007  104620 Oct 21 04:02 sogo.log.3
-rw-rw-r--  1 5007 50076122 Oct 21 04:02 sogo.log.3.gz
-rw-rw-r--  1 5007 5007  201918 Oct  9 04:02 sogo.log.4
-rw-rw-r--  1 5007 50075606 Oct 20 04:02 sogo.log.4.gz
-rw-rw-r--  1 5007 5007  194192 Oct  2 04:02 sogo.log.5
-rw-rw-r--  1 5007 5007   18776 Oct 19 04:02 sogo.log.5.gz
-rw-rw-r--  1 5007 5007   37817 Oct 18 04:02 sogo.log.6.gz
-rw-r-  1 5007 50071447 Jun  3 04:02 sogo.log.7.gz

But... Looking in /etc/passwd... The uninstall and reinstall changed sogo 
userid to 5013 from 5007, so I chown'd all those log files to sogo and now the 
service starts up.

Many thanks, Ludovic!

Cheers!
Jeff

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

Re: [SOGo] libgnustep-base.so.1.20

2011-11-02 Thread Jeff Folk
On Nov 2, 2011, at 7:00 AM, Imo Graf wrote:
> 
> ok I change the permissions but now I have the next error ;)
> 
> service sogod start
> Starting SOGo:
>  sogo (stale pid file removed)[  OK  ]
> [root@mail-parceval Defaults]#
> 
> 
> and sogo don't work

Probably have to do the same thing to /var/log/sogo (and contents).

Jeff

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


Re: [SOGo] libgnustep-base.so.1.20

2011-11-02 Thread Jeff Folk
On Nov 2, 2011, at 7:09 AM, Imo Graf wrote:
> 
> sorry Jeff but can you say me all folders ;) ?
> 
> 
> Am 02.11.2011 13:02, schrieb Jeff Folk:
>> On Nov 2, 2011, at 7:00 AM, Imo Graf wrote:
>>> ok I change the permissions but now I have the next error ;)
>>> 
>>> service sogod start
>>> Starting SOGo:
>>>  sogo (stale pid file removed)[  OK  ]
>>> [root@mail-parceval Defaults]#
>>> 
>>> 
>>> and sogo don't work
>> Probably have to do the same thing to /var/log/sogo (and contents).
>> 
>> Jeff
>> 

When I was having that problem after removing the stale sope packages (and sogo 
by dependency), when I reinstalled I found (with Ludovic's help) that the sogo 
user was removed and recreated with a new userid (from 5007 to 5013). My sogo 
log directory (/var/log/sogo) was created with a owner of sogo, but all the log 
files were created with a owner of 5007 (old sogo user), so new sogo couldn't 
open the logfile. I was seeing the same you are... sogod terminating 
immediately after starting and leaving a stale pid. I would also see the 
following line in /var/log/messages:

sogod[some number] unable to get status of descriptor 2 - Bad file descriptor

Do you see that, as well? Anyway, the fix for me was to chown all the log files 
in /var/log/sogo to sogo user (not by number). I suppose you could also delete 
all the log files there if you don't need to see them.

Regards;
Jeff

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

Re: [SOGo] libgnustep-base.so.1.20

2011-11-02 Thread Jeff Folk
On Nov 2, 2011, at 7:55 AM, Imo Graf wrote:
> 
> thanks now I can start sogo but only I see this ;(
> 
> http://sipbird.tk/SOGo/
> 
> why every update is buggy?

When you updated with yum, you should have seen a message about "SOGo.conf 
saved as SOGo.conf.rpmnew". This means that there was a new SOGo.conf, but yum 
didn't want to overwrite your current file. It turns out that GNUstep changed 
directories, and you need to make your changes for your system to the 
SOGo.conf.rpmnew file and save it as SOGo.conf

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

Re: [SOGo] CardDAV iOS5

2011-11-02 Thread Jeff Folk
On Nov 2, 2011, at 8:34 AM, Imo Graf wrote:
> 
> Now I have updated to 1.3.9 and the CalDAV works now perfektly but the 
> CardDAV with iOS5 don't work. It is right?

I don't have any issues with CardDAV... Are you using SSL on port 8843?-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Unable to add/edit contact from iOS device

2011-11-05 Thread Jeff Folk
Running version 1.39, after muffing it up myself... Thought everything was good 
because I can see contacts on phone and was able to edit on the desktop... But 
I tried to add and edit contacts from the phone today and it doesn't work. Here 
is a snippet from sogo.log:

Nov 05 17:44:25 sogod [21684]: [obj-dav-dispatch] did not find a method to 
server the REPORT
127.0.0.1 - - [05/Nov/2011:17:44:25 GMT] "REPORT 
/SOGo/dav/jfolk/Contacts/users/ HTTP/1.1" 501 201/565 0.014 - - 0
Nov 05 17:44:26 sogod [21684]: 
<0x09869FBC[SOGoContactGCSEntry]:A4AFC086-4A6C-4E2E-A75D-5C58B0CE21FE.vcf> 
TODO: implement if-none-match for etag: '*'
127.0.0.1 - - [05/Nov/2011:17:44:26 GMT] "PUT 
/SOGo/dav/jfolk/Contacts/personal/A4AFC086-4A6C-4E2E-A75D-5C58B0CE21FE.vcf 
HTTP/1.1" 201 0/178 0.100 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:26 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/personal/ HTTP/1.1" 207 421/181 0.015 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:26 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/personal/ HTTP/1.1" 207 3940/121 0.129 33308 88% 12K
127.0.0.1 - - [05/Nov/2011:17:44:28 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/groups/ HTTP/1.1" 207 398/181 0.008 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:29 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/groups/ HTTP/1.1" 207 470/121 0.017 - - 0
Nov 05 17:44:29 sogod [21684]: [obj-dav-dispatch] did not find a method to 
server the REPORT
127.0.0.1 - - [05/Nov/2011:17:44:29 GMT] "REPORT 
/SOGo/dav/jfolk/Contacts/groups/ HTTP/1.1" 501 201/281 0.014 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:29 GMT] "PROPFIND /SOGo/dav/jfolk/ HTTP/1.1" 
207 482/439 0.009 1345 64% 0
127.0.0.1 - - [05/Nov/2011:17:44:29 GMT] "OPTIONS /SOGo/dav/jfolk/ HTTP/1.1" 
200 0/0 0.004 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:29 GMT] "PROPFIND /SOGo/dav/jfolk/Contacts/ 
HTTP/1.1" 207 821/717 0.022 5834 85% 0
127.0.0.1 - - [05/Nov/2011:17:44:29 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/users/ HTTP/1.1" 207 397/181 0.008 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:29 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/users/ HTTP/1.1" 207 292/121 0.042 1236 76% 0
Nov 05 17:44:30 sogod [21684]: [obj-dav-dispatch] did not find a method to 
server the REPORT
127.0.0.1 - - [05/Nov/2011:17:44:30 GMT] "REPORT 
/SOGo/dav/jfolk/Contacts/users/ HTTP/1.1" 501 201/565 0.013 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:30 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/personal/ HTTP/1.1" 207 421/181 0.017 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:30 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/groups/ HTTP/1.1" 207 398/181 0.010 - - 0
127.0.0.1 - - [05/Nov/2011:17:44:30 GMT] "PROPFIND 
/SOGo/dav/jfolk/Contacts/groups/ HTTP/1.1" 207 470/121 0.020 - - 0
Nov 05 17:44:30 sogod [21684]: [obj-dav-dispatch] did not find a method to 
server the REPORT
127.0.0.1 - - [05/Nov/2011:17:44:30 GMT] "REPORT 
/SOGo/dav/jfolk/Contacts/groups/ HTTP/1.1" 501 201/281 0.015 - - 0

Where can I start to look?

Thanks;
Jeff

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

Re: [SOGo] events display in web interface

2011-11-17 Thread Jeff Folk
Hi Nicolas;

On Nov 17, 2011, at 7:50 AM, Nicolas - Lileo wrote:
> 
> Hi everybody,
> 
> SOGo is great, but obviously need to be improved.
> In the web interface, Calendar section, you can choose different kind of 
> filters for the list of events:
> Today, Next 7 days, etc..
> But there is no filter "all events" like you have in thunderbird.
> 
> Is there a way to make is available?

Doesn't the "All future events" choice in that menu mean what you ask?

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

Re: [SOGo] events display in web interface

2011-11-17 Thread Jeff Folk
On Nov 17, 2011, at 8:52 AM, Nicolas - Lileo wrote:
> 
> Hi Jeff,
> 
> I mean "all events". For the moment you can't display (in that menu) events 
> before "today".
> So you can't easily delete or modify (or whatever) previous events.
> 
> Am i clear enough?

Clear enough, but that filter only affect the list above the calendar view. All 
events are displayed in the calendar view of the web interface below that 
upcoming list. In the calendar view you can easily delete or modify past 
events...

Sorry if I am misunderstanding you.

Regards
Jeff

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

Re: [SOGo] events display in web interface

2011-11-17 Thread Jeff Folk
On Nov 17, 2011, at 9:10 AM, Nicolas - Lileo wrote:
> 
> Le 17/11/2011 16:00, Jeff Folk a écrit :
>> On Nov 17, 2011, at 8:52 AM, Nicolas - Lileo wrote:
>>> Hi Jeff,
>>> 
>>> I mean "all events". For the moment you can't display (in that menu) events 
>>> before "today".
>>> So you can't easily delete or modify (or whatever) previous events.
>>> 
>>> Am i clear enough?
>> Clear enough, but that filter only affect the list above the calendar view. 
>> All events are displayed in the calendar view of the web interface below 
>> that upcoming list. In the calendar view you can easily delete or modify 
>> past events...
>> 
>> Sorry if I am misunderstanding you.
>> 
>> Regards
>> Jeff
>> 
> I try to use the good words but it's not so easy, i'm french... :)

That's okay, I've been told I am not particularly diplomatic.  ;-D

> Yes, in the calendar view you can delete or modify past events, but if you 
> have many past events on a year period, it's not easy.
> This list above the calendar view is very usefull (it's the same in 
> thunderbird, right?) but i think the filter "all events" is missing.

After opening my Thunderbird, you are correct. I have a "All events" choice 
there, so it would seem that the SOGo web interface is not consistent.

> 
> Regards



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

Re: [SOGo] iphone ios 5.0.1 contacts not shown in phone

2011-11-17 Thread Jeff Folk
On Nov 17, 2011, at 9:14 AM, Martin Hofbauer wrote:
> 
> ___
> I have installed iOS 5.01 on a new iPhone 4S and restored a backup from iOS 
> 4.3.3 from another Phone.
>  
> On that 4.3.3 iOS  both – the Calender and Contacts Accounts were configured 
> with SOGo and worked well.
>  
> After the restore on the new phone it seams I have the same/similar problem 
> as you. I am unable to add new Contacts / Tasks / Calender entries but can 
> read/see all entries.

I have this issue, as well. But I have found that I can add/edit entries if I 
am NOT in the "All Contacts" group of the iPhone. Go to "Groups" and choose 
"Personal Address Book" (or whatever your SOGo contact file is called) and then 
you can add/edit... This behavior is not the same as I saw in iOS 4.

> I have another 5.0.1 iOS devices ( Iphone and iPad) , where 5.0.1  is 
> installed .- There I have created new(!) accounts with this SOGo server and 
> have NO problem.

My iPhone has iOS 5.0.1 and I can only add/edit if I am in my personal address 
book. All contacts still does not work for me.

> So I assume my problem is with the restore of the backup.  At the moment I do 
> not have access to the phone with the problem.
>  
> Maybe some else can check/verify my assumption.
>  
> Thanks
> Martin
> 
> From: Khapare Joshi [mailto:khapar...@gmail.com] 
> Sent: Tuesday, November 15, 2011 5:50 PM
> To: users@sogo.nu
> Subject: [SOGo] iphone ios 5.0.1 contacts not shown in phone
>  
> I have a new iphone ios 5.0.1 and can add carddav account without any 
> problem.I can add the calendar folder that also shows in iphone however 
> cannot see any contacts in the folder on the phone. 
> 
> I tried another iphone ios 4.2.1, and it works all well there. 
> 
> Is there still any problem with IOS 5.0.1 ? any of you having same issue - 
> how do I resolve this ?
> 
> KJ


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

Re: [SOGo] iphone ios 5.0.1 contacts not shown in phone

2011-11-17 Thread Jeff Folk
I don't see that setting in iOS 5. Maybe that is the problem. 

Jeff
Sent from my iPhone

On Nov 17, 2011, at 12:01 PM, Georg Bretschneider  wrote:

> Hi, whats you default address boom in your mail, contacts and calendar 
> settings of your iPhone? My it's the built in? Could it be that you added 
> your new contacts to your iPhone address book?
> 
> Just checkin'. Right now I'm not able to test this.
> 
> 
> Bye
> Georg
> 
> Am 17.11.2011 um 17:28 schrieb Martin Hofbauer :
> 
>>> I have this issue, as well. But I have found that I can add/edit entries if 
>>> I 
>>> am NOT in the "All Contacts" group of the iPhone. Go to "Groups" and choose 
>>> "Personal Address Book" (or whatever your SOGo 
>>> contact file is called) and then you can add/edit... This behavior is not 
>>> the same as I saw in iOS 4.
>> 
>> Hi jeff, 
>> 
>> 
>> Thanks a lot !! I can confirm 100% your hint ! I can verify the problem on 
>> my iPad ( with iOS 5.0.1) as well but can work around
>> as you have written by explicitly choosing the SOGO Contacts Group instead 
>> of "All Contacts" !
>> 
>> Martin
>> -- 
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] iphone ios 5.0.1 contacts not shown in phone

2011-11-17 Thread Jeff Folk
On Nov 17, 2011, at 12:40 PM, Georg Bretschneider wrote:
> 
> Okay. Go in settings --> Mail, contacts, calendars --> scroll down till you 
> reach Contacts.
> 
> There you can choose sort order and your default account for contacts.

I remember that in iOS 4, but my iOS 5 iPhone has:

Sort Order
Display Order
My Info

Import SIM Contacts

There is no default account for contacts...-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] iphone ios 5.0.1 contacts not shown in phone

2011-11-17 Thread Jeff Folk
On Nov 17, 2011, at 1:04 PM, Georg Bretschneider wrote:
> 
> Strange. Maybe you just have one account (which supports calendars) set up.
> 
> I made a screenshot just to show you I am not joking around. :)

Okay, I turned on iCloud Contacts (Empty except my own contact), now I can see 
the choose default contact account and have chosen my SOGo contacts. Now I can 
edit, but adding is a no go... I'll just keep the Personal Address Book 
chosen...-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] HELP!! NO Login after update to 2.0_20111123-1.el5.i386.rpm

2011-11-23 Thread Jeff Folk
That changed a couple versions ago...

Jeff
Sent from my iPhone

On Nov 23, 2011, at 1:25 PM, "Daniel Müller"  wrote:

> n startup this error occurs:
> 
> Nov 23 19:26:47 sogod [5374]: [ERROR] <0x0x442a60[GCSSessionsFolder]> 
> 'OCSSessionsFolderURL' is not set
> 
> Has something changed?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Repeating events not working correctly in 1.3.10

2011-12-03 Thread Jeff Folk
On Dec 3, 2011, at 5:41 PM, Tobias Wallura wrote:
> 
> Can anyone confirm this issue?
> 
> I am using SOGo on Gentoo amd64 with GNUstep 1.20.1 and PostgreSQL 9.0.
> SOGo and SOPE are compiled from source.
> 
> Regards,
> Tobias

I can NOT confirm. My system (installed from CentOS5 packages) performs as 
expected.

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

Re: [SOGo] Strange sorting

2018-12-19 Thread Jeff Folk
In web portal - preferences… Mail options… Is “Sort messages by threads” 
checked?

> On Dec 19, 2018, at 7:57 AM, Götz Reinicke (goetz.reini...@filmakademie.de) 
>  wrote:
> 
> Hi,
> 
> one user got some mails sorted in a strange order. Mails from one sender with 
> the same subject title (different content and sending dates) get listed one 
> after an other while other mails are sorted correctly in the inbox.
> 
> Sorting is set to „by date“. 
> 
> The inbox looks like that:
> 
> Mail from Santat date 01.12.2018
> Mail from Marta date 08.11.2018
> Mail from Peter date 10.09.2018
> Mail from Albert date 08.09.2018
> Sender Anna subject Workshop A date 10.11.2018
> Sender Anna subject Workshop A date 10.10.2018
> Sender Anna subject Workshop A date 10.09.2018
> Sender Anna subject Workshop A date 10.08.2018
> Mail from Peter date 01.07.2018
> ….
> 
> Has anyone ever had such a behavior?
> 
> Accessing the Mailacount from thunderbird shows mail sorted by date in the 
> right order. Same within google.meil, where the user has subscribed to that 
> account too
> 
> 
> Thanks for any hints or suggestion. May be some dovecot index is broken on 
> the mailserver side?
> 
>   Regards . Götz
> 
> 

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