aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorcbuechler <cbuechler>2005-01-31 01:03:24 +0000
committercbuechler <cbuechler>2005-01-31 01:03:24 +0000
commit543822c8a0b9b4c456f9a008514841de248adec6 (patch)
tree371f88509af21506e01e7bd7e21fd18f8fa69ef2 /packages
parent1a320c4e48bc1cdb402b11d94a7b8eb9b5da3548 (diff)
downloadpfsense-packages-543822c8a0b9b4c456f9a008514841de248adec6.tar.gz
pfsense-packages-543822c8a0b9b4c456f9a008514841de248adec6.tar.bz2
pfsense-packages-543822c8a0b9b4c456f9a008514841de248adec6.zip
new template stuff
Diffstat (limited to 'packages')
-rw-r--r--packages/postfix.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/postfix.xml b/packages/postfix.xml
index ee91d429..dec67acf 100644
--- a/packages/postfix.xml
+++ b/packages/postfix.xml
@@ -58,4 +58,19 @@
</custom_php_deinstall_command>
<custom_php_install_command>
</custom_php_install_command>
+ <templates>
+ <template>
+ <filename>/usr/local/etc/postfix/main.cf</filename>
+ </template>
+ <templatecontents>myhostname = hostname</templatecontents>
+ <templatecontents>mydomain = primarydomain</templatecontents>
+ <templatecontents>relay_domains = domain</templatecontents>
+ <template>
+ <filename>/usr/local/etc/postfix/transport</filename>
+ </template>
+ <templatecontents>domain smtp:[mailserverip]</templatecontents>
+ </templates>
+
+
+
</packagegui> \ No newline at end of file