-
Type: Clean up
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Configuration, Documentation
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=