46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
|
# 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
|
||
|
|
||
|
# 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-Montpellier
|
||
|
# account montpellier
|
||
|
# host smtp.ac-montpellier.fr
|
||
|
# port 587
|
||
|
# 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
|