From cf1edbc049c66d4713a43c7e4080510dafc6ed1c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 21 Feb 2022 12:00:29 -0500 Subject: [PATCH] Remove .msmtprc --- .msmtprc | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .msmtprc diff --git a/.msmtprc b/.msmtprc deleted file mode 100644 index 8231658..0000000 --- a/.msmtprc +++ /dev/null @@ -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