mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 12:04:32 +01:00
Updated SMTP Configuration (markdown)
parent
931b68d835
commit
bb90dd39f6
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,8 @@ Some basic steps to check if you can access the SMTP server can be done by runni
|
||||||
|
|
||||||
**NOTE:** Replace `smtp.google.com` and `587`, `465` or `25` with the host and port matching your SMTP server.
|
**NOTE:** Replace `smtp.google.com` and `587`, `465` or `25` with the host and port matching your SMTP server.
|
||||||
|
|
||||||
|
The output of these commands should be `0`, if it returns anything else but `0`, it means there is an issue connecting to the server.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# First check if you can us this check at all by checking HTTPS access to google.com
|
# First check if you can us this check at all by checking HTTPS access to google.com
|
||||||
timeout 5 bash -c 'cat < /dev/null > /dev/tcp/www.google.com/443'; echo $?
|
timeout 5 bash -c 'cat < /dev/null > /dev/tcp/www.google.com/443'; echo $?
|
||||||
|
|
Loading…
Reference in a new issue