diff options
-rw-r--r-- | packages/postfix.xml | 15 |
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 |