X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=offline_mail%2F.msmtprc;fp=offline_mail%2F.msmtprc;h=3db92b1ccdeca26fef6ce393d5d351e837badd69;hb=6bd6e3b76e3b9a31fc2930f61189e4e06d90b873;hp=0000000000000000000000000000000000000000;hpb=f9070fac47dc1fb61c4670945e7909f7d8ae158b;p=max%2Fdotfiles.git diff --git a/offline_mail/.msmtprc b/offline_mail/.msmtprc new file mode 100644 index 0000000..3db92b1 --- /dev/null +++ b/offline_mail/.msmtprc @@ -0,0 +1,41 @@ +defaults +tls on +tls_starttls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt + + +account personal +host mail.friedersdorff.com +port 587 +protocol smtp +auth on +from max@friedersdorff.com +user max@friedersdorff.com +passwordeval gpg -q --no-tty --for-your-eyes-only -d /home/max/.mail_pass/personal.gpg + +account personal-gmail +host smtp.gmail.com +port 587 +protocol smtp +auth on +from maxf130@gmail.com +user maxf130@gmail.com +passwordeval gpg -q --no-tty --for-your-eyes-only -d /home/max/.mail_pass/personal-gmail.gpg + +account student +host smtp.office365.com +port 587 +protocol smtp +auth on +from mf195@student.le.ac.uk +user mf195@student.le.ac.uk +passwordeval gpg -q --no-tty --for-your-eyes-only -d /home/max/.mail_pass/student.gpg + +account musoft +host smtp.gmail.com +port 587 +protocol smtp +auth on +from max@musoft.co.uk +user max@musoft.co.uk +passwordeval gpg -q --no-tty --for-your-eyes-only -d /home/max/.mail_pass/musoft.gpg