No I don't have it active.One more question, is MFA activated on the gmail account used to connect to the SMTP ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
No I don't have it active.One more question, is MFA activated on the gmail account used to connect to the SMTP ?
Docker mounts (or copies?) the resolv.conf from the host into the container.Well, I did not find how to change the resolv.conf in my container (turns out there is no vi )
No, I have none of them. What comes to mind is that you might have a problem with your LAN devices using the FQDN name of your BW setup while inside your LAN. What I mean is, are you sure that you can access your BW public URL from within your LAN? If this is not working it might explain the error. Still not sure what the lookup address this error is referring to.are there firewall rules other than the http & websocket ports to be added to allow BW_RS to send mails ?
apt-get update
apt-get install iputils-ping
You are right, I use the public fqdn:bw_port to access BW within my LAN (and also from outside) and it worksWhat comes to mind is that you might have a problem with your LAN devices using the FQDN name of your BW setup while inside your LAN. What I mean is, are you sure that you can access your BW public URL from within your LAN
Well I was able to open bash command line but today, it drops and error stating "socket closed" and I don't know why. But from what I can remember when I tried to ping I had an error telling that ping (or even nslookup) command is not recognizedOpen up a bash command line inside your BW container and try and ping smtp.gmail.com do you get any response
That's what I assumed so I changed it directly in my host and the modification was also effective inside my container after a restart.Docker mounts (or copies?) the resolv.conf from the host into the container.
Then you will have to install it as stated above, and test it again. If the container can't resolve dns name then you know what the problem is.command is not recognized
If this is the case, what can I possibly do to solve this ?the container can't resolve dns name
BW is my only container, that's my 1st experience with docker also.it could be very well that all your other containers have the same
docker run -it --rm --network container:<container_name> nicolaka/netshoot
Fair point, but still your NAS layer and Docker layer could be out of sync so to speak. You should really try and get into your bw container, install ping if it missing and give it a go. Or use the method that King mentioned.BW is my only container, that's my 1st experience with docker also.
I think that's why I struggle
And just for reference, there seems to be no DNS issue with my NAS since it's able to send mails, access the synology repos for package updates, update my DDNS with my IP etc ... So that's why I was wondering why my container seems to not be able to resolve smtp.gmail.com
root@bitwardenrs:/# ping smtp.gmail.com
bash: ping: command not found
root@bitwardenrs:/# apt-get update
Err:1 http://security.debian.org/debian-security buster/updates InRelease
Temporary failure resolving 'security.debian.org'
Err:2 http://deb.debian.org/debian buster InRelease
Temporary failure resolving 'deb.debian.org'
Err:3 http://deb.debian.org/debian buster-updates InRelease
Temporary failure resolving 'deb.debian.org'
Reading package lists... Done
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://security.debian.org/debian-security/dists/buster/updates/InRelease Temporary failure resolving 'security.d
ebian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Since I'm very new to docker, I would like to understand exactly what this command will dodocker run -it --rm --network container:<container_name> nicolaka/netshoot
Regarding the need to resolve gmail smtp you could mitigate it by adding the ip address instead of smtp.gmail.com as the value for the variable.Code:root@bitwardenrs:/# ping smtp.gmail.com bash: ping: command not found root@bitwardenrs:/# apt-get update Err:1 http://security.debian.org/debian-security buster/updates InRelease Temporary failure resolving 'security.debian.org' Err:2 http://deb.debian.org/debian buster InRelease Temporary failure resolving 'deb.debian.org' Err:3 http://deb.debian.org/debian buster-updates InRelease Temporary failure resolving 'deb.debian.org' Reading package lists... Done W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://security.debian.org/debian-security/dists/buster/updates/InRelease Temporary failure resolving 'security.d ebian.org' W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease Temporary failure resolving 'deb.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead.
I definitely have name resolution issues with the container ...
I have tried this already but did not seem to work when I tried. That was before I started all over from scratch...Regarding the need to resolve gmail smtp you could mitigate it by adding the ip address instead of smtp.gmail.com as the value for the variable.
We use essential cookies to make this site work, and optional cookies to enhance your experience.