blob: ce28049f32d5908dc406dfa4148a4e8bb9fe5d7f (
plain) (
tree)
|
|
defaults
logfile ~/.msmtp.log
domain LOCALHOST
account default
host smtp.gmail.com
port 587
from rak@debian.org
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account queensu
host mail.queensu.ca
port 465
tls on
tls_starttls on
tls_trust_file SSL_CERTS
tls_certcheck on
auth on
user 9rak
password QUEENSU_PASS
account ubuntu
host smtp.gmail.com
port 587
from ryanakca@ubuntu.com
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account kubuntu
host smtp.gmail.com
port 587
from ryanakca@kubuntu.org
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account queensucs
host smtp.gmail.com
port 587
from ryan@cs.queensu.ca
tls on
tls_starttls on
tls_trust_file SSL_CERTS
auth on
user ryanakca@gmail.com
password GMAIL_PASS
account mcgillsocs
host mail.cs.mcgill.ca
port 465
from ryank@cs.mcgill.ca
tls on
tls_starttls on
tls_trust_file /home/ryan/.mutt/certs/mcgillsocs.crt
auth on
user ryank
password MCGSOCS_PASS
account mcgill
host smtp.mcgill.ca
port 587
from ryan.kavanagh@mail.mcgill.ca
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
host ipv6.ryanak.ca
port 25
tls on
tls_starttls on
tls_trust_file SSL_CERTS
from ryan@ryanak.ca
auth login
user ryan
password RYANAKCA_PASS
|