dotfiles/conf/msmtprc

57 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-02-21 22:47:26 +00:00
# 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
2021-03-01 21:41:37 +00:00
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
2021-02-21 22:47:26 +00:00
# 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
2021-03-01 21:41:37 +00:00
# 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
2021-02-21 22:47:26 +00:00
# Set a default account
account default : jeff.lance@mala.fr