aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/postfix.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/postfix.xml b/packages/postfix.xml
index dec67acf..ea497029 100644
--- a/packages/postfix.xml
+++ b/packages/postfix.xml
@@ -62,9 +62,11 @@
<template>
<filename>/usr/local/etc/postfix/main.cf</filename>
</template>
- <templatecontents>myhostname = hostname</templatecontents>
- <templatecontents>mydomain = primarydomain</templatecontents>
- <templatecontents>relay_domains = domain</templatecontents>
+ <templatecontents>
+ myhostname = hostname
+ mydomain = primarydomain
+ relay_domains = domain
+ </templatecontents>
<template>
<filename>/usr/local/etc/postfix/transport</filename>
</template>