diff options
author | luxagraf <sng@luxagraf> | 2021-05-05 20:20:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-05-05 20:20:52 -0400 |
commit | 484d4d8cbaa5145324d80456ab5ddb624f590ddc (patch) | |
tree | 10de629be1b9b597fe2acb935031c04199a268db /.msmtprc | |
parent | dbb33e4bfbf7b9e7fe3f3a38cc501bc3d3aa4732 (diff) |
new openbox setupdebian
Diffstat (limited to '.msmtprc')
-rw-r--r-- | .msmtprc | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,18 +1,21 @@ -account sng@luxagraf.net -host echo.mxrouting.net +defaults port 587 protocol smtp auth on +host echo.mxrouting.net +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt +#tls_nocertcheck +logfile ~/.msmtp.log + +account personal from sng@luxagraf.net user sng@luxagraf.net passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/sng_mxroute.gpg" -tls on -#tls_trust_file ~/.mutt/DigiCertHighAssuranceEVRootCA.crt -tls_trust_file /etc/ssl/certs/ca-certificates.crt -logfile ~/.msmtp.log -account default : sng@luxagraf.net +account work +from wired@scottgilbertson.net +user wired@scottgilbertson.net +passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/wired@scottgilbertson.net.gpg" -tls on -tls_nocertcheck -logfile ~/.msmtp.log +account default : personal |