You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to send a test e-mail I get: [2024-07-28 22:02:53.489][vaultwarden::mail][ERROR] SMTP error: Connection error: failed to lookup address information: Name or service not known
I am running a Pi Hole using a macvlan network in order to work as DHCP server too.
I can resolve URLs from within the container without an issue and I have network connectivity. However I was still getting that error.
However, in a last effort I tried to type in the IP address resolved for smtp.mail.me.com... I got an SSL error due to the certificates. But once I reverted to smtp.mail.me.com of iCloud's SMTP server, then the test e-mail was sent correctly.
I am not sure if someone else could be able to reproduce this issue, but I'll leave it here in case that it helps someone else.
This discussion was converted from issue #4796 on July 29, 2024 02:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using docker compose to start vaultwarden on Ubuntu 24.04 with the following config.
When I try to send a test e-mail I get:
[2024-07-28 22:02:53.489][vaultwarden::mail][ERROR] SMTP error: Connection error: failed to lookup address information: Name or service not knownI am running a Pi Hole using a macvlan network in order to work as DHCP server too.
I can resolve URLs from within the container without an issue and I have network connectivity. However I was still getting that error.
However, in a last effort I tried to type in the IP address resolved for
smtp.mail.me.com... I got an SSL error due to the certificates. But once I reverted tosmtp.mail.me.comof iCloud's SMTP server, then the test e-mail was sent correctly.I am not sure if someone else could be able to reproduce this issue, but I'll leave it here in case that it helps someone else.
Beta Was this translation helpful? Give feedback.
All reactions