diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-09-20 10:08:50 +0100 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-09-20 10:08:50 +0100 |
commit | f47d7795c1b1a617504a0e6a5f7aef6d36672fb7 (patch) | |
tree | f44520d34925e7e34d163144f1e327dca0d6bf06 /.msmtprc | |
parent | Fix grep on OpenBSD (diff) |
Substitute in the location of ca certs for mail
Diffstat (limited to '')
-rw-r--r-- | .msmtprc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -8,8 +8,8 @@ port 587 from rak@debian.org tls on tls_starttls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt tls_min_dh_prime_bits 1024 +tls_trust_file SSL_CERTS auth on user ryanakca@gmail.com password GMAIL_PASS @@ -19,7 +19,7 @@ host mail.queensu.ca port 465 tls on tls_starttls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt +tls_trust_file SSL_CERTS tls_certcheck on auth on user 9rak @@ -31,8 +31,8 @@ port 587 from ryanakca@ubuntu.com tls on tls_starttls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt tls_min_dh_prime_bits 1024 +tls_trust_file SSL_CERTS auth on user ryanakca@gmail.com password GMAIL_PASS @@ -43,8 +43,8 @@ port 587 from ryanakca@kubuntu.org tls on tls_starttls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt tls_min_dh_prime_bits 1024 +tls_trust_file SSL_CERTS auth on user ryanakca@gmail.com password GMAIL_PASS @@ -55,8 +55,8 @@ port 587 from ryan@cs.queensu.ca tls on tls_starttls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt tls_min_dh_prime_bits 1024 +tls_trust_file SSL_CERTS auth on user ryanakca@gmail.com password GMAIL_PASS @@ -79,8 +79,8 @@ port 587 from ryan.kavanagh@mail.mcgill.ca tls on tls_starttls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt tls_min_dh_prime_bits 1024 +tls_trust_file SSL_CERTS auth login domain mail.mcgill.ca user ryan.kavanagh@mail.mcgill.ca |