Announcement

Collapse
No announcement yet.

define default settings for users in ox appsuite 7.8.0 (and +)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • define default settings for users in ox appsuite 7.8.0 (and +)

    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:

    Code:
    io.ox/mail/settings/detail//contactCollectOnMailAccess=true
    io.ox/mail/settings/detail//contactCollectOnMailTransport=true
    io.ox/mail/settings/detail//sendDispositionNotification=true
    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.
    Last edited by ox_user; 12-03-2015, 04:32 PM.

  • #2
    The contact collector settings are configured here:

    etc/user.properties:
    com.openexchange.user.contactCollectOnMailAccess=t rue
    com.openexchange.user.contactCollectOnMailTranspor t=true

    The DSN is at the right location but named wrongly:
    io.ox/mail//sendDispositionNotification=true

    Comment


    • #3
      It works perfectly: thanks Wolfgang.

      Jérôme.

      Comment

      Working...
      X