diff options
author | Julian T <julian@jtle.dk> | 2020-02-16 13:15:08 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-02-16 13:15:08 +0100 |
commit | 23148a28b0486b6a77efa2de638727d9c16a3128 (patch) | |
tree | 91486284a23512cb475f44d82a259b40f8ca28e1 /email/.msmtprc | |
parent | 108018b8d55449a0e8cd36a0d762bc41679fc208 (diff) |
Removed email config
Diffstat (limited to 'email/.msmtprc')
-rw-r--r-- | email/.msmtprc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/email/.msmtprc b/email/.msmtprc deleted file mode 100644 index 7d8cc4f..0000000 --- a/email/.msmtprc +++ /dev/null @@ -1,20 +0,0 @@ - -defaults -auth on -tls on -tls_trust_file /etc/ssl/certs/ca-certificates.crt -logfile ~/.msmtp.log - -# mailbox -account mailbox -host smtp.mailbox.org -port 465 -tls_starttls off -from julian@jtle.dk -user julian@jtle.dk -passwordeval "pass show mail | head -n 2" -auth on - - -# default account -account default : mailbox |