Answers for "To configure msmtp, let’s create a file .msmtprc in the current user home directory:"

0

To configure msmtp, let’s create a file .msmtprc in the current user home directory:

$ cat - <<EOF > ~/.msmtprc
# Default settings
defaults
auth    on
tls    on
tls_trust_file    /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log
EOF
Posted by: Guest on May-21-2021

Code answers related to "To configure msmtp, let’s create a file .msmtprc in the current user home directory:"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language