-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password reset emails not being sent with new Debian Buster image #3124
Comments
The issue has to do with our outdated libraries not using a better (and newer) security protocol, and their older protocol is generally configured to not be accepted. We can fix this in the dev env by removing So maybe there's a different email sending library that is compatible with the rest of our back end code (I have my doubts). Or it's possible that password reset emails just won't work until we upgrade our back end libraries... |
Thanks Mikey. I'm curious what the expected time work load would be on upgrading our backend libraries. I know you tried doing this a few years ago and stopped due to time effort and complexity... we can discuss on Slack. |
Turns out that @yhtill was secretly working some magic to resolve our issues by using the department's SMTP relay! 🙌 |
Brief description of problem/feature
After upgrading our Dockerfile from Stretch to Buster, we are getting the following error when trying to send password reset emails (even on dev env):
We had had this issue just on the prod servers in the past (not our dev env), and @mechanicjay realized that it was an issue of the base image being out of date and missing some important security updates. It doesn't seem like it's quite the same issue here. I just ran an
apt upgrade
to make sure that we were all up to date, and I'm still having this issue. Need to dive deeper!The text was updated successfully, but these errors were encountered: