diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-16 18:00:22 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-16 18:00:22 +0100 |
commit | f1e9d4186e06a223a030179e152d4788ba10343f (patch) | |
tree | 31ad817877666002ca702f4371a76596049d6400 /msmtp | |
parent | 3ccffd6eddb1d614ff3da9ce48594cd716ddcdcb (diff) |
Add email configuration for ENPC
Diffstat (limited to 'msmtp')
-rw-r--r-- | msmtp/.msmtprc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc index 2e2e036..be9bc55 100644 --- a/msmtp/.msmtprc +++ b/msmtp/.msmtprc @@ -4,6 +4,13 @@ tls on tls_trust_file /etc/ssl/certs/ca-certificates.crt logfile ~/.msmtp.log +account enpc +host boyer1.enpc.fr +from urbain.vaes@enpc.fr +user urbain.vaes@enpc.fr +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/urbain.vaes@enpc.fr.gpg" +port 587 + account imperial host outlook.office365.com from u.vaes13@imperial.ac.uk |