e9bd8dc944
Updates postfix element to reload instead of restart. This is called for in the installation instructions. This also fixes a issue with the postfix element where the current restart can fail and cause ORC post-install scripts with higher numbers to not run. Change-Id: I853a2f2890fcc0b006fcfc214fb1ca900d03613a Authored-by: Chris Krelle <nobodycam@gmail.com> |
||
---|---|---|
.. | ||
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
*NOTE: mailhostname and maildomain must match the system hostname in order to ensure local mail delivery will work.