added msmtp as sendmail

This commit is contained in:
Jens Heinrich 2019-05-24 09:06:52 +02:00
parent e650f91311
commit e776a3dc0d
4 changed files with 159 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{{ 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