diff options
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 |