# Set default values for all following accounts. defaults auto_from on tls_trust_file /etc/ssl/certs/ca-certificates.crt syslog on #logfile /var/log/msmtp.log # MaLa account jeff.lance@mala.fr host ssl0.ovh.net port 465 auth on tls on tls_starttls off user jeff.lance@mala.fr passwordeval "echo $(secret-tool lookup service smtp user jeff.lance@mala.fr)" auto_from off from jeff.lance@mala.fr account games@mala.fr host ssl0.ovh.net port 465 auth on tls on tls_starttls off user games@mala.fr passwordeval "echo $(secret-tool lookup service smtp user games@mala.fr)" auto_from off from games@mala.fr # GMail account mathslance@gmail.com host imap.gmail.com port 465 auth on tls on tls_starttls off user mathslance@gmail.com passwordeval "echo $(secret-tool lookup service smtp user mathslance@gmail.com)" auto_from off from mathslance@gmail.com # Ac-creteil account creteil host smtp-ext.ac-montpellier.fr port 465 auth plain tls on tls_starttls on user jlance passwordeval "echo $(secret-tool lookup service smtp user jlance)" auto_from off from jean-francois.lance@ac-montpellier.fr # Set a default account account default : jeff.lance@mala.fr