Please note that this information about switching on EWS is outdated since gromox-2.24-27.
The ews.cfg:ews_beta and ews.cfg:ews_experimental parameters no longer exist. Therefore, EWS is always on.
The EWS configuration is stored in /etc/gromox/ews.cfg.
If this file exists, open it in the editor of your choice and add these two lines:
# Activate EWS - outdated!
#ews_experimental=1
Note that if the variable ews_beta exists, it should be removed as it has been replaced by ews_experimental.
If the file /etc/gromox/ews.cfg does not exist, run these two commands to create it:
#echo '# Activate EWS' >> /etc/gromox/ews.cfg
#echo 'ews_experimental=1' >> /etc/gromox/ews.cfg
Verify the content of the /etc/gromox/ews.cfg file:
Run this command to show its content:
cat /etc/gromox/ews.cfg
The content should look like this:
# Activate EWS - outdated
#ews_experimental=1
Finally, restart the HTTP process to enable full EWS (experimantal) functionality.
systemctl restart gromox-http
Enjoy Grommunio!