19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
|
defaults
|
||
|
protocol smtp
|
||
|
auth on
|
||
|
tls off
|
||
|
tls_trust_file /etc/ssl/certs/ca-bundle.crt
|
||
|
syslog LOG_USER
|
||
|
logfile ~/.msmtp.log
|
||
|
timeout 60
|
||
|
|
||
|
|
||
|
account alexandre
|
||
|
host smtp.dri.fr
|
||
|
port 587
|
||
|
domain dri.fr
|
||
|
from alexandre@dri.fr
|
||
|
user 1847_alexandre
|
||
|
passwordeval "pass email/alexandre"
|
||
|
auth plain
|