puppet/modules/rhizo_base/templates/msmtprc.erb
Keith Whyte 10897aa03a Standardise a mailer setup
At least on Debian 10, use msmtp and install a basic configuration.
Previously the network was using a mishmash of exim, sendmail or
whatever happened to be installed. For the moment, install the config
also on debian9, some of which are using ssmtp, which is no longer
maintained in debian :(
2020-09-11 13:08:56 +02:00

15 lines
243 B
Text

defaults
port 25
tls off
auto_from
domain <%= @hostname %>.vm.rhizomatica.org
maildomain vm.rhizomatica.org
aliases /etc/aliases
account rhizo
host mail
from root@<%= @hostname %>.vm.rhizomatica.org
auth off
user root
account default: rhizo