diff options
Diffstat (limited to '.msmtprc')
-rw-r--r-- | .msmtprc | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -4,19 +4,15 @@ protocol smtp auth on host echo.mxrouting.net tls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt +#tls_trust_file /etc/ssl/certs/ca-certificates.crt +tls_trust_file /opt/homebrew/etc/ca-certificates/cert.pem #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" - -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" +passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/sng_mxroute.gpg" account default : personal |