dadatuputi/bitwarden_gcloud

Issue with SMTP_TLS in .env

doegluestick opened this issue · 3 comments

When starting/stopping the container with docker-compose, I see this message:
The SMTP_TLS variable is not set. Defaulting to a blank string.

What is the use of SMTP_TLS and what should be its value if any?

Hi, I'm unable to duplicate this, even if I comment out SMTP_TLS or set it to an empty string. Some questions for you:

  • Is yours set to YES or NO as in the instructions?
  • Do you otherwise have SMTP settings filled out?
  • Was this working before?
  • Do you have the latest files (git pull and docker-compose pull)?
  • SMTP_TLS is commented out
  • The rest of the SMTP settings are filled out
  • I am able to get the fail2ban smtp to work without setting this variable
  • I do have the latest files

I don't think this is a critical issue as smtp is working as intended with fail2ban.

I've made some changes to the SMTP settings for fail2ban in 3373765. If your issue returns, try pulling the latest source and docker images and re-open.