added msmtp as sendmail
This commit is contained in:
parent
e650f91311
commit
e776a3dc0d
4 changed files with 159 additions and 0 deletions
26
templates/msmtp-as-sendmail_msmtprc.j2
Normal file
26
templates/msmtp-as-sendmail_msmtprc.j2
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue