Obsolete Releases > SME 8.x Contribs
SOGo and mobile devices ?
jameswilson:
plus i should add the phone errors
nicolatiana:
For me on Samsung Duo GT-S7562 - Android 4.0.4 - ActiveSync is working fine.
Consider that you must intall the ActiveSync option:
--- Quote ---yum install sogo-activesync libwbxml --enablerepo=sogo
--- End quote ---
then copy from:
--- Quote ---/etc/e-smith/templates/etc/httpd/conf/httpd.conf
--- End quote ---
to
--- Quote ---/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
--- End quote ---
the file named:
--- Quote ---85SOGoAccess
--- End quote ---
that must contain:
--- Quote ---# SOGo Groupware
SetEnvIf Host (.*) REQUEST_HOST=$1
ProxyPass /SOGo http://127.0.0.1:{$sogod{'TCPPort'}}/SOGo
ProxyPass /Microsoft-Server-ActiveSync http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync retry=60 connectiontimeout=5 timeout=360
ProxyPassReverse /SOGo http://127.0.0.1:{$sogod{'TCPPort'}}/SOGo
<Location /SOGo>
order deny,allow
deny from all
allow from all
SSLRequireSSL on
RequestHeader set "x-webobjects-server-url" "https://%\{REQUEST_HOST\}e/SOGo"
</Location>
Alias /.woa/WebServerResources/ /usr/lib/GNUstep/SOGo/WebServerResources/
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
<Directory "/usr/lib/GNUstep/SOGo/">
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
--- End quote ---
Then you can reboot with:
--- Quote ---signal-event post-upgrade; signal-event reboot
--- End quote ---
I've configured my Droid in a way similar to http://kb.kerio.com/product/kerio-connect/email-clients/activesync/how-to-configure-exchange-active-sync-account-on-android-device-883.html
I've configured only calendar syncs and sync is fine. I've not "played" with the various sync config parameters.
Nicola
jameswilson:
I have uninstalled and started again using the above info. This has changed as I now see a 500 error when using a browser to connect to the activesync url.
But alas phone is not working. It must however be close as I have no errors in http error logs and this in the sogo logs
--- Quote ---2014-03-20 17:36:08.732 sogod[3024] -[WEClientCapabilities initWithRequest:]: Unknown WebClient: user-agent='MSFT-WP/8.0.10517'
82.132.238.126 - - [20/Mar/2014:17:36:08 GMT] "OPTIONS /SOGo/Microsoft-Server-ActiveSync?User=james.wilson&DeviceId=34F7B4D7D7007DE93660A1225CA5C624&DeviceType=WP8 HTTP/1.1" 200 0/0 0.002 - - 0
81.143.33.105 - - [20/Mar/2014:17:36:08 GMT] "POST /SOGo/Microsoft-Server-ActiveSync?jREJCBA097TX1wB96TZgoSJcpcYkBAAAAAADV1A4 HTTP/1.1" 200 19/11 0.002 - - 0
81.143.33.105 - - [20/Mar/2014:17:36:09 GMT] "POST /SOGo/Microsoft-Server-ActiveSync?jQkJCBA097TX1wB96TZgoSJcpcYkBAAAAAADV1A4 HTTP/1.1" 200 1089/13 0.222 - - 0
--- End quote ---
Which to me seems its trying but the phone has
Error code 85002012
which seems to talk about missing folders / names its expecting. I have tried disabling email and just syncing calendar but no go.
but if email is not syncing get error 80072ef3?
Not sure where to look now as from the logs with no errors its seems its ok?
nicolatiana:
If you try to connect via Browser to http://your-sme-ip-or-host/Microsoft-Server-ActiveSync you must get this error:
--- Quote ---An error occurred during object publishing
reason for HTTP error unknown
--- End quote ---
This is "regular" beacuse you try to connect with a service not browser-oriented. But also indicates that the ActiveSync is up and running.
Just to summarize:
1) Is Your SOGo now fully working (you can access https://your-sme-ip-or-host/SOGo, manage mail and calendar ecc...) ?
2) Are You connecting your phones following the directions in given in my previous link (for Droid but general enough) or this https://digital-crocus.com/kb/50_setting_up_activesync_on_your_windows_mobile_based_mobile_phone_or_pocket_pc.html ?
2bis) In the "server" field in your phone you must put an hostname or ip not an http link.
Nicola
jameswilson:
1. Yes fully working via browser for normal sogo access.
2. Yes
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version