Hello, I did a stupid thing. I installed Sogo on a server with webtop. I removed it, but, since that moment, I cannot sync my Android with Exchange Account.
I already removed everything from SOGo, but I have no more ideas.
Do you have one more?
That’s if the nethserver-sogo scripts are still available. If not available, I guess it shall work signaling webtop update event after disable sogo’s activesync:
SetEnvIf Host (.*) REQUEST_HOST=$1
<Proxy http://127.0.0.1:20000/SOGo>
RequestHeader set “x-webobjects-server-port” “443”
RequestHeader set “x-webobjects-server-name” “%{REQUEST_HOST}e”
RequestHeader set “x-webobjects-server-url” “https://%{REQUEST_HOST}e/SOGo”
RequestHeader set “x-webobjects-server-protocol” “HTTP/1.0”
RequestHeader set “x-webobjects-remote-host” %{REMOTE_HOST}e env=REMOTE_HOST
When using proxy-side autentication, you need to uncomment and
adjust the following line:
RequestHeader set “x-webobjects-remote-user” “%{REMOTE_USER}e”
AddDefaultCharset UTF-8
Require all granted
Alias /SOGo.woa/WebServerResources/ /usr/lib64/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ /usr/lib64/GNUstep/SOGo/WebServerResources/
<Directory /usr/lib64/GNUstep/SOGo/>
AllowOverride None
Require all granted
ExpiresActive On
ExpiresDefault “access plus 1 year”
cat /etc/httpd/conf.d/webtop.conf
================= DO NOT MODIFY THIS FILE =================
Manual changes will be lost when this file is regenerated.
Please read the developer’s guide, which is available