diff options
Diffstat (limited to '.msmtprc')
-rw-r--r-- | .msmtprc | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,3 +1,7 @@ +defaults +logfile ~/.msmtp.log +domain LOCALHOST + account default host smtp.gmail.com port 587 @@ -9,7 +13,6 @@ tls_min_dh_prime_bits 1024 auth on user ryanakca@gmail.com password GMAIL_PASS -logfile ~/.msmtp.log account queensu host mail.queensu.ca @@ -21,7 +24,6 @@ tls_certcheck on auth on user 9rak password QUEENSU_PASS -logfile ~/.msmtp.log account ubuntu host smtp.gmail.com @@ -34,7 +36,6 @@ tls_min_dh_prime_bits 1024 auth on user ryanakca@gmail.com password GMAIL_PASS -logfile ~/.msmtp.log account kubuntu host smtp.gmail.com @@ -47,7 +48,6 @@ tls_min_dh_prime_bits 1024 auth on user ryanakca@gmail.com password GMAIL_PASS -logfile ~/.msmtp.log account queensucs host smtp.gmail.com @@ -60,4 +60,3 @@ tls_min_dh_prime_bits 1024 auth on user ryanakca@gmail.com password GMAIL_PASS -logfile ~/.msmtp.log |