Buenas tardes
Tras acabar la instalación de Discourse, me encuentro que no puede enviar correos porque algo los bloquea. Creo que es un problema del hostname y el certificado del server por las pruebas y logs que he realizado:
Plesk Onyx (17 Ubuntu 16.04 64bit)
Dominio:ashesofcreation.es
Subdominio: comunidad.ashesofcreation.es
Configs tested
With Port 465:
`DISCOURSE_SMTP_ADDRESS: ashesofcreation.es`
`DISCOURSE_DEVELOPER_EMAILS: 'admin@ashesofcreation.es'`
`DISCOURSE_SMTP_ADDRESS: ashesofcreation.es`
`DISCOURSE_SMTP_PORT: 465`
`DISCOURSE_SMTP_USER_NAME: admin@ashesofcreation.es`
`DISCOURSE_SMTP_PASSWORD: (deleted for this post)`
LOG:
`Sent mail to admin@ashesofcreation.es (95.1ms)
Job exception: hostname "ashesofcreation.es" does not match the server certificate`
With Port 587:
`DISCOURSE_SMTP_ADDRESS: ashesofcreation.es`
`DISCOURSE_DEVELOPER_EMAILS: 'admin@ashesofcreation.es'`
`DISCOURSE_SMTP_ADDRESS: ashesofcreation.es`
`DISCOURSE_SMTP_PORT: 587`
`DISCOURSE_SMTP_USER_NAME: admin@ashesofcreation.es`
`DISCOURSE_SMTP_PASSWORD: (deleted for this post)`
LOG:
`Sent mail to admin@ashesofcreation.es (80.2ms)
Job exception: hostname "ashesofcreation.es" does not match the server certificate`
With Port 587 and TLS activated:
`DISCOURSE_SMTP_ADDRESS: ashesofcreation.es`
`DISCOURSE_DEVELOPER_EMAILS: 'admin@ashesofcreation.es'`
`DISCOURSE_SMTP_ADDRESS: ashesofcreation.es`
`DISCOURSE_SMTP_PORT: 587`
`DISCOURSE_SMTP_USER_NAME: admin@ashesofcreation.es`
`DISCOURSE_SMTP_PASSWORD: (deleted for this post)`
`DISCOURSE_SMTP_ENABLE_START_TLS: true `
LOG:
`Sent mail to admin@ashesofcreation.es (95.5ms)
Job exception: hostname "ashesofcreation.es" does not match the server certificate`
Como se puede ver en los logs, por eso creo que es un problema con el nombre o el certificado del servidor.
¿Alguna idea? Gracias
Regards, JaPeMo