ttionya / vaultwarden-backup

Backup vaultwarden (formerly known as bitwarden_rs) SQLite3/PostgreSQL/MySQL/MariaDB database by rclone. (Docker)
MIT License
956 stars 113 forks source link

I have some warnings in the log and I don't understand how to fix them #124

Closed alatouz closed 11 months ago

alatouz commented 11 months ago

here is my setup ` - MAIL_SMTP_ENABLE=TRUE

here are the error messages

mail: Warning: variable superseded or obsoleted: smtp
mail: Warning: variable superseded or obsoleted: smtp-auth-user
mail: Warning: variable superseded or obsoleted: smtp-auth-password
mail: Obsoletion warning: please do not use *smtp*, instead assign a smtp:// URL to *mta*!
mail: Obsoletion warning: Use of old-style credentials, which will vanish in v15!
mail:   Please read the manual section "On URL syntax and credential lookup"
mail send was successfully

THANKS

ttionya commented 11 months ago

Starting from v1.19.0, we are using s-nail instead of heirloom-mailx. s-nail is warning users to switch to their new MTA credential verification method. For more detailed information, please refer to the #117 .