MailServer - scalix: Difference between revisions

From Q
Jump to navigation Jump to search
Zulasch (talk | contribs)
Tgurr (talk | contribs)
No edit summary
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Hinweise ==
== Installation ==
<br/>
== Probleme & Lösungen ==


host.domain.de entspricht dem Befehl "hostname -f"
domain.de entspricht "hostname -d"


== Installation ==
=== Mobile Web Clinet ===


Inhalt folgt...
Fehler:<br/>
Keine Anmeldung möglich
<br/>
<br/>
{{Codeline|# xyz}}<br/>


Lösung:
<br/>
<br/>
<br/>
== Probleme ==
=== Performance ===
Lange Ladezeiten und langsame Reaktion der Weboberfläche.
{{Box File|nano -w /var/opt/scalix/??/webmail/swa.properties|
<pre>
...
swa.platform.enabled=false
...
</pre>
}}
=== Mobile Web Clinet ===
Keine Anmeldung möglich, Fehler (A00005) oder (A00000)


{{Box File|nano -w /var/opt/scalix/ml/platform/platform.properties|
{{File|/var/opt/scalix/<??>/platform/platform.properties|
<pre>
<pre>
...
...
Line 40: Line 21:
</pre>
</pre>
}}
}}
<br/>
<br/>
<br/>


zusätzlich folgende Datei noch überprüfen:
zusätzlich folgende Datei noch überprüfen:
{{Box File|nano -w /var/opt/scalix/ml/mobile/mobile.properties|
{{File|/var/opt/scalix/<??>/mobile/mobile.properties|
<pre>
<pre>
...
...
platform.url=http://domain.de/api
platform.url=http://host.domain.de/api
...
...
</pre>
</pre>
}}
}}
<br/>
<br/>

Latest revision as of 15:18, 27 July 2011

Installation


Probleme & Lösungen

Mobile Web Clinet

Fehler:
Keine Anmeldung möglich

Lösung:

File: /var/opt/scalix/<??>/platform/platform.properties
...
hibernate.connection.url = jdbc:postgresql://host.domain.de:5733/scalix
# wichtig hier darf nicht localhost stehen, funktioniert bei mir jedenfalls nicht
...



zusätzlich folgende Datei noch überprüfen:

File: /var/opt/scalix/<??>/mobile/mobile.properties
...
platform.url=http://host.domain.de/api
...