From 0d5e6b7c33eec1fa135ac7e95605183dcc8eb7dd Mon Sep 17 00:00:00 2001 From: Jens Heinrich Date: Fri, 24 May 2019 09:08:09 +0200 Subject: [PATCH] removed basic template, as this is reused from the mutt role --- templates/msmtp-as-sendmail_msmtprc.j2 | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 templates/msmtp-as-sendmail_msmtprc.j2 diff --git a/templates/msmtp-as-sendmail_msmtprc.j2 b/templates/msmtp-as-sendmail_msmtprc.j2 deleted file mode 100644 index 0163ed5..0000000 --- a/templates/msmtp-as-sendmail_msmtprc.j2 +++ /dev/null @@ -1,26 +0,0 @@ -{{ ansible_managed | comment }} - -# https://dev.gentoo.org/~tomka/mail.html - -# Set default values for all following accounts. -defaults -tls on -tls_certcheck off -#tls_trust_file /usr/home/jens/.dotfiles/mutt/importedcerts -logfile ~/.msmtp.log -syslog on - - -# uberspace_host -# -account uberspace_thinkpad -host mail.alioth.uberspace.de -from admin-host-{{ ansible_fqdn }}@927589452.de -user high5-thinkpad -port 587 -tls_starttls on -auth on -password iohieFood2quah8e - -account default : uberspace_host -