From 37dae50b365a4026d6559281399877e73e55321e Mon Sep 17 00:00:00 2001 From: M1CK431 <31622263+M1CK431@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:22:08 +0100 Subject: [PATCH] Updated SMTP Configuration (markdown) --- SMTP-Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 6779775..d6ba945 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -211,6 +211,7 @@ docker exec -it vaultwarden sh If you already have a working SMTP server (Postfix for ex.) running on your system and you install Vaultwarden without docker, a few extra steps are needed to allow the server to use your SMTP server through sendmail: - in Vaultwarden config file (usually `/etc/vaultwarden.env`), set `USE_SENDMAIL=true` +- in the same file, set `SMTP_FROM=user@example.com` (replace with your own!) variable since it's also used by sendmail - as `root` user (or using `sudo`), add `vaultwarden` user to `postdrop` group with `gpasswd -a vaultwarden postdrop` - edit vaultwarden systemd service with `systemctl edit vaultwarden` and add this two lines in `[Service]` section: ```