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
After upgrading, I noticed all backups were running fine but notification mails where no longer sent. It appears Alpine linux mail command do not support the -S option to provide an external mailserver.
/ # cat /var/log/mail-last.log
mail: unrecognized option: S
usage: mail [-dEIinv] [-a header] [-b bcc-addr] [-c cc-addr] [-r from-addr] [-s subject] [--] to-addr ...
mail [-dEIiNnv] -f [name]
mail [-dEIiNnv] [-u user]
msmtp is an alternative.
The text was updated successfully, but these errors were encountered:
gschafra
added a commit
to gschafra/restic-backup-docker
that referenced
this issue
Nov 17, 2023
After upgrading, I noticed all backups were running fine but notification mails where no longer sent. It appears Alpine linux mail command do not support the -S option to provide an external mailserver.
/ # cat /var/log/mail-last.log
mail: unrecognized option: S
usage: mail [-dEIinv] [-a header] [-b bcc-addr] [-c cc-addr] [-r from-addr] [-s subject] [--] to-addr ...
mail [-dEIiNnv] -f [name]
mail [-dEIiNnv] [-u user]
msmtp is an alternative.
The text was updated successfully, but these errors were encountered: