From 0cbb1a80e4463d8e54bbd50a11593fb179ac67a5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 22 Jun 2018 11:22:05 -0300 Subject: Add nodo::subsystem::mail::msmtp --- templates/msmtp/msmtprc.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/msmtp/msmtprc.erb (limited to 'templates') diff --git a/templates/msmtp/msmtprc.erb b/templates/msmtp/msmtprc.erb new file mode 100644 index 0000000..50fd71a --- /dev/null +++ b/templates/msmtp/msmtprc.erb @@ -0,0 +1,5 @@ +account default +host localhost +port 25 +auto_from on +maildomain <%= scope.lookupvar('::fqdn') %> -- cgit v1.2.3