Hello,
I'm a bit lost with ox appsuite 7.8: i need to define some settings for all new created users:
I need to activate thoses mail settings:
- sendDispositionNotification
- contactCollectOnMailAccess
- contactCollectOnMailTransport
Reading the documentation, i tried to create a new configuration file: /opt/open-xchange/etc/settings/myconfiguration.properties with that content:
But it doesn't work, all new created users have theses options disabled.
I would know the right way to define a configuration that matchs my needs.
Thanks,
Jérôme.
I'm a bit lost with ox appsuite 7.8: i need to define some settings for all new created users:
I need to activate thoses mail settings:
- sendDispositionNotification
- contactCollectOnMailAccess
- contactCollectOnMailTransport
Reading the documentation, i tried to create a new configuration file: /opt/open-xchange/etc/settings/myconfiguration.properties with that content:
Code:
io.ox/mail/settings/detail//contactCollectOnMailAccess=true io.ox/mail/settings/detail//contactCollectOnMailTransport=true io.ox/mail/settings/detail//sendDispositionNotification=true
I would know the right way to define a configuration that matchs my needs.
Thanks,
Jérôme.
Comment