aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbuechler <cbuechler>2005-01-31 01:10:17 +0000
committercbuechler <cbuechler>2005-01-31 01:10:17 +0000
commitdb58bb91fc06fc5b88dff6faa108fdf2e660f28d (patch)
treee93ea2c02d8247cdf7c04743e4cc6174dc55ea16
parentaa16ee1cfc73f3f9b0dd9b2eb43aa42190c9b1e8 (diff)
downloadpfsense-packages-db58bb91fc06fc5b88dff6faa108fdf2e660f28d.tar.gz
pfsense-packages-db58bb91fc06fc5b88dff6faa108fdf2e660f28d.tar.bz2
pfsense-packages-db58bb91fc06fc5b88dff6faa108fdf2e660f28d.zip
new template stuff
-rw-r--r--packages/postfix.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/postfix.xml b/packages/postfix.xml
index 10ce9bcf..4b9574a2 100644
--- a/packages/postfix.xml
+++ b/packages/postfix.xml
@@ -61,16 +61,16 @@
<templates>
<template>
<filename>/usr/local/etc/postfix/main.cf</filename>
+ <templatecontents>
+ myhostname = hostname\n
+ mydomain = primarydomain\n
+ relay_domains = domain
+ </templatecontents>
</template>
- <templatecontents>
- myhostname = hostname\n
- mydomain = primarydomain\n
- relay_domains = domain
- </templatecontents>
<template>
<filename>/usr/local/etc/postfix/transport</filename>
+ <templatecontents>domain smtp:[mailserverip]</templatecontents>
</template>
- <templatecontents>domain smtp:[mailserverip]</templatecontents>
</templates>