diff options
Diffstat (limited to '.msmtprc')
-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 |