mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
msmtp: enable starttls
This commit is contained in:
parent
2dd8933e92
commit
eec248e5fb
|
|
@ -5,11 +5,9 @@ defaults
|
|||
auth on
|
||||
protocol smtp
|
||||
tls on
|
||||
# FIXME 2023-08-08: I cannot send the message if `tls_starttls' is on.
|
||||
# Why?
|
||||
tls_starttls off
|
||||
tls_starttls on
|
||||
host mail.gandi.net
|
||||
port 465
|
||||
port 587
|
||||
|
||||
# pub
|
||||
account pub
|
||||
|
|
|
|||
Loading…
Reference in a new issue