From 3e743c91d1a142b36526906600d45545e185e44d Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Tue, 16 Jul 2024 16:32:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9507916..345a63e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ touch /var/log/msmtp.log chmod 666 /var/log/msmtp.log # ln -s /usr/bin/msmtp /usr/sbin/sendmail -# echo "This is a test" | msmtp -v -d davrot@uni-bremen.de +# echo "Test message" | mail -s "Test subject" root ``` Don't forget to set up the cron job for the backup: