Update README.md

This commit is contained in:
David Rotermund 2024-07-16 16:14:16 +02:00 committed by GitHub
parent 4446c270df
commit 098c1eb92d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,6 +52,17 @@ docker run hello-world
mkdir /root/nginx
mkdir /root/vaultwarden
# Mail
# Add root to the /etc/alias file and add the msmtprc file to /etc
apt -y install msmtp msmtp-mta mailutils
vi /etc/msmtprc
chmod 644 /etc/msmtprc
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
```
# Check the ports with an external computer