-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Email notification attempt results in "[Errno 99] Cannot assign requested address". #1423
Comments
So I didn't get that for the longest time, and now I do as well. That's on today's dev. |
To reproduce, docker exec into the uwsgi container and run the following:
|
Another (and yes, the host running django sends email properly (i.e. I get daily O/S notifications), and is listening on 0.0.0.0:25) I still need to restart the server (and hence this stack) to fully disable ipv6.. I guess it's known that sometimes this throws things off?
Using 127.0.0.1 has the same effect. |
Disabled ipv6, stopped dojo, restarted docker daemon, restarted dojo, same thing. |
I updated From the container, I can connect and send an email using python console smptlib directly. However, it still does not work using the dojo settings. Same error... or I am missing something? |
OK, works better using Of course, since the Works now for me (tm). |
So, not a bug I would say, configuration issue. |
Closing here, no activity and likely in the end a configuration issue due to some change in docker -- at least, that's what happened to me. Feel free to re-open @devEricA if you think I closed this wrongly. Cheers. |
Bug description
Whenever an email is attempted to be sent for a notification purpose, an alert pops up with this error.
Steps to reproduce
Expected behavior
An email would be sent detailing the creation of a new product.
Deployment method (select with an
X
)Environment information
Additional context (optional)
Discovered while working on an overhaul for Defectdojo's notifications. Unsure if a specific email address is supposed to go into the "Email Notifications from" field, or if there is something wrong with the functionality of the email notifications.
The text was updated successfully, but these errors were encountered: