<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.groupware.sogo.user">
    <title>gmane.comp.groupware.sogo.user</title>
    <link>http://blog.gmane.org/gmane.comp.groupware.sogo.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14650"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14649"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14648"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14647"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14646"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14645"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14644"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14643"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14642"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14641"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14640"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14639"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14638"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14637"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14636"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14635"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14634"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14633"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14652">
    <title>[SOGo] Problem with CardDav Profile</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14652</link>
    <description>&lt;pre&gt;Hi,

I can connect with iPHone to sync contacts via internet when manually 
adding a CardDAV profile that points to the public IP.
When using the hostname (test.mydomain.com) it does not work.
It also does not work when using the iPhone configuration utility and 
create a CardDAV Profile (either IP or hostname).
It seems that

a) my configuration does not listen on the hostname.
b) if a CardDAV profile is created with iOS Configuration Utility you 
have to provide a provision URL and it does not
    automatically search for it.

I need to be able to access via internal IP and external IP (using 
external hostname).

I opened port 8443 on the firewall NATing to SOGo 8443
Here is my SOGo.conf

Alias /SOGo.woa/WebServerResources/ \
       /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
       /usr/lib/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
            /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

&amp;lt;Directory /usr/lib/GNUstep/SOGo/&amp;gt;
     AllowOverride None
     Order deny,allow
     Allow from all

     # Explicitly allow caching of static content to avoid browser 
specific behavior.
     # A resource's URL MUST change in order to have the client load the 
new version.
     &amp;lt;IfModule expires_module&amp;gt;
       ExpiresActive On
       ExpiresDefault "access plus 1 year"
     &amp;lt;/IfModule&amp;gt;
&amp;lt;/Directory&amp;gt;

&amp;lt;LocationMatch 
"^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)"&amp;gt;
   SetHandler default-handler
&amp;lt;/LocationMatch&amp;gt;

## Uncomment the following to enable proxy-side authentication, you will 
then
## need to set the "SOGoTrustProxyAuthentication" SOGo user default to 
YES and
## adjust the "x-webobjects-remote-user" proxy header in the "Proxy" section
## below.
#&amp;lt;Location /SOGo&amp;gt;
#  AuthType XXX
#  Require valid-user
#  SetEnv proxy-nokeepalive 1
#  Allow from all
#&amp;lt;/Location&amp;gt;

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

# When using CAS, you should uncomment this and install 
cas-proxy-validate.py
# in /usr/lib/cgi-bin to reduce server overloading
#
# ProxyPass /SOGo/casProxy http://localhost/cgi-bin/cas-proxy-validate.py
# &amp;lt;Proxy http://localhost/app/cas-proxy-validate.py&amp;gt;
#   Order deny,allow
#   Allow from your-cas-host-addr
# &amp;lt;/Proxy&amp;gt;

ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0

&amp;lt;Proxy http://127.0.0.1:20000/SOGo&amp;gt;
## adjust the following to your configuration
#  RequestHeader set "x-webobjects-server-port" "443"
   RequestHeader set "x-webobjects-server-port" "80"
   RequestHeader set "x-webobjects-server-name" "10.110.160.131"
#  RequestHeader set "x-webobjects-server-url" "https://10.110.160.131"
   RequestHeader set "x-webobjects-server-url" "http://10.110.160.131"

## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e"

   RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"

   AddDefaultCharset UTF-8

   Order allow,deny
   Allow from all
&amp;lt;/Proxy&amp;gt;


### Addressbook SSL on IP ###
&amp;lt;VirtualHost 0.0.0.0:8443&amp;gt;
  ServerName 0.0.0.0
  SSLEngine On

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

ProxyPassInterpolateEnv On
#for CardDAV
ProxyPass /principals http://127.0.0.1:20000/SOGo/dav/ interpolate
ProxyPass /SOGo/dav/ http://127.0.0.1:20000/SOGo/dav/ interpolate
ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate

&amp;lt;Proxy http://127.0.0.1:20000&amp;gt;
  RequestHeader set "x-webobjects-server-port" "8443"
  RequestHeader set "x-webobjects-server-name" "10.110.160.131:8843"
  RequestHeader set "x-webobjects-server-url" "https://10.110.160.131:8443"
  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
&amp;lt;/Proxy&amp;gt;
&amp;lt;/VirtualHost&amp;gt;
### Addressbook SSL on test.mydomain.com ###
### Addressbook SSL ###
&amp;lt;VirtualHost test.mydomain.com:8443&amp;gt;
  ServerName test.mydomain.come
  SSLEngine On

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

ProxyPassInterpolateEnv On
#for CardDAV
ProxyPass /principals http://127.0.0.1:20000/SOGo/dav/ interpolate
ProxyPass /SOGo/dav/ http://127.0.0.1:20000/SOGo/dav/ interpolate
ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate

&amp;lt;Proxy http://127.0.0.1:20000&amp;gt;
  RequestHeader set "x-webobjects-server-port" "8443"
  RequestHeader set "x-webobjects-server-name" "test.mydomain.com:8843"
  RequestHeader set "x-webobjects-server-url" 
"https://test.mydomain.com:8443"
  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
&amp;lt;/Proxy&amp;gt;
&amp;lt;/VirtualHost&amp;gt;



&lt;/pre&gt;</description>
    <dc:creator>Der PCFreak</dc:creator>
    <dc:date>2013-05-21T13:53:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14651">
    <title>Aw: Re: [SOGo] Invitations send by subscribers</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14651</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Daniel Müller</dc:creator>
    <dc:date>2013-05-21T09:20:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14650">
    <title>Re: [SOGo] sogosync and html email</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14650</link>
    <description>&lt;pre&gt;Sorry to hear that it didn't work. I have done some more testing now and you are correct. The GAL id does not matter. I was just happy to finally get it to work. Maybe it was just restarting sogod and apache that did the trick... I'm using version 1 of z-push. I didn't get it to work with php-push 2.

Regards
Davor


From: Michael 
Sent: Monday, May 20, 2013 3:47 PM
To: users-XYE0JsqaAHo&amp;lt; at &amp;gt;public.gmane.org 
Subject: Re: [SOGo] sogosync and html email


Hi thanks for your reply. 

I noticed the php-push2 project has a new config.php. I might revert to php-push2 and see how it goes before persisting with z-push.

For the record my GAL SOGOUserSources is id = public_example. 

Regards, Michael.



On 20/05/2013 4:28 PM, Davor Vusir wrote:

  Hi!

  I was experiencing the same problem with my Android device when it suddenly hit me.

  Using Marten Gajdas CardDAV-sync downloaded from Google Play it works fine. Actually the app lists both the GAL and the personal address book. I choose my personal address book and it works.

  But using Z-push. Nothing... In the logs I find
  192.168.1.4 - - [20/May/2013:07:08:43 GMT] "PROPFIND /SOGo/dav/davor&amp;lt; at &amp;gt;example.org/Contacts/id_example/ HTTP/1.1" 404 62/0 0.002 - - 36K

  Z-push do find address books but uses the wrong one. It seems that Z-push is sorting available address books and connects to the first in the list.

  My misstake was: in SOGoUserSources naming the GAL (‘id’) starting with a letter that comes before ‘p’ as in ‘personal’ in the alphabet. I tried renaming ‘id’-field from ‘id_example’ to ‘zzz_example’ and Voila! A working personal address book.



  Regards

  Davor


  From: Michael 
  Sent: Sunday, March 10, 2013 2:32 PM
  To: users-XYE0JsqaAHo&amp;lt; at &amp;gt;public.gmane.org 
  Subject: Re: [SOGo] sogosync and html email

  Hi again,

  I have defined CALDAV_URL, CALDAV_READONLY, CARDDAV_URL, CARDDAV_PERSONAL and CARDDAV_READONLY manually in config.php as a band-aid solution but still having issues - still no contacts and calendar and more strange errors being logged. Strangely, html email is no longer working, even though it was working previously with PHP-Push-2 and BackendIMAP. Any chance you could send me your config files Sven just so that I can compare?

  I have a feeling something is all messed up. I have tried clearing out the PHP-Push-2 directory, merging using git again and reconfiguring the config files but I still get the same issues.

  My next step is to try your recommendation about using the original z-push 2 with sogosync config files. I am very keen to get this working!

  Regards, Michael.



  On 10/03/2013 2:17 PM, Michael wrote:

    Hi Sven, I have fixed the 'Unable to verify account information.' error when trying to connect the iPhone - the problem was:

    09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/include/caldav-client-v2.php:13 require_once(XMLDocument.php): failed to open stream: No such file or directory (2) 

    error causing apache to give a 500 type page when testing the activesync URL with a browser. To fix I created symbolic links to point the includes to the right place:

    ln -s /usr/share/awl/inc/XMLDocument.php /usr/share/php/XMLDocument.php
    ln -s /usr/share/awl/inc/XMLElement.php /usr/share/php/XMLElement.php
    ln -s /usr/share/awl/inc/iCalendar.php /usr/share/php/iCalendar.php

    Interestingly the same errors where logged with sogosync but they didn't stop it from working.

    Anyway, I still have a problem with the SOGo Contacts and Calendar's not showing up as an option on the iPhone. They are advertised as being available when first connecting but when trying to find the 'Exchange' Contacts group or 'Exchange' Calendar it simply isn't there.

    These errors are still being logged:

    10/03/2013 14:12:43 [23167] [INFO] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] Version='2.0.7-1690' method='POST' from='101.170.127.248' cmd='Ping' getUser='michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org' devId='ApplC34JGWD4DTWG' devType='iPhone'
    10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CALDAV_URL - assumed 'CALDAV_URL' (8)
    10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CALDAV_READONLY - assumed 'CALDAV_READONLY' (8)
    10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_URL - assumed 'CARDDAV_URL' (8)
    10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_PERSONAL - assumed 'CARDDAV_PERSONAL' (8)
    10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_READONLY - assumed 'CARDDAV_READONLY' (8)

    No errors in the z-push logs either.

    Thanks again.

    Michael.



    -------- Original Message -------- Subject:  Re: [SOGo] sogosync and html email 
          Date:  Sat, 09 Mar 2013 23:35:10 +1100 
          From:  Michael mailto:michael-7oKv2YhxDX68Fg9Fbw3BmA&amp;lt; at &amp;gt;public.gmane.org 
          To:  users-XYE0JsqaAHo&amp;lt; at &amp;gt;public.gmane.org 


    Hi Sven, Thanks for this but I had the config you suggest and I also tried copying and using the config.inc.php which comments out all but the imap, cardav and caldav. Still the same problem - the iThings wont connect and say 'Unable to verify account information.'

    Errors are being logged in z-push.log:"

    09/03/2013 23:31:59 [26147] [INFO] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] Version='2.0.7-1690' method='OPTIONS' from='101.170.127.231' cmd='' getUser='michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org' devId='' devType=''
    09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CALDAV_URL - assumed 'CALDAV_URL' (8)
    09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CALDAV_READONLY - assumed 'CALDAV_READONLY' (8)
    09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_URL - assumed 'CARDDAV_URL' (8)
    09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_PERSONAL - assumed 'CARDDAV_PERSONAL' (8)
    09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_READONLY - assumed 'CARDDAV_READONLY' (8)
    09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/include/caldav-client-v2.php:13 require_once(XMLDocument.php): failed to open stream: No such file or directory (2)

    Its so weird because apart from the lack HTML email support the old sogosync was working fine.

    Your help is very much appreciated :)

    Regards, Michael.



    On 9/03/2013 10:28 AM, Sven Auhagen wrote:

      Hi Michael, 

      sorry for the late answer.

      You have to use the BackendCombined option for CalDAV and CardDAV to work too.
      Can you make sure that you just activated BackendIMAP, BackendCalDAV and BackendCardDAV in backend/combined/config.php?

      It has to look like this:

public static function GetBackendCombinedConfig() { &amp;amp;
 amp;nb
 sp;&amp;amp;nbs
p;      //use a function for it because php does not allow        //assigning variables to the class members (expecting T_STRING)        return array(            //the order in which the backends are loaded.            //login only succeeds if all backend return true on login            //sending mail: the mail is sent with first backend that is able to send the mail
            'backends' =&amp;gt; array(                'i' =&amp;gt; array(                    'name' =&amp;gt; 'BackendIMAP',                    'config' =&amp;gt; self::$BackendIMAP_config,                ),                //'z' =&amp;gt; array(                //    'name' =&amp;gt; 'BackendZarafa', �
�              //    'config' =&amp;gt; self::$BackendZarafa_config                //),                //'m' =&amp;gt; array(                //    'name' =&amp;gt; 'Bac
 kendMai
l
dir',                //    'config' =&amp;gt; self::$BackendMaildir_config,     ;
 ;  &amp;amp;
nbsp;          //),                //'v' =&amp;gt; array(                //   'name' 
 =&amp;gt; 'BackendVCardDir',                //    'config' =&amp;gt; self::$Bac
k
endVCardDir_config,                //),                'c' =&amp;gt; array(                    'name' =&amp;gt; 'BackendCalDAV',                    'config' =&amp;gt; self::$BackendCalDAV_config,                ),                //'l' =&amp;gt; array(                //    'name' =&amp;gt; 'BackendLDAP',                //    'config' =&amp;gt; self::$BackendLDAP_config,                //),           &amp;amp;nb
 sp;  ;
 ; &amp;amp;
nbsp;  'd' =&amp;gt; array(                    'name' =&amp;gt; 'BackendCardDAV',                    'config' =&amp;gt; self::$BackendCardDAV_config,                ),            ),
      Best,
      Sven

      On Mar 6, 2013, at 7:57 AM, Michael &amp;lt;michael-7oKv2YhxDX68Fg9Fbw3BmA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


        Hi Sven, Actually I am having a problem with PHP-Push-2; I configured config.php and email works fine but CalDAV and CardDAV doesn't. 

        When I set  ('BACKEND_PROVIDER', "BackendCombined"); 

        the devices fail to set up/initialise. 

        However when I set define('BACKEND_PROVIDER', "BackendIMAP"); the devices set up but no calendar or contacts. 

        Here is the config.php for caldav and carddav: 

            // ********************** 
            //  BackendCalDAV settings 
            // ********************** 
            define('CALDAV_SERVER', 'https://sogo.example.com'); 
            define('CALDAV_PORT', '443'); 
            define('CALDAV_PATH', '/SOGo/dav/%u/'); 
            define('CALDAV_PERSONAL', 'personal'); //Personal CalDAV folder 

            // ********************** 
            //  BackendCardDAV settings 
            // ********************** 
            define('CARDDAV_SERVER', 'https://sogo.example.com'); 
            define('CARDDAV_PORT', '443'); 
            define('CARDDAV_PATH', '/SOGo/dav/%u/'); 
            define('CARDDAV_PRINCIPAL', 'Contacts'); //Personal CardDAV folder 


        Did you manage to get contacts and calendar working with PHP-Push-2 and SOGo ? 

        Regards, Michael.


        On 4/03/2013 10:21 PM, Sven Auhagen wrote:

Hi Michael,

sure. Let me know if you have more questions, I also had the same problems than you :)

Best,
Sven

On Mar 4, 2013, at 10:08 AM, Michael mailto:michael-7oKv2YhxDX68Fg9Fbw3BmA&amp;lt; at &amp;gt;public.gmane.org wrote:

Hi Sven, thanks so much for this. I will look into php-push

Regards, Michael.

On 4/03/2013 7:18 PM, Sven Auhagen wrote:
Hi Michael,

sogosync hasn't been updated in 4 month so the support for HTML emails is not integrated.
It was released with zpush 2.0.6 I think.
You either have to merge a new version of zpush with sogoync, basically just copy the files from the latest zpush release into sogosync and save the files config.php and backend/combined/config.php
before you do it. After the merge copy them back into place.
Another good alternative which is more up to date is https://github.com/dupondje/PHP-Push-2 .
It shares the same code but is still maintained.

Best,
Sven

On Mar 4, 2013, at 8:57 AM, Michael mailto:michael-7oKv2YhxDX68Fg9Fbw3BmA&amp;lt; at &amp;gt;public.gmane.org wrote:

Hi All, just wondering if anyone can help me with this problem I am having with sogosync and html emails.

I have sogo 2.0.4 and sogosync(latest) up and running and email, contacts and calendar are all downloading. Except HTML emails, the images dont get displayed and the HTML does not get rendered.

I have tried on different devices and the same issue. I also get errors on the iphone - 'The connection to the server failed' even though email is downloaded - I suspect it may be related to the HTML not able to download properly?

I have configured sogosync as per instructions which was very straight forward. I am thinking it may be an apache issue?

here is my apache virtualhost config for sogosync:

NameVirtualHost *:443

&amp;lt;VirtualHost *:443&amp;gt;
         ServerName autodiscover.example.com
         ServerAdmin webmaster-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org

         SSLEngine on
         SSLCertificateFile /etc/ssl/certs/ssl.example.com.crt
         SSLCertificateKeyFile /etc/ssl/private/ssl.example.com.key


         # Force all requests to lowercase. Different MUAs, mobile devices etc
         # request the Autodiscover URL in different cases.
         RewriteEngine On
         RewriteMap lc int:tolower
         RewriteCond %{REQUEST_URI} [A-Z]
         RewriteRule (.*) ${lc:$1} [R=301,L]

         DocumentRoot /var/www/autodiscover/
         &amp;lt;Directory /&amp;gt;
              Options +FollowSymLinks -Indexes
              AllowOverride Options Indexes Limit FileInfo AuthConfig
         &amp;lt;/Directory&amp;gt;

         Alias /autodiscover/autodiscover.xml /var/www/autodiscover/autodiscover/autodiscover.php

         ErrorLog /var/www/autodiscover/logs/error.log
         CustomLog /var/www/autodiscover/logs/access.log combined
&amp;lt;/VirtualHost&amp;gt;


Any help is very much appreciated!

&lt;/pre&gt;</description>
    <dc:creator>Davor Vusir</dc:creator>
    <dc:date>2013-05-20T18:11:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14649">
    <title>[SOGo] SAML2 authentication requirements</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14649</link>
    <description>&lt;pre&gt;I'm trying to setup SAML2 authentication for SOGo and not sure of the
requirements. According to the installation guide, only changes to to the
SOGo configuration are necessary. Of course, you must then use something
like the crudesaml plugin to handle the authentication to the IMAP server,
but that is not necessary for SOGo itself. I set
SOGoAuthenticationType=saml2 along with all of the cert and Idp metadata
information, but nothing seems to happen. I get a proxy error when trying
to bring up the login page with the log saying:

GLib-GObject-WARNING **: invalid cast from `LassoLibAuthnRequest' to
`LassoSamlp2AuthnRequest'

The installation manual leads you believe that everything is automatic
beyond the SOGoSAML2... configuration lines in sogo.conf. Does SOGo
actually do everything including SP functionality or do you have to setup
something like a Shibboleth SP to get things working?

Also, the metadata link turns up a HTTP 200 with a blank page. Is there
another way to get the metadata as the IdP obviously needs it to work
properly?

Steve
&lt;/pre&gt;</description>
    <dc:creator>Stephen Ingram</dc:creator>
    <dc:date>2013-05-20T17:48:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14648">
    <title>RE: [SOGo] SOGo Installed fine but no service to run and no user in passwd</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14648</link>
    <description>&lt;pre&gt;Thanks for reply.
Well I know that the user "sogo" has to start the service...but I don't have it in my /etc/passwd.
Now I'm comparing the successfull installation  on Debian and there the user sogo appears as follow:
sogo:x:999:999:SOGo daemon:/var/lib/sogo:/usr/sbin/nologin

In my opinion, the key is daemon:/var/lib/sogo.
In this path, there are 2 dir: Defaults and Library but are empty, except Defaults with the hidden file .GNUstepDefault.

So, I don't have the same path, dir and file on opensuse.
Is it possible create correctly the sogo user in another way?

       -- 
users-XYE0JsqaAHo&amp;lt; at &amp;gt;public.gmane.org
https://inverse.ca/sogo/lists&lt;/pre&gt;</description>
    <dc:creator>Francesco Sport</dc:creator>
    <dc:date>2013-05-20T15:23:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14647">
    <title>Re: [SOGo] SOGo Installed fine but no service to run and no user in passwd</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14647</link>
    <description>&lt;pre&gt;
Run as sogo user and not root? So says the docs...
&lt;/pre&gt;</description>
    <dc:creator>Jeff Folk</dc:creator>
    <dc:date>2013-05-20T14:51:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14646">
    <title>RE: [SOGo] SOGo Installed fine but no service to run and no user in passwd</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14646</link>
    <description>&lt;pre&gt;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?


       -- 
users-XYE0JsqaAHo&amp;lt; at &amp;gt;public.gmane.org
https://inverse.ca/sogo/lists&lt;/pre&gt;</description>
    <dc:creator>Francesco Sport</dc:creator>
    <dc:date>2013-05-20T14:43:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14645">
    <title>[SOGo] SOGo Installed fine but no service to run and no user in passwd</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14645</link>
    <description>&lt;pre&gt;Hi everyone.
I'm new on SOGo.
I've installed SOGo on Opensuse 12.1.
First, I've installed GNUStep from source, then SOPE from source and in the end
SOGo, always from source.
All seems to work fine, but there is no service under /etc/init.d/sogo to run
and so no user named sogo in /etc/passwd. So, I cannot start the web interface.

I've installed sogo on a Debian and all works fine! There is the service and
the user.

Is there a solution for opensuse 12.1?
Where can be the mistake?

Thank you in advance.
&lt;/pre&gt;</description>
    <dc:creator>goddener-oA6aJsjdrIk&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-20T14:19:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14644">
    <title>Re: [SOGo] sogosync and html email</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14644</link>
    <description>&lt;pre&gt;Hi thanks for your reply.

I noticed the php-push2 project has a new config.php. I might revert to 
php-push2 and see how it goes before persisting with z-push.

For the record my GAL SOGOUserSources is id = public_example.

Regards, Michael.


On 20/05/2013 4:28 PM, Davor Vusir wrote:
&lt;/pre&gt;</description>
    <dc:creator>Michael</dc:creator>
    <dc:date>2013-05-20T13:47:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14643">
    <title>Re: [SOGo] sogosync and html email</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14643</link>
    <description>&lt;pre&gt;Hi!

I was experiencing the same problem with my Android device when it suddenly hit me.

Using Marten Gajdas CardDAV-sync downloaded from Google Play it works fine. Actually the app lists both the GAL and the personal address book. I choose my personal address book and it works.

But using Z-push. Nothing... In the logs I find
192.168.1.4 - - [20/May/2013:07:08:43 GMT] "PROPFIND /SOGo/dav/davor&amp;lt; at &amp;gt;example.org/Contacts/id_example/ HTTP/1.1" 404 62/0 0.002 - - 36K

Z-push do find address books but uses the wrong one. It seems that Z-push is sorting available address books and connects to the first in the list.

My misstake was: in SOGoUserSources naming the GAL (‘id’) starting with a letter that comes before ‘p’ as in ‘personal’ in the alphabet. I tried renaming ‘id’-field from ‘id_example’ to ‘zzz_example’ and Voila! A working personal address book.



Regards

Davor


From: Michael 
Sent: Sunday, March 10, 2013 2:32 PM
To: users-XYE0JsqaAHo&amp;lt; at &amp;gt;public.gmane.org 
Subject: Re: [SOGo] sogosync and html email

Hi again,

I have defined CALDAV_URL, CALDAV_READONLY, CARDDAV_URL, CARDDAV_PERSONAL and CARDDAV_READONLY manually in config.php as a band-aid solution but still having issues - still no contacts and calendar and more strange errors being logged. Strangely, html email is no longer working, even though it was working previously with PHP-Push-2 and BackendIMAP. Any chance you could send me your config files Sven just so that I can compare?

I have a feeling something is all messed up. I have tried clearing out the PHP-Push-2 directory, merging using git again and reconfiguring the config files but I still get the same issues.

My next step is to try your recommendation about using the original z-push 2 with sogosync config files. I am very keen to get this working!

Regards, Michael.



On 10/03/2013 2:17 PM, Michael wrote:

  Hi Sven, I have fixed the 'Unable to verify account information.' error when trying to connect the iPhone - the problem was:

  09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/include/caldav-client-v2.php:13 require_once(XMLDocument.php): failed to open stream: No such file or directory (2) 

  error causing apache to give a 500 type page when testing the activesync URL with a browser. To fix I created symbolic links to point the includes to the right place:

  ln -s /usr/share/awl/inc/XMLDocument.php /usr/share/php/XMLDocument.php
  ln -s /usr/share/awl/inc/XMLElement.php /usr/share/php/XMLElement.php
  ln -s /usr/share/awl/inc/iCalendar.php /usr/share/php/iCalendar.php

  Interestingly the same errors where logged with sogosync but they didn't stop it from working.

  Anyway, I still have a problem with the SOGo Contacts and Calendar's not showing up as an option on the iPhone. They are advertised as being available when first connecting but when trying to find the 'Exchange' Contacts group or 'Exchange' Calendar it simply isn't there.

  These errors are still being logged:

  10/03/2013 14:12:43 [23167] [INFO] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] Version='2.0.7-1690' method='POST' from='101.170.127.248' cmd='Ping' getUser='michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org' devId='ApplC34JGWD4DTWG' devType='iPhone'
  10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CALDAV_URL - assumed 'CALDAV_URL' (8)
  10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CALDAV_READONLY - assumed 'CALDAV_READONLY' (8)
  10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_URL - assumed 'CARDDAV_URL' (8)
  10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_PERSONAL - assumed 'CARDDAV_PERSONAL' (8)
  10/03/2013 14:12:43 [23167] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_READONLY - assumed 'CARDDAV_READONLY' (8)

  No errors in the z-push logs either.

  Thanks again.

  Michael.



  -------- Original Message -------- Subject:  Re: [SOGo] sogosync and html email 
        Date:  Sat, 09 Mar 2013 23:35:10 +1100 
        From:  Michael mailto:michael-7oKv2YhxDX68Fg9Fbw3BmA&amp;lt; at &amp;gt;public.gmane.org 
        To:  users-XYE0JsqaAHo&amp;lt; at &amp;gt;public.gmane.org 


  Hi Sven, Thanks for this but I had the config you suggest and I also tried copying and using the config.inc.php which comments out all but the imap, cardav and caldav. Still the same problem - the iThings wont connect and say 'Unable to verify account information.'

  Errors are being logged in z-push.log:"

  09/03/2013 23:31:59 [26147] [INFO] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] Version='2.0.7-1690' method='OPTIONS' from='101.170.127.231' cmd='' getUser='michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org' devId='' devType=''
  09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CALDAV_URL - assumed 'CALDAV_URL' (8)
  09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CALDAV_READONLY - assumed 'CALDAV_READONLY' (8)
  09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_URL - assumed 'CARDDAV_URL' (8)
  09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_PERSONAL - assumed 'CARDDAV_PERSONAL' (8)
  09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/backend/combined/config.php:126 Use of undefined constant CARDDAV_READONLY - assumed 'CARDDAV_READONLY' (8)
  09/03/2013 23:31:59 [26147] [WARN] [michael-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org] /usr/share/z-push/include/caldav-client-v2.php:13 require_once(XMLDocument.php): failed to open stream: No such file or directory (2)

  Its so weird because apart from the lack HTML email support the old sogosync was working fine.

  Your help is very much appreciated :)

  Regards, Michael.



  On 9/03/2013 10:28 AM, Sven Auhagen wrote:

    Hi Michael, 

    sorry for the late answer.

    You have to use the BackendCombined option for CalDAV and CardDAV to work too.
    Can you make sure that you just activated BackendIMAP, BackendCalDAV and BackendCardDAV in backend/combined/config.php?

    It has to look like this:

public static function GetBackendCombinedConfig() { &amp;amp;
 amp;nb
 sp;&amp;amp;nbs
p;      //use a function for it because php does not allow        //assigning variables to the class members (expecting T_STRING)        return array(            //the order in which the backends are loaded.            //login only succeeds if all backend return true on login            //sending mail: the mail is sent with first backend that is able to send the mail
            'backends' =&amp;gt; array(                'i' =&amp;gt; array(                    'name' =&amp;gt; 'BackendIMAP',                    'config' =&amp;gt; self::$BackendIMAP_config,                ),                //'z' =&amp;gt; array(                //    'name' =&amp;gt; 'BackendZarafa',                //    'config' =&amp;gt; self::$BackendZarafa_config                //),                //'m' =&amp;gt; array(                //    'name' =&amp;gt; 'Bac
 kendMai
l
dir',                //    'config' =&amp;gt; self::$BackendMaildir_config,     ;
 ;  &amp;amp;
nbsp;          //),                //'v' =&amp;gt; array(                //   'name' =&amp;gt; 'BackendVCardDir',                //    'config' =&amp;gt; self::$Bac
k
endVCardDir_config,                //),                'c' =&amp;gt; array(                    'name' =&amp;gt; 'BackendCalDAV',                    'config' =&amp;gt; self::$BackendCalDAV_config,                ),                //'l' =&amp;gt; array(                //    'name' =&amp;gt; 'BackendLDAP',                //    'config' =&amp;gt; self::$BackendLDAP_config,                //),           &amp;amp;nb
 sp;  ;
 ; &amp;amp;
nbsp;  'd' =&amp;gt; array(                    'name' =&amp;gt; 'BackendCardDAV',                    'config' =&amp;gt; self::$BackendCardDAV_config,                ),            ),
    Best,
    Sven

    On Mar 6, 2013, at 7:57 AM, Michael &amp;lt;michael-7oKv2YhxDX68Fg9Fbw3BmA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


      Hi Sven, Actually I am having a problem with PHP-Push-2; I configured config.php and email works fine but CalDAV and CardDAV doesn't. 

      When I set  ('BACKEND_PROVIDER', "BackendCombined"); 

      the devices fail to set up/initialise. 

      However when I set define('BACKEND_PROVIDER', "BackendIMAP"); the devices set up but no calendar or contacts. 

      Here is the config.php for caldav and carddav: 

          // ********************** 
          //  BackendCalDAV settings 
          // ********************** 
          define('CALDAV_SERVER', 'https://sogo.example.com'); 
          define('CALDAV_PORT', '443'); 
          define('CALDAV_PATH', '/SOGo/dav/%u/'); 
          define('CALDAV_PERSONAL', 'personal'); //Personal CalDAV folder 

          // ********************** 
          //  BackendCardDAV settings 
          // ********************** 
          define('CARDDAV_SERVER', 'https://sogo.example.com'); 
          define('CARDDAV_PORT', '443'); 
          define('CARDDAV_PATH', '/SOGo/dav/%u/'); 
          define('CARDDAV_PRINCIPAL', 'Contacts'); //Personal CardDAV folder 


      Did you manage to get contacts and calendar working with PHP-Push-2 and SOGo ? 

      Regards, Michael.


      On 4/03/2013 10:21 PM, Sven Auhagen wrote:

Hi Michael,

sure. Let me know if you have more questions, I also had the same problems than you :)

Best,
Sven

On Mar 4, 2013, at 10:08 AM, Michael mailto:michael-7oKv2YhxDX68Fg9Fbw3BmA&amp;lt; at &amp;gt;public.gmane.org wrote:

Hi Sven, thanks so much for this. I will look into php-push

Regards, Michael.

On 4/03/2013 7:18 PM, Sven Auhagen wrote:
Hi Michael,

sogosync hasn't been updated in 4 month so the support for HTML emails is not integrated.
It was released with zpush 2.0.6 I think.
You either have to merge a new version of zpush with sogoync, basically just copy the files from the latest zpush release into sogosync and save the files config.php and backend/combined/config.php
before you do it. After the merge copy them back into place.
Another good alternative which is more up to date is https://github.com/dupondje/PHP-Push-2 .
It shares the same code but is still maintained.

Best,
Sven

On Mar 4, 2013, at 8:57 AM, Michael mailto:michael-7oKv2YhxDX68Fg9Fbw3BmA&amp;lt; at &amp;gt;public.gmane.org wrote:

Hi All, just wondering if anyone can help me with this problem I am having with sogosync and html emails.

I have sogo 2.0.4 and sogosync(latest) up and running and email, contacts and calendar are all downloading. Except HTML emails, the images dont get displayed and the HTML does not get rendered.

I have tried on different devices and the same issue. I also get errors on the iphone - 'The connection to the server failed' even though email is downloaded - I suspect it may be related to the HTML not able to download properly?

I have configured sogosync as per instructions which was very straight forward. I am thinking it may be an apache issue?

here is my apache virtualhost config for sogosync:

NameVirtualHost *:443

&amp;lt;VirtualHost *:443&amp;gt;
         ServerName autodiscover.example.com
         ServerAdmin webmaster-hcDgGtZH8xNBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org

         SSLEngine on
         SSLCertificateFile /etc/ssl/certs/ssl.example.com.crt
         SSLCertificateKeyFile /etc/ssl/private/ssl.example.com.key


         # Force all requests to lowercase. Different MUAs, mobile devices etc
         # request the Autodiscover URL in different cases.
         RewriteEngine On
         RewriteMap lc int:tolower
         RewriteCond %{REQUEST_URI} [A-Z]
         RewriteRule (.*) ${lc:$1} [R=301,L]

         DocumentRoot /var/www/autodiscover/
         &amp;lt;Directory /&amp;gt;
              Options +FollowSymLinks -Indexes
              AllowOverride Options Indexes Limit FileInfo AuthConfig
         &amp;lt;/Directory&amp;gt;

         Alias /autodiscover/autodiscover.xml /var/www/autodiscover/autodiscover/autodiscover.php

         ErrorLog /var/www/autodiscover/logs/error.log
         CustomLog /var/www/autodiscover/logs/access.log combined
&amp;lt;/VirtualHost&amp;gt;


Any help is very much appreciated!

&lt;/pre&gt;</description>
    <dc:creator>Davor Vusir</dc:creator>
    <dc:date>2013-05-20T06:28:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14642">
    <title>Re: [SOGo] SOGo on Solaris/SmartOS</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14642</link>
    <description>&lt;pre&gt;Am 07.05.2013 02:47, schrieb
ryan-3oR5MVrTNDU8NqcRfX+zQNBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org:
 &amp;gt; The installation manual does not.  So, I'm wondering if anyone has any
 &amp;gt; experience running SOGo in a Solaris zone?  I would love to be able to
 &amp;gt; use SOGo this way and am willing to switch from Open-Xchange if it 
can be done.

Has there been any success with SOGo and SmartOS? Did anyone try the 
OpenIndiana stuff?

Maybe there will even be a OpenCSW build at the end of this? ;)
 &amp;gt;
 &amp;gt;
 &amp;gt; Thanks,
 &amp;gt; Ryan
 &amp;gt;

Interested,
Le


&lt;/pre&gt;</description>
    <dc:creator>Le Nuck Si</dc:creator>
    <dc:date>2013-05-18T23:23:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14641">
    <title>Re: [SOGo] Invitations send by subscribers</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14641</link>
    <description>&lt;pre&gt;Hi Christian,

Am 03.05.13 09:18, schrieb Christian Mack:

Today I had time to check your suggestions, but I'm failing to set the
delegation :) How, where ...? Could you point me to the how to?

And how do you add / create a ressource account? A hint on that is also
very welcome.

BTW: Thanks for your support!

cheers . Götz


&lt;/pre&gt;</description>
    <dc:creator>Götz Reinicke - IT Koordinator</dc:creator>
    <dc:date>2013-05-17T12:32:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14640">
    <title>Re: [SOGo] access error of sogo</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14640</link>
    <description>&lt;pre&gt;Hi ,

I have done the required things as per attached mail but issue is still 
persist.

Regards
Ashish B

On 5/14/2013 2:28 PM, mourik jan heupink wrote:

&lt;/pre&gt;</description>
    <dc:creator>Ashish Bagayatkar</dc:creator>
    <dc:date>2013-05-17T05:14:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14639">
    <title>[SOGo] BTS activities for Thursday, May 16 2013</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14639</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>SOGo reporter</dc:creator>
    <dc:date>2013-05-17T04:01:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14638">
    <title>Re: [SOGo] Cannot view Mails</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14638</link>
    <description>&lt;pre&gt;Hi,
yes I also think thats the best idea.


Am 16.05.2013 um 21:34 schrieb Steven Hiscocks:



Zur Beantwortung offener Fragen stehe ich gerne zur Verfügung.

Herzliche Grüße

Uwe Runtemund


Jameo Software
Mauritiusstraße 5
58730 Fröndenberg
0 176 / 61 60 62 52

info-hMoc1gS85zQ&amp;lt; at &amp;gt;public.gmane.org

&lt;/pre&gt;</description>
    <dc:creator>Jameo Software</dc:creator>
    <dc:date>2013-05-16T19:47:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14637">
    <title>Re: [SOGo] Cannot view Mails</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14637</link>
    <description>&lt;pre&gt;Hi,

I've raised the following issue on the sogo bug tracker:
http://www.sogo.nu/bugs/view.php?id=2327

--
Steven Hiscocks

On 15/05/13 17:09, Luis Angel Fernandez Fernandez wrote:

&lt;/pre&gt;</description>
    <dc:creator>Steven Hiscocks</dc:creator>
    <dc:date>2013-05-16T19:34:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14636">
    <title>[SOGo] Re: ocsmanager not running</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14636</link>
    <description>&lt;pre&gt;Don't know if there are related, but when i try to start manually
ocsmanager, i have two other errors :

samba [3860]: [ERROR] [so-category-info] did not find exported SoClass
'SOGo' in product &amp;lt;0x0x222b890[SoProduct]: loaded code-loaded
bundle=/usr/lib/GNUstep/SOGo/MainUI.SOGo #classes=8 #categories=4
rm=0x0x2bf92f0&amp;gt;!

mq_open: Function not implemented

Sorry for the spam.

Thanks!



2013/5/16 Raphael Marot &amp;lt;marotr-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Raphael Marot</dc:creator>
    <dc:date>2013-05-16T16:03:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14635">
    <title>Re: [SOGo] Cookie validity</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14635</link>
    <description>&lt;pre&gt; Le 15/05/2013 ? 09:09:12-0400, Jean Raby a écrit

Indeed not the best solution, but much better than nothing. 

Thank you very much for this « patch » .

Regards.

JAS
&lt;/pre&gt;</description>
    <dc:creator>Albert Shih</dc:creator>
    <dc:date>2013-05-16T14:59:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14634">
    <title>Re: [SOGo] ocsmanager not running</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14634</link>
    <description>&lt;pre&gt;Hi,

Still stucked with this issue. I suspect a problem with samba 
configuration...
Could a samba misconfiguration prevent ocsmanager from loading?
It is configured just like in the doc, line by line...

Versions :

SOGo/SOGo-openchange : Version : 2.0.5.20130516-1
Samba : Version : 4.0.1+dfsg1-1

Thanks.

RaM


Le 15-05-13 18:17, Raphael Marot a écrit :

&lt;/pre&gt;</description>
    <dc:creator>MEDIATIX - Raphael Marot</dc:creator>
    <dc:date>2013-05-16T09:53:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14633">
    <title>[SOGo] Re: ocsmanager not running</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14633</link>
    <description>&lt;pre&gt;Hi,

Still stucked with this issue. I suspect a problem with samba
configuration...
Could a samba misconfiguration prevent ocsmanager from loading?
It is configured just like in the doc, line by line...

Versions :

SOGo/SOGo-openchange : Version : 2.0.5.20130516-1
Samba : Version : 4.0.1+dfsg1-1

Thanks.

RaM


2013/5/15 Raphael Marot &amp;lt;marotr-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Raphael Marot</dc:creator>
    <dc:date>2013-05-16T09:59:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14632">
    <title>Re: [SOGo] sogo issue..</title>
    <link>http://permalink.gmane.org/gmane.comp.groupware.sogo.user/14632</link>
    <description>&lt;pre&gt;Hi Andy,

Hi Olivier,

Please have a look on the below /etc/sogo/sogo.conf file setting.

{
/* ********************* Main SOGo configuration file **********************
* *
* Since the content of this file is a dictionary in OpenStep plist format, *
* the curly braces enclosing the body of the configuration are mandatory. *
* See the Installation Guide for details on the format. *
* *
* C and C++ style comments are supported. *
* *
* This example configuration contains only a subset of all available *
* configuration parameters. Please see the installation guide more details.
*
* *
* ~sogo/GNUstep/Defaults/.GNUstepDefaults has precedence over this file, *
* make sure to move it away to avoid unwanted parameter overrides. *
* *
*
**************************************************************************/

/* Database configuration (mysql:// or postgresql://) */
SOGoProfileURL = "postgresql://sogo:xxx&amp;lt; at &amp;gt;localhost
:5432/sogo/sogo_user_profile";
OCSFolderInfoURL = "postgresql://sogo:xxx&amp;lt; at &amp;gt;localhost
:5432/sogo/sogo_folder_info";
OCSSessionsFolderURL = "postgresql://sogo:xxx&amp;lt; at &amp;gt;localhost
:5432/sogo/sogo_sessions_folder";

/* Mail */
SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoIMAPServer = localhost;
SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoSMTPServer = 127.0.0.1;
SOGoMailDomain = example.org;
SOGoMailingMechanism = smtp;
SOGoForceExternalLoginWithEmail = NO;
SOGoMailSpoolPath = /var/spool/sogo;
NGImap4ConnectionStringSeparator = "/";

SOGoAppointmentSendEMailNotifications = NO;
SOGoACLsSendEMailNotifications = NO;

/* Authentication */
SOGoPasswordChangeEnabled = YES;

/* LDAP authentication example */
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = "ou=Users,dc=example,dc=org";
bindDN = "cn=Administrator,ou=Users,dc=example,dc=org";
bindPassword = xxx;
canAuthenticate = YES;
displayName = "Shared Addresses";
hostname = 127.0.0.1:389;
id = public;
isAddressBook = YES;
}
);

/* SQL authentication example */
/* These database columns MUST be present in the view/table:
* c_uid - will be used for authentication - it's the username or
username-ps1yJmh03mYq8ddH4TG6mw&amp;lt; at &amp;gt;public.gmane.org)
* c_name - which can be identical to c_uid - will be used to uniquely
identify entries
* c_password - password of the user, plain-text, md5 or sha encoded for now
* c_cn - the user's common name - such as "John Doe"
* mail - the user's mail address
* See the installation guide for more details
*/
//SOGoUserSources =
// (
// {
// type = sql;
// id = directory;
// viewURL = "postgresql://sogo:xxx-savSHZN5Fh8qMp+WYRx65w&amp;lt; at &amp;gt;public.gmane.org:5432/sogo/sogo_view";
// canAuthenticate = YES;
// isAddressBook = YES;
// userPasswordAlgorithm = md5;
// }
// );

/* Web Interface */
SOGoPageTitle = SOGo;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
//SOGoSieveScriptsEnabled = YES;

/* General */
SOGoLanguage = English;
SOGoTimeZone = America/Montreal;
SOGoCalendarDefaultRoles = (
PublicDAndTViewer,
ConfidentialDAndTViewer
);
//SOGoSuperUsernames = (sogo1, sogo2); //This is an array - keep the parens!

/* Debug */
SoDebugBaseURL = YES;
ImapDebugEnabled = YES;
//LDAPDebugEnabled = YES;
//SOGoDebugRequests = YES;
//PGDebugEnabled = YES;


Thanks In advance


On Thu, May 16, 2013 at 1:15 PM, Deepak Kumar &amp;lt;dkumar-btAjteYvoZLQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Deepak Kumar</dc:creator>
    <dc:date>2013-05-16T09:40:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.groupware.sogo.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.groupware.sogo.user</link>
  </textinput>
</rdf:RDF>
