Remove .msmtprc
This commit is contained in:
parent
fdc90c4a6c
commit
cf1edbc049
41
.msmtprc
41
.msmtprc
@ -1,41 +0,0 @@
|
|||||||
# -*- 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 mail.adamgoldsmith.name
|
|
||||||
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 : CMS
|
|
||||||
from admin@claremontmakerspace.org
|
|
||||||
|
|
||||||
account default : adamgoldsmith
|
|
Loading…
Reference in New Issue
Block a user