File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ Running older Gromox version requires extra hoops, documented herein.
2+
3+ Windows must not run in CP_UTF8 mode if going earlier than gromox-2.18.
4+
5+ ``/usr/share/gromox/data/http/php/ews `` needs to contain the old
6+ AutoDiscover implementation.
7+
8+ .. code-block :: sh
9+
10+ mkdir data/http
11+ ln -s ~ /gromox/exch/http/ews data/http/ews
12+ ln -s ~ /gromox/data /usr/share/gromox
13+
14+ ``/etc/gromox/autodiscover.ini `` needs to be re-populated:
15+
16+ .. code-block :: text
17+
18+ [database]
19+ host=localhost
20+ username=root
21+ password=
22+ dbname=grommunio
23+ [exchange]
24+ hostname=a4.inai.de
25+ mapihttp=0
26+ [system]
27+ [http-proxy]
28+ /var/lib/gromox/user/ = a4.inai.de
29+ /var/lib/gromox/domain/ = a4.inai.de
30+
31+ ``/etc/gromox/http.cfg `` needs additional lines:
32+
33+ .. code-block :: text
34+
35+ listen_ssl_port=443
36+ http_support_ssl=on
You can’t perform that action at this time.
0 commit comments