Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-25523

Mail configuration inconsistency / default configuration / documentation

    XMLWordPrintable

    Details

      Description

      There's some inconsistency for the mail configuration between the default configuration, the current configuration and the documentation, some properties are referenced in one but not the other, need some clean up:
      In nuxeo-distribution/nuxeo-nxr-server/src/main/resources/templates/common-base/nuxeo.defaults :

      # Mail server
      mail.store.protocol=pop3
      mail.store.host=localhost
      mail.store.port=110
      mail.store.user=anonymous
      mail.store.password=secret
      # Mail transport
      mail.transport.protocol=smtp
      mail.transport.host=localhost
      mail.transport.port=25
      mail.transport.user=anonymous
      mail.transport.password=secret
      mail.transport.usetls=false
      mail.transport.auth=false
      # User who will receive mail
      mail.user=nobody
      # Enable debugging output from the javamail classes
      mail.debug=false
      mail.from=noreply@nuxeo.com
      

      And in the nuxeo-distribution/nuxeo-nxr-server/src/main/resources/templates/nuxeo.defaults

      nuxeo.notification.eMailSubjectPrefix=[Nuxeo]
      nuxeo.notification.eMailSigner=The Nuxeo team
      

      In the online documentation https://doc.nuxeo.com/nxdoc/set-up-email-notification/ :

      nuxeo.notification.eMailSubjectPrefix
      mail.store.protocol
      mail.transport.protocol
      mail.store.host
      mail.store.port
      mail.store.user
      mail.store.password
      mail.debug
      mail.transport.host
      mail.transport.port
      mail.transport.auth
      mail.from
      mail.transport.usetls
      

      In the (inside the installer version of Nuxeo) nuxeo.conf:

      ##-----------------------------------------------------------------------------
      ## Mail settings (for notifications)
      ##-----------------------------------------------------------------------------
      #nuxeo.notification.eMailSubjectPrefix="[Nuxeo]"
      #mail.transport.host=
      #mail.transport.port=
      #mail.transport.auth=
      #mail.transport.user=
      #mail.transport.password=
      #mail.from=
      #mailservice.user=
      #mailservice.password=
      #mail.store.protocol=
      #mail.transport.protocol=
      #mail.user=
      #mail.pop3.host=
      #mail.debug=
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              jsabos Julian Sabos
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: