tripleo-image-elements/elements/postfix
Chris Krelle e9bd8dc944 Update postfix element per install instructions.
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>
2013-07-18 15:42:36 -07:00
..
install.d Improve postfix element. 2013-07-03 14:40:58 -07:00
os-config-applier/etc Improve postfix element. 2013-07-03 14:40:58 -07:00
os-refresh-config Update postfix element per install instructions. 2013-07-18 15:42:36 -07:00
pre-install.d Improve postfix element. 2013-07-03 14:40:58 -07:00
README.md Improve postfix element. 2013-07-03 14:40:58 -07:00
element-deps Improve postfix element. 2013-07-03 14:40:58 -07:00

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.