46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
# -*- mode: conf; -*-
|
|
|
|
# Set default values for all following accounts.
|
|
defaults
|
|
port 587
|
|
tls on
|
|
auth on
|
|
logfile ~/scratch/msmtp.log
|
|
timeout 5
|
|
|
|
account adamgoldsmith
|
|
host adamgoldsmith.name
|
|
tls_fingerprint 82:16:83:85:CC:57:F9:06:56:42:CF:70:ED:A4:70:CF:DB:B2:4E:40:32:F2:A9:CC:FC:28:76:9A:82:ED:D7:48
|
|
from adam@adamgoldsmith.name
|
|
user adam
|
|
passwordeval pass email/adam@adamgoldsmith.name | head -n1
|
|
|
|
account WPI
|
|
host outlook.office365.com
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
from asgoldsmith@wpi.edu
|
|
user asgoldsmith@wpi.edu
|
|
passwordeval pass websites/wpi.edu | head -n1
|
|
|
|
account Gmail
|
|
host smtp.gmail.com
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
# tls_fingerprint CF:FA:5D:9D:18:F6:1D:C6:6A:30:0B:C4:D2:1B:7A:7B:75:29:E6:D5:01:6F:11:63:6D:2D:54:A0:94:74:BF:49
|
|
from adamgoldsmith1217@gmail.com
|
|
user adamgoldsmith1217@gmail.com
|
|
passwordeval pass email/adamgoldsmith1217@gmail.com | head -n1
|
|
|
|
account CMS
|
|
host mail.claremontmakerspace.org
|
|
from adam@claremontmakerspace.org
|
|
user adam
|
|
passwordeval pass servers/hosting.tardisventures.net | head -n1
|
|
|
|
account CMS-Admin
|
|
host mail.claremontmakerspace.org
|
|
from admin@claremontmakerspace.org
|
|
user adam
|
|
passwordeval pass servers/hosting.tardisventures.net | head -n1
|
|
|
|
account default : adamgoldsmith
|