Hi,
so far my bitwarden installation on debian linux buster runs fine,
but when I click on the email verification an unhandled server error occurs.
I setup the smtp-variables in bwdata/env/global.overrirde.env like this:
Many thanks for Your answer!
I tried it (the last line I had to add as it was not present in the conf).
After changing I did stop - rebuild - start.
But it’s still the same. Is there any log entry to see what’s really going on?
Yes, go to docker-compose.yml directory and run docker-compsoe logs -f (cancel with crtl+c)
If you can not go further, check my example:
Run ./init.sh and change the email settings. If you have already vagrant and virtualbox it should take you no time. This will tell you if your email server is set up correctly but not if you have any other problem on your setup .
This should be the problem:
bitwarden-api | fail: Bit.Api.Utilities.ExceptionHandlerFilterAttribute[0]
bitwarden-api | Connection refused 127.0.0.1:587
Thanks, I’m working on it …