dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e5126a66082ce7f72cdad8088414a260530f64b7
parent f9dea675dfef98a981a9e861ac0297e47794f57a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 25 Apr 2019 13:15:22 +0200

Update mail configuration for Princeton mail migration

Diffstat:
M.msmtprc | 4++--
M.offlineimaprc | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.msmtprc b/.msmtprc @@ -32,10 +32,10 @@ tls on tls_trust_file ~/.mutt/ca-certificates.crt account princeton -host smtp.princeton.edu +host smtp-mail.outlook.com port 587 auth on -user andersd +user andersd@princeton.edu passwordeval "pass Email/andersd@princeton.edu" from andersd@princeton.edu tls on diff --git a/.offlineimaprc b/.offlineimaprc @@ -48,8 +48,8 @@ localfolders = ~/mail/princeton [Repository princeton-remote] type = IMAP -remotehost = exchangeimap.princeton.edu -remoteuser = andersd +remotehost = imap-mail.outlook.com +remoteuser = andersd@princeton.edu remotepasseval = get_pass("andersd@princeton.edu") ssl = yes sslcacertfile=/etc/ssl/cert.pem