blob: 5a67df2470e6bd0d75c4f79a980484e70bedf61e (
plain) (
tree)
|
|
defaults
logfile ~/.msmtp.log
domain LOCALHOST
account default
from rak@debian.org
host smtp.gmail.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account queensu
from ryan.kavanagh@queensu.ca
host smtp.office365.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
tls_certcheck on
auth on
user 9rak@queensu.ca
password QUEENSU_PASS
account ubuntu
from ryanakca@ubuntu.com
host smtp.gmail.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account kubuntu
from ryanakca@kubuntu.org
host smtp.gmail.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account queensucs
from ryan@cs.queensu.ca
host smtp.gmail.com
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account mcgillsocs
from ryank@cs.mcgill.ca
host mail.cs.mcgill.ca
port 465
tls on
tls_starttls on
tls_trust_file /home/ryan/.mutt/certs/mcgillsocs.crt
auth on
user ryank
password MCGSOCS_PASS
account mcgill
from ryan.kavanagh@mail.mcgill.ca
host smtp.mcgill.ca
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth login
domain mail.mcgill.ca
user ryan.kavanagh@mail.mcgill.ca
password MCGILL_PASS
account ryanakca
from rak@ryanak.ca
host hermes.ryanak.ca
port 587
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth login
user rak
password RYANAKCA_PASS
account mit
from rakavan@mit.edu
host outgoing.mit.edu
port 587
auth login
user rakavan
password MIT_PASS
tls on
tls_starttls on
tls_trust_file SSL_CERTS
account mit-csail
from rakavan@csail.mit.edu
host outgoing.csail.mit.edu
port 587
user rakavan
password CSAIL_PASS
auth cram-md5
tls on
tls_starttls on
tls_trust_file SSL_CERTS
|