aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/postfix.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/postfix.xml b/packages/postfix.xml
index 4833b04a..295f5b9f 100644
--- a/packages/postfix.xml
+++ b/packages/postfix.xml
@@ -52,14 +52,14 @@
<template>
<filename>/usr/local/etc/postfix/main.cf</filename>
<templatecontents>
- myhostname = hostname_fieldvalue\n
- mydomain = primarydomain_fieldvalue\n
- relay_domains = domain_fieldvalue[ ]
+myhostname = hostname_fieldvalue\n
+mydomain = primarydomain_fieldvalue\n
+relay_domains = domain_fieldvalue[ ]\n
</templatecontents>
</template>
<template>
<filename>/usr/local/etc/postfix/transport</filename>
- <templatecontents>domain_fieldvalue smtp:[mailserverip_fieldvalue]</templatecontents>
+ <templatecontents>domain_fieldvalue smtp:[mailserverip_fieldvalue]\n</templatecontents>
</template>
</templates>
<start_command>/usr/local/sbin/postfix start</start_command>