tripleo-image-elements/elements/postfix
Ghe Rivero 7d37fb5eb2 Rename os-config-applier to os-apply-config
There are some elements that are still using the old os-config-applier
to store the configuration templates.

Change-Id: I17def1e5e0ca09d5f400d7ba1f7bd82ea804ab42
2014-07-09 06:00:27 +00:00
..
install.d Improve postfix element. 2013-07-03 14:40:58 -07:00
os-apply-config/etc Rename os-config-applier to os-apply-config 2014-07-09 06:00:27 +00: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 Allow heat to set postfix relayhost value 2014-05-01 13:58:07 -06: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 relayhost: smtp.example.com

*NOTE: mailhostname and maildomain must match the system hostname in order to ensure local mail delivery will work.