SystemCheckError: System check identified some issues:
CRITICALS:
?: (weblate.E003) Can not send email (SMTP AUTH extension not supported by server.), please check EMAIL_* settings.
HINT: https://docs.weblate.org/en/weblate-3.5.1/admin/install.html#out-mail
WARNINGS:
?: (security.W004) You have not set a value for the SECURE_HSTS_SECONDS setting. If your entire site is served only over SSL, you may want to consider setting a value and enabling HTTP Strict Transport Security. Be sure to read the documentation first; enabling HSTS carelessly can cause serious, irreversible problems.
?: (security.W018) You should not have DEBUG set to True in deployment.
INFOS:
?: (weblate.I021) Error collection is not configured, it is highly recommended for production use
HINT: https://docs.weblate.org/en/weblate-3.5.1/admin/install.html#collecting-errors
System check identified 4 issues (0 silenced).
Additional context
My docker-compose.override file has the following settings:
I have attempted all permutations when it comes to WEBLATE_EMAIL_USE_TLS / WEBLATE_EMAIL_USE_SSL and have checked that TLS support is enabled and that the credentials are correct for AUTH LOGIN on the mail-in-a-box setup using openssl s_client - I don't know what else to do and was hoping someone could point me in the right direction...
Describe the bug When attempting to test the e-mail server configuration, Django reports "SMTP AUTH extension not supported by server."
To Reproduce Steps to reproduce the behavior:
Expected behavior Would have expected the system to work and not report issues
Screenshots
Server configuration and status list_versions:
check --deploy:
Additional context My docker-compose.override file has the following settings:
I have attempted all permutations when it comes to WEBLATE_EMAIL_USE_TLS / WEBLATE_EMAIL_USE_SSL and have checked that TLS support is enabled and that the credentials are correct for AUTH LOGIN on the mail-in-a-box setup using
openssl s_client
- I don't know what else to do and was hoping someone could point me in the right direction...