aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/msmtp/msmtprc.erb5
1 files changed, 5 insertions, 0 deletions
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') %>