7f9c0d4b35
When using a relay with the postfix element it is useful to be able to specify the relay host via heat. Change-Id: I941a7dc9b012b626e44ea52c8cf39d51e9234241 |
||
---|---|---|
.. | ||
install.d | ||
os-config-applier/etc | ||
os-refresh-config | ||
pre-install.d | ||
element-deps | ||
README.md |
Install postfix from packages.
Currently this element is valid only for Debian and Debian derived systems.
Sets default install type to local-only so we dont spam anyone. This can be overwritten with the DIB_POSTFIX_INSTALL_TYPE environmental variable.
Valid options for DIB_POSTFIX_INSTALL_TYPE are: Local only Internet Site Internet with smarthost Satellite system
Set postfix hostname and domain via heat: postfix: mailhostname: mail maildomain: example.com delay_warning_time: 4h relayhost: smtp.example.com
*NOTE: mailhostname and maildomain must match the system hostname in order to ensure local mail delivery will work.