diff options
Diffstat (limited to 'templates/dma.conf.j2')
| -rw-r--r-- | templates/dma.conf.j2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/dma.conf.j2 b/templates/dma.conf.j2 new file mode 100644 index 0000000..dfaa04f --- /dev/null +++ b/templates/dma.conf.j2 @@ -0,0 +1,8 @@ +SMARTHOST {{ smtp_host }} +PORT {{ smtp_port }} +AUTHPATH /etc/dma/auth.conf +SECURETRANSFER +STARTTLS +MAILNAME {{ dma_mail_hostname }} +MASQUERADE {{ ansible_hostname }}@{{ dma_mail_hostname }} +#NULLCLIENT |
