diff options
author | cbuechler <cbuechler> | 2005-01-31 01:10:17 +0000 |
---|---|---|
committer | cbuechler <cbuechler> | 2005-01-31 01:10:17 +0000 |
commit | db58bb91fc06fc5b88dff6faa108fdf2e660f28d (patch) | |
tree | e93ea2c02d8247cdf7c04743e4cc6174dc55ea16 /packages/postfix.xml | |
parent | aa16ee1cfc73f3f9b0dd9b2eb43aa42190c9b1e8 (diff) | |
download | pfsense-packages-db58bb91fc06fc5b88dff6faa108fdf2e660f28d.tar.gz pfsense-packages-db58bb91fc06fc5b88dff6faa108fdf2e660f28d.tar.bz2 pfsense-packages-db58bb91fc06fc5b88dff6faa108fdf2e660f28d.zip |
new template stuff
Diffstat (limited to 'packages/postfix.xml')
-rw-r--r-- | packages/postfix.xml | 12 |
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> |