On Thu, Dec 20, 2018, at 2:28 PM, brian@emwd.com wrote:
Abhilash Raj wrote:
Yes, you do need to restart mailman-web container.
$ docker-compose restart mailman-web
When I added the following to /opt/mailman/web/settings_local.py
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'localhost' EMAIL_PORT = 25
I got network not found error message in the log file when I tried to reset my password. Should EMAIL_HOST be something else besides localhost?
Yes, I am sorry, I should have mentioned this before. Created another issue to add that as well1.
It should be pointing to Exim running on host, so
EMAIL_HOST = 172.19.199.1
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)