diff options
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> |