diff options
author | lxf <sng@luxagraf.net> | 2020-12-26 12:50:04 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2020-12-26 12:50:04 -0500 |
commit | 47925213a1402f17c6df2140c7c3f08f217c1670 (patch) | |
tree | 4e7a91b2557814caa4136282e682f65f1af86b3f /.msmtprc | |
parent | 5ec98f884517c536f61dd40e5e21ff26c5c67419 (diff) |
switched to mxroute for email
Diffstat (limited to '.msmtprc')
-rw-r--r-- | .msmtprc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ account sng@luxagraf.net -host smtp.migadu.com +host echo.mxrouting.net port 587 protocol smtp auth on from sng@luxagraf.net user sng@luxagraf.net -passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/sng@luxagraf.net.gpg" +passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/sng_mxroute.gpg" tls on #tls_trust_file ~/.mutt/DigiCertHighAssuranceEVRootCA.crt |