Skip to content

Commit

Permalink
add msmtp-mta (#307)
Browse files Browse the repository at this point in the history
* add mailutils and msmtp-mta

With just `msmtp` it didn't work to follow the instructions and make it work. 

Personally I user Protonmail for sending emails, and with these to installed, the `/usr/libexec/netdata/plugins.d/alarm-notify.sh test` was successful.

* mailutils not needed
  • Loading branch information
enoch85 authored Jan 8, 2025
1 parent 0f2c14f commit 9af1872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN DISTRO_CODENAME="$(awk -F= '/VERSION_CODENAME/{print $2}' /etc/os-release)"
libzstd1 \
lm-sensors \
msmtp \
msmtp-mta \
vim-tiny \
ncurses-base \
netcat-openbsd \
Expand Down

0 comments on commit 9af1872

Please sign in to comment.