puppet/modules/rhizo_base/templates/msmtprc.erb
Keith Whyte 3715a8d162 mail setup: remove the mail domain.
This way the From: contains the origin hostname
2020-09-11 13:27:55 +02:00

13 lines
203 B
Text

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