http://msmtp.sourceforge.net/doc/msmtprc.txt
# Example for a user configuration file
# Set default values for all following accounts.
defaults
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log
# A freemail service
account freemail
host smtp.freemail.example
from joe_smith@freemail.example
auth on
user joe.smith
password secret
# A second mail address at the same freemail service
account freemail2 : freemail
from joey@freemail.example
# The SMTP server of the provider.
account provider
host mail.provider.example
from smithjoe@provider.example
auth on
user 123456789
passwordeval gpg -d ~/.msmtp.password.gpg
# Set a default account
account default : provider
dreamhost=> http://wiki.dreamhost.com/SSMTP
MailHub=mail.yourdhdomain.com:465 # SMTP server hostname and port
UseTLS=YES # Secure connection (SSL/TLS)
FromLineOverride=YES # Force the From: line
Hostname=yourdhdomain.com # The name of this host
RewriteDomain=yourdhdomain.com # The host the mail appears to be coming from
Root=postmaster # Redirect mail for root@ to postmaster@
AuthUser=user@yourdhdomain.com # Your DreamHost mail account
AuthPass=password # The password for the mail account
Does msmtp/ssmtp support sasl security ? How ?