Skip to content

Instantly share code, notes, and snippets.

@stalep
Created September 26, 2013 08:44
Show Gist options
  • Save stalep/6711529 to your computer and use it in GitHub Desktop.
Save stalep/6711529 to your computer and use it in GitHub Desktop.
# Set default values for all following accounts.
defaults
#tls on
#tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log
# redhat
account redhat
host smtp.corp.redhat.com
from spederse@redhat.com
tls off
auth off
tls_nocertcheck
#port 993
user my_username
password my_password
# Set a default account
account default : redhat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment