emacs/.msmtprc

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 45:61:C7:AD:F0:2C:6F:C5:84:82:FE:D2:BC:63:69:A3:1C:B7:E1:72:0C:15:83:B2:1B:80:25:3E:CB:6B:67:4C
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