From 613acd50c970117d9a06994d82541569f7690327 Mon Sep 17 00:00:00 2001 From: Mads Meisner-Jensen Date: Sun, 6 Jun 2021 21:49:08 +0200 Subject: [PATCH] rpi4: add msmtp package --- configs/rpi-4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/rpi-4 b/configs/rpi-4 index 0653848..0eea0a6 100644 --- a/configs/rpi-4 +++ b/configs/rpi-4 @@ -29,6 +29,7 @@ netperf speedtest-netperf iperf3 nmap netdiscover arp-scan arp-scan-database iptables-mod-geoip igmpproxy +msmtp -dnsmasq dnsmasq-full -ip-tiny ip-full zoneinfo-europe @@ -37,8 +38,10 @@ curl wget rsync file htop lsof less mc tree usbutils bash strace openssh-sftp-server " +# disabled packages # openssh-server + FILES="rpi-4-files" DISABLED_SERVICES="\ -adblock banip collectd ddns fwknopd https-dns-proxy igmpproxy netserver sqm" +adblock banip collectd ddns fwknopd https-dns-proxy igmpproxy netserver sqm unbound"