Enhancement #3279
SOGo: add option to enable/disable ActiveSync
Status: | CLOSED | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-sogo | |||
Target version: | v6.6 | |||
Resolution: | NEEDINFO: | No |
Description
Add a simple property to enable and disable ActiveSync inside the SOGo configuration.
The option will avoid conflicts if both SOGo and WebTop are installed together in the server.
The ActiveSync protocol must be enabled by default.
Related issues
Associated revisions
ActiveSync: add prop to enable/disable httpd configuration. Refs #3279
History
#1 Updated by Giacomo Sanchietti almost 6 years ago
- Status changed from NEW to TRIAGED
- Target version set to v6.6
- % Done changed from 0 to 20
#2 Updated by Giacomo Sanchietti almost 6 years ago
- Status changed from TRIAGED to ON_DEV
- Assignee set to Giacomo Sanchietti
- % Done changed from 20 to 30
#3 Updated by Giacomo Sanchietti almost 6 years ago
- Status changed from ON_DEV to MODIFIED
- % Done changed from 30 to 60
#4 Updated by Giacomo Sanchietti almost 6 years ago
- Status changed from MODIFIED to ON_QA
- Assignee deleted (
Giacomo Sanchietti) - % Done changed from 60 to 70
Package in nethserver-testing:
- nethserver-sogo-1.5.4-1.1.g0f3478e.ns6.noarch.rpm
- After upgrade, check ActiveSync is enabled with command:
grep -R ActiveSync /etc/httpd/nethserver.d/
The result should be something like:[root@localhost ~]# grep -R ActiveSync /etc/httpd/nethserver.d/ /etc/httpd/nethserver.d/00default:443.vhost:ProxyPass /Microsoft-Server-ActiveSync http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync retry=60 connectiontimeout=5 timeout=360
- After upgrade, disable ActiveSync:
config setprop sogod ActiveSync disabled signal-event nethserver-sogo-update
- Check ActiveSync is disabled with command:
grep -R ActiveSync /etc/httpd/nethserver.d/
. The command should return no match.
#5 Updated by Luca Gasparini almost 6 years ago
- Status changed from ON_QA to VERIFIED
- % Done changed from 70 to 90
#6 Updated by Giacomo Sanchietti almost 6 years ago
- Status changed from VERIFIED to CLOSED
- % Done changed from 90 to 100
Released in nethserver-updates for 6.6 and 6.7:
- nethserver-sogo-1.5.5-1.ns6.noarch.rpm
#7 Updated by Giacomo Sanchietti almost 6 years ago
- Related to Feature #3184: WebTop 4 groupware added