Add missing msmtp log setup
This commit is contained in:
parent
325b587310
commit
6ae975d75f
|
@ -13,6 +13,9 @@ This is optional but strongly recommended to setup.
|
|||
``` sh
|
||||
|
||||
apt install msmtp msmtp-mta
|
||||
touch /var/log/msmtp.log
|
||||
chown root: /var/log/msmtp.log
|
||||
chmod 600 /var/log/msmtp.log
|
||||
|
||||
cat > /etc/aliases <<EOF
|
||||
# Example aliases file
|
||||
|
|
Loading…
Reference in a new issue