diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-01-04 21:28:33 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-01-04 21:28:33 -0500 |
commit | 754f27872f2789e5ac08d02034ee55f96dcc0b92 (patch) | |
tree | 760dcc6183e996ed6ff0e53c8f5729c6baaec5b2 /.msmtprc | |
parent | Sent mail from ryan@cs.queensu.ca too (diff) |
Set local host name for msmtp
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 |